Advertisement
Guest User

Untitled

a guest
Jul 7th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ffmpeg -threads 4 -i short.mp4 -acodec libvorbis -ar 22050 -ss 0.04 -aspect 1.7777777777 -ac 2 -ab 64k -ar 44100 -b 1000k -threads 4 -s 1000x562 short_big.webm
  2.  
  3. ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  4. built on Jun 12 2012 16:37:58 with gcc 4.6.3
  5. *** THIS PROGRAM IS DEPRECATED ***
  6. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  7.  
  8. Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/1001) -> 1000.00 (1000/1)
  9. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'short.mp4':
  10. Metadata:
  11. major_brand : isom
  12. minor_version : 512
  13. compatible_brands: isomiso2avc1mp41
  14. creation_time : 2011-10-03 20:05:00
  15. encoder : Lavf53.21.0
  16. Duration: 00:01:00.02, start: 0.000000, bitrate: 3118 kb/s
  17. Stream #0.0(und): Video: h264 (High), yuv420p, 1280x720, 2962 kb/s, 29.97 fps, 1k tbr, 30k tbn, 59.94 tbc
  18. Metadata:
  19. creation_time : 2011-10-03 20:05:00
  20. Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 148 kb/s
  21. Metadata:
  22. creation_time : 2011-10-03 20:05:00
  23. [buffer @ 0x925e480] w:1280 h:720 pixfmt:yuv420p
  24. [scale @ 0x92695e0] w:1280 h:720 fmt:yuv420p -> w:1000 h:562 fmt:yuv420p flags:0x4
  25. [libvpx @ 0x9269ae0] v1.0.0
  26. [libvorbis @ 0x9257000] oggvorbis_encode_init: init_encoder failed
  27. Output #0, webm, to 'short_big.webm':
  28. Stream #0.0(und): Video: libvpx, yuv420p, 1000x562 [PAR 1:1 DAR 500:281], q=-1--1, 1000 kb/s, 90k tbn, 1k tbc
  29. Metadata:
  30. creation_time : 2011-10-03 20:05:00
  31. Stream #0.1(und): Audio: libvorbis, 44100 Hz, stereo, s16, 1000 kb/s
  32. Metadata:
  33. creation_time : 2011-10-03 20:05:00
  34. Stream mapping:
  35. Stream #0.0 -> #0.0
  36. Stream #0.1 -> #0.1
  37. Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement