Nintendo 3DS Camera: Difference between revisions
m Updated the ffmpeg commands with the ones I decided on in my shellscript |
mNo edit summary |
||
Line 5: | Line 5: | ||
== How to convert and split video.ext into 10 minute pieces == | == How to convert and split video.ext into 10 minute pieces == | ||
<code> | <code> | ||
ffmpeg -i video.ext -ss | ffmpeg -i video.ext -ss 0 -t 600 -y -r 24 -vsync 1 -vcodec mjpeg -qscale 1 -acodec adpcm_ima_wav -async 1 -ac 2 /DCIM/xxxNINxxx/HNI_%04d.AVI | ||
</code> | </code> | ||