Guest User

ffmpeg - image 20 sev to movie

a guest
Apr 2nd, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.08 KB | None | 0 0
  1. hendrikus@10:~/Bureaublad$ ls
  2. img0.png  img1.png  img2.png  img3.png  img4.png
  3.  
  4. hendrikus@10:~/Bureaublad$ ffmpeg -f image2 -r 1/20 -i img%03d.png out.avi  
  5. FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  6.   configuration: --extra-version=4:0.5.1-1ubuntu1.3 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
  7.   libavutil     49.15. 0 / 49.15. 0
  8.   libavcodec    52.20. 1 / 52.20. 1
  9.   libavformat   52.31. 0 / 52.31. 0
  10.   libavdevice   52. 1. 0 / 52. 1. 0
  11.   libavfilter    0. 4. 0 /  0. 4. 0
  12.   libswscale     0. 7. 1 /  0. 7. 1
  13.   libpostproc   51. 2. 0 / 51. 2. 0
  14.   built on Dec 21 2011 18:37:21, gcc: 4.4.3
  15. img%03d.png: I/O error occurred
  16. Usually that means that input file is truncated and/or corrupted.
Add Comment
Please, Sign In to add comment