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 600 -t 600 -y -r 24 -vsync 1 -vcodec mjpeg -qscale 1 -acodec adpcm_ima_wav -async 1 -ac 2 /DCIM/xxxNINxxx/HNI_%04d.AVI
+
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>