Guest User

Untitled

a guest
Mar 10th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. sovereign@tetramorph:~/wedding/tmp$ ffmpeg -f image2 -r 1/5 -i Big_6898469_%04d.jpg -r 30 out.mp4
  2. ffmpeg version 0.8.5-4:0.8.5-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  3. built on Jan 24 2013 18:03:14 with gcc 4.6.3
  4. *** THIS PROGRAM IS DEPRECATED ***
  5. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  6. [image2 @ 0x9faa240] max_analyze_duration reached
  7.  
  8. Seems stream 0 codec frame rate differs from container frame rate: 0.20 (1/5) -> 1.00 (1/1)
  9. Input #0, image2, from 'Big_6898469_%04d.jpg':
  10. Duration: 00:24:15.00, start: 0.000000, bitrate: N/A
  11. Stream #0.0: Video: mjpeg, yuvj444p, 750x498 [PAR 300:300 DAR 125:83], 0.20 fps, 1 tbr, 0.20 tbn, 0.20 tbc
  12. Incompatible pixel format 'yuvj444p' for codec 'mpeg4', auto-selecting format 'yuv420p'
  13. [buffer @ 0x9fad600] w:750 h:498 pixfmt:yuvj444p
  14. [avsink @ 0x9fa8480] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  15. [scale @ 0x9fa88e0] w:750 h:498 fmt:yuvj444p -> w:750 h:498 fmt:yuv420p flags:0x4
  16. Output #0, mp4, to 'out.mp4':
  17. Metadata:
  18. encoder : Lavf53.21.1
  19. Stream #0.0: Video: mpeg4, yuv420p, 750x498 [PAR 1:1 DAR 125:83], q=2-31, 200 kb/s, 30 tbn, 30 tbc
  20. Stream mapping:
  21. Stream #0.0 -> #0.0
  22. Press ctrl-c to stop encoding
  23. [buffer @ 0x9fad600] Changing frame properties on the fly is not supported.
  24. Last message repeated 289 times 33kB time=0.03 bitrate=8024.4kbits/s
  25. frame= 1 fps= 0 q=5.3 Lsize= 33kB time=0.03 bitrate=8211.8kbits/s
  26. video:33kB audio:0kB global headers:0kB muxing overhead 2.332815%
  27. sovereign@tetramorph:~/wedding/tmp$
Advertisement
Add Comment
Please, Sign In to add comment