Advertisement
Guest User

Untitled

a guest
Jun 30th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1.  
  2. C:\Users\Mazzi\Desktop\ffmpeg-20120629-git-c103dc0-win64-static\bin>ffmpeg.exe -i img%05d.tif test.mpg
  3. ffmpeg version N-42016-gc103dc0 Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Jun 28 2012 20:19:55 with gcc 4.7.1
  5. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --ena
  6. ble-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-li
  7. bnut --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --e
  8. nable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  9. libavutil 51. 63.100 / 51. 63.100
  10. libavcodec 54. 29.101 / 54. 29.101
  11. libavformat 54. 11.100 / 54. 11.100
  12. libavdevice 54. 0.100 / 54. 0.100
  13. libavfilter 3. 0.100 / 3. 0.100
  14. libswscale 2. 1.100 / 2. 1.100
  15. libswresample 0. 15.100 / 0. 15.100
  16. libpostproc 52. 0.100 / 52. 0.100
  17. Input #0, image2, from 'img%05d.tif':
  18. Duration: 00:00:16.72, start: 0.000000, bitrate: N/A
  19. Stream #0:0: Video: tiff, rgb24, 500x500, 25 fps, 25 tbr, 25 tbn, 25 tbc
  20. File 'test.mpg' already exists. Overwrite ? [y/N] y
  21. w:500 h:500 pixfmt:rgb24 tb:1/25 fr:25/1 sar:0/1 sws_param:flags=2
  22. [output stream 0:0 @ 0000000004c28e00] No opaque field provided
  23. [auto-inserted scaler 0 @ 0000000000309640] w:500 h:500 fmt:rgb24 sar:0/1 -> w:500 h:500 fmt:yuv420p sar:0/1 flags:0x4
  24. [mpeg @ 0000000004c274e0] VBV buffer size not set, muxing may fail
  25. Output #0, mpeg, to 'test.mpg':
  26. Metadata:
  27. encoder : Lavf54.11.100
  28. Stream #0:0: Video: mpeg1video, yuv420p, 500x500, q=2-31, 200 kb/s, 90k tbn, 25 tbc
  29. Stream mapping:
  30. Stream #0:0 -> #0:0 (tiff -> mpeg1video)
  31. Press [q] to stop, [?] for help
  32. frame= 418 fps=281 q=2.0 Lsize= 208kB time=00:00:16.68 bitrate= 102.2kbits/s
  33. video:206kB audio:0kB subtitle:0 global headers:0kB muxing overhead 1.121398%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement