Advertisement
Guest User

FFmpeg Thumbnail Extraction Error

a guest
Nov 18th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.71 KB | None | 0 0
  1. $ ffmpeg -y -i input.ogv -vcodec mjpeg -ss $SEEK_POINT -vframes 1 -an -s 120x90 -f rawvideo output.jpg
  2. Input #0, ogg, from 'input.ogv':
  3.   Duration: 00:21:52.76, start: 0.000000, bitrate: 844 kb/s
  4.     Stream #0.0: Video: theora, yuv420p, 800x600 [PAR 4:3 DAR 16:9], 25 fps, 25 tbr, 25 tbn, 25 tbc
  5.     Stream #0.1: Audio: vorbis, 44100 Hz, stereo, s16, 192 kb/s
  6.     Metadata:
  7.       ENCODER         : Lavf52.102.0
  8. Incompatible pixel format 'yuv420p' for codec 'mjpeg', auto-selecting format 'yuvj420p'                                                                        
  9. [buffer @ 0x9250840] w:800 h:600 pixfmt:yuv420p                                
  10. [scale @ 0x92508a0] w:800 h:600 fmt:yuv420p -> w:120 h:90 fmt:yuvj420p flags:0x4
  11. Output #0, rawvideo, to 'output.jpg':
  12.   Metadata:
  13.     encoder         : Lavf53.2.0
  14.     Stream #0.0: Video: mjpeg, yuvj420p, 120x90 [PAR 4:3 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 25 tbc
  15. Stream mapping:
  16.   Stream #0.0 -> #0.0
  17. Press ctrl-c to stop encoding
  18. [buffer @ 0x9250840] Buffering several frames is not supported. Please consume all available frames before adding a new one.                                    
  19. frame=    0 fps=  0 q=0.0 size=       0kB time=10000000000.00 bitrate=   0.0kbit
  20. frame=    0 fps=  0 q=0.0 size=       0kB time=10000000000.00 bitrate=   0.0kbit
  21. frame=    0 fps=  0 q=0.0 size=       0kB time=10000000000.00 bitrate=   0.0kbit
  22. frame=    0 fps=  0 q=0.0 size=       0kB time=10000000000.00 bitrate=   0.0kbit
  23. frame=    0 fps=  0 q=0.0 size=       0kB time=10000000000.00 bitrate=   0.0kbit
  24. Last message repeated 15448 times
  25. frame=    1 fps=  0 q=3.4 Lsize=       3kB time=0.04 bitrate= 598.8kbits/s    
  26. video:3kB audio:0kB global headers:0kB muxing overhead 0.000000%
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement