Advertisement
Guest User

Untitled

a guest
May 22nd, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ffmpeg -i Madagaskar\ 3\ \ Dubbing\ PL.flv -codec:v mpeg4 -q:v 2 -codec:a libmp3lame -q:a 3 output.avi
  2.  
  3. ffmpeg version 0.8.6-6:0.8.6-0ubuntu0.12.10.1, Copyright (c) 2000-2013 the Libav developers
  4. built on Apr 2 2013 17:07:34 with gcc 4.7.2
  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. [flv @ 0x9334720] Estimating duration from bitrate, this may be inaccurate
  8. Input #0, flv, from 'Madagaskar 3 Dubbing PL.flv':
  9. Metadata:
  10. metadatacreator : Yet Another Metadata Injector for FLV - Version 1.8
  11. hasKeyframes : true
  12. hasVideo : true
  13. hasAudio : true
  14. hasMetadata : true
  15. canSeekToEnd : true
  16. datasize : 752574199
  17. videosize : 612943142
  18. audiosize : 138042801
  19. lasttimestamp : 5604
  20. lastkeyframetimestamp: 5604
  21. lastkeyframelocation: 752602656
  22. Duration: 01:33:24.09, start: 0.042000, bitrate: 1065 kb/s
  23. Stream #0.0: Video: h264 (High), yuv420p, 852x480 [PAR 640:639 DAR 16:9], 872 kb/s, 23.98 tbr, 1k tbn, 47.95 tbc
  24. Stream #0.1: Audio: aac, 48000 Hz, 5.1, s16, 192 kb/s
  25. Unrecognized option 'codec:v'
  26. Failed to set value 'mpeg4' for option 'codec:v'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement