Changes

Jump to navigation Jump to search
357 bytes added ,  18:40, 14 November 2014
Added the ffmpeg commandline for the 2d version in case it isn't obvious.
Line 3: Line 3:  
This application allows the user to record/play videos and take/view photos.
 
This application allows the user to record/play videos and take/view photos.
    +
== How to convert 2D Video for 3DS ==
 +
single screen
    +
<code>
 +
ffmpeg -i video.ext -s 480x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale 1 -acodec adpcm_ima_wav -ac 1 /DCIM/xxxNINxx/HNI
 +
_nnnn.avi -t 10
 +
</code>
    +
double screen
   −
 
+
<code>
 
+
ffmpeg -i video.ext -s 960x240 -aspect 2:1 -r 20 -vcodec mjpeg -qscale 1 -acodec adpcm_ima_wav -ac 1 /DCIM/xxxNINxx/HNI
 
+
_nnnn.avi -t 10
 
+
</code>
 
  −
 
  −
 
  −
 
  −
 
  −
 
  −
 
      
== How to convert 3D Video for 3DS ==
 
== How to convert 3D Video for 3DS ==
6

edits

Navigation menu