[FFmpeg-user] loop
bas
bas at bushbaby.nl
Wed Feb 29 16:03:55 CET 2012
Hi I'm trying to loop a generated .mov with an mjpeg sequence... Unfortunatly
no success... Since the there where some changes to how you specify a
looping I also tried to create an looping animating gif. It looks horrible,
but it does loop. This tells me the '-loop_output 0' instruction is correct
for my version of ffmpeg.
will produce a looping gif animation
ffmpeg -y -loop_output 0 -f image2 -i '%03d.jpg' -r 25 -y -pix_fmt rgb24
'/tmp/04a86a990de6fedd5e46cac643a3e577.gif'
will NOT produce a looping mov sequence
ffmpeg -y -loop_output 0 -f image2 -i '%03d.jpg' -r 25 -sameq -vcodec mjpeg
'/tmp/62e10b2966247e96c24ad7f2d591db04.mov'
Help is very much appreciated...
Development version information:
ffmpegffmpeg version 0.7.8, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 13 2012 10:56:28 with gcc 4.2.1 (Apple Inc. build 5666) (dot
3)
Production version information: (seems i'm stuck with this one)
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 29 2012 23:56:18 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/loop-tp4431767p4431767.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list