Advertisement
Guest User

Untitled

a guest
Jun 17th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. $> ffmpeg -i r.webm output.mp4
  2. ffmpeg version 0.8.10-6:0.8.10-0ubuntu0.12.10.1, Copyright (c) 2000-2013 the Libav developers
  3. built on Feb 6 2014 20:56:10 with gcc 4.7.2
  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. [matroska,webm @ 0x1d41180] Unknown entry 0xA3
  7. Last message repeated 129 times
  8. [matroska,webm @ 0x1d41180] Estimating duration from bitrate, this may be inaccurate
  9.  
  10. Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 30.00 (30/1)
  11. Input #0, matroska,webm, from 'r.webm':
  12. Duration: N/A, start: 0.000000, bitrate: N/A
  13. Stream #0.0(eng): Video: vp8, yuv420p, 640x480, PAR 1:1 DAR 4:3, 30 fps, 30 tbr, 1k tbn, 1k tbc (default)
  14. Stream #0.1(eng): Audio: vorbis, 16000 Hz, mono, s16 (default)
  15. File 'output.mp4' already exists. Overwrite ? [y/N] y
  16. [buffer @ 0x1dc64e0] w:640 h:480 pixfmt:yuv420p
  17. Output #0, mp4, to 'output.mp4':
  18. Metadata:
  19. encoder : Lavf53.21.1
  20. Stream #0.0(eng): Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 30 tbn, 30 tbc (default)
  21. Stream #0.1(eng): Audio: libvo_aacenc, 16000 Hz, mono, s16, 200 kb/s (default)
  22. Stream mapping:
  23. Stream #0.0 -> #0.0
  24. Stream #0.1 -> #0.1
  25. Press ctrl-c to stop encoding
  26. [matroska,webm @ 0x1d41180] Unknown entry 0xA3
  27. Last message repeated 62 times
  28. frame= 120 fps= 0 q=7.0 Lsize= 305kB time=1.98 bitrate=1258.2kbits/s dup=57 drop=0
  29. video:297kB audio:5kB global headers:0kB muxing overhead 0.803083%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement