Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. ffmpeg -r 3 -i D:\Tmp\tmpanim\%03d.png -vcodec huffyuv -pix_fmt rgba out.avi
  2.  
  3. ffmpeg version N-39877-g4fa706a Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Apr 16 2012 14:53:47 with gcc 4.6.3
  5. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru
  6. ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass
  7. --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable
  8. -libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libope
  9. njpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libth
  10. eora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
  11. libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --e
  12. nable-zlib
  13. libavutil 51. 46.100 / 51. 46.100
  14. libavcodec 54. 14.101 / 54. 14.101
  15. libavformat 54. 3.100 / 54. 3.100
  16. libavdevice 53. 4.100 / 53. 4.100
  17. libavfilter 2. 70.100 / 2. 70.100
  18. libswscale 2. 1.100 / 2. 1.100
  19. libswresample 0. 11.100 / 0. 11.100
  20. libpostproc 52. 0.100 / 52. 0.100
  21. Input #0, image2, from 'D:\Tmp\tmpanim\%03d.png':
  22. Duration: 00:00:01.00, start: 0.000000, bitrate: N/A
  23. Stream #0:0: Video: png, rgba, 64x64, 3 fps, 6 tbr, 3 tbn, 3 tbc
  24. File 'out.avi' already exists. Overwrite ? [y/N] y
  25. Incompatible pixel format 'rgba' for codec 'huffyuv', auto-selecting format 'bgr
  26. a'
  27. [buffer @ 03d05ae0] w:64 h:64 pixfmt:rgba tb:1/1000000 sar:0/1 sws_param:flags=2
  28.  
  29. [buffersink @ 03d3fa80] auto-inserting filter 'auto-inserted scale 0' between th
  30. e filter 'src' and the filter 'out'
  31. [scale @ 03d3fe40] w:64 h:64 fmt:rgba sar:0/1 -> w:64 h:64 fmt:bgra sar:0/1 flag
  32. s:0x4
  33. Output #0, avi, to 'out.avi':
  34. Metadata:
  35. ISFT : Lavf54.3.100
  36. Stream #0:0: Video: huffyuv (HFYU / 0x55594648), bgra, 64x64, q=2-31, 200 kb
  37. /s, 6 tbn, 6 tbc
  38. Stream mapping:
  39. Stream #0:0 -> #0:0 (png -> huffyuv)
  40. Press [q] to stop, [?] for help
  41. frame= 3 fps=0.0 q=0.0 Lsize= 25kB time=00:00:00.83 bitrate= 246.9kbits/
  42. s
  43. video:19kB audio:0kB global headers:0kB muxing overhead 29.138208%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement