Advertisement
Guest User

ffmpeg log_1

a guest
Apr 11th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. dan@dan-desktop ~> ffmpeg -i pi_vid.mp4 -an -vcodec mjpeg -qscale 1 -r 30 ORIGINAL_MJPEG.avi
  2. ffmpeg version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 2000-2013 the Libav developers
  3. built on Feb 6 2014 20:56:59 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. [h264 @ 0x212c7a0] max_analyze_duration reached
  7. [h264 @ 0x212c7a0] Estimating duration from bitrate, this may be inaccurate
  8.  
  9. Seems stream 0 codec frame rate differs from container frame rate: 2400000.00 (2400000/1) -> 25.00 (25/1)
  10. Input #0, h264, from 'pi_vid.mp4':
  11. Duration: N/A, bitrate: N/A
  12. Stream #0.0: Video: h264 (High), yuv420p, 1296x972, 25 fps, 25 tbr, 1200k tbn, 2400k tbc
  13. Incompatible pixel format 'yuv420p' for codec 'mjpeg', auto-selecting format 'yuvj420p'
  14. [buffer @ 0x212ece0] w:1296 h:972 pixfmt:yuv420p
  15. [avsink @ 0x21e4a80] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'out'
  16. [scale @ 0x21e51a0] w:1296 h:972 fmt:yuv420p -> w:1296 h:972 fmt:yuvj420p flags:0x4
  17. Output #0, avi, to 'ORIGINAL_MJPEG.avi':
  18. Metadata:
  19. ISFT : Lavf53.21.1
  20. Stream #0.0: Video: mjpeg, yuvj420p, 1296x972, q=2-31, 200 kb/s, 30 tbn, 30 tbc
  21. Stream mapping:
  22. Stream #0.0 -> #0.0
  23. Press ctrl-c to stop encoding
  24. frame= 1 fps= 0 q=1.0 Lsize= 27kB time=0.03 bitrate=6729.6kbits/s dup=0 drop=907
  25. video:22kB audio:0kB global headers:0kB muxing overhead 25.537249%
  26. dan@dan-desktop ~>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement