Advertisement
Guest User

paulobtr

a guest
Mar 4th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. paulo@ubuntu:~/Scrivania$ avconv -y -i video.flv -vcodec mpeg4 -vtag xvid video.avi
  2. avconv 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. [flv @ 0x198f7a0] Estimating duration from bitrate, this may be inaccurate
  5. Input #0, flv, from 'video.flv':
  6. Metadata:
  7. metadatacreator : Yet Another Metadata Injector for FLV - Version 1.9
  8. hasKeyframes : true
  9. hasVideo : true
  10. hasAudio : true
  11. hasMetadata : true
  12. canSeekToEnd : true
  13. datasize : 390041979
  14. videosize : 263432525
  15. audiosize : 124999518
  16. lasttimestamp : 5913
  17. lastkeyframetimestamp: 5913
  18. lastkeyframelocation: 390076502
  19. Duration: 01:38:33.00, start: 0.000000, bitrate: 519 kb/s
  20. Stream #0.0: Video: h264 (High), yuv420p, 656x368 [PAR 1:1 DAR 41:23], 354 kb/s, 25 tbr, 1k tbn, 50 tbc
  21. Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 165 kb/s
  22. [buffer @ 0x19a6060] w:656 h:368 pixfmt:yuv420p
  23. Incompatible sample format 's16' for codec 'ac3', auto-selecting format 'flt'
  24. [ac3 @ 0x198f120] invalid bit rate
  25. Output #0, avi, to 'video.avi':
  26. Metadata:
  27. metadatacreator : Yet Another Metadata Injector for FLV - Version 1.9
  28. hasKeyframes : true
  29. hasVideo : true
  30. hasAudio : true
  31. hasMetadata : true
  32. canSeekToEnd : true
  33. datasize : 390041979
  34. videosize : 263432525
  35. audiosize : 124999518
  36. lasttimestamp : 5913
  37. lastkeyframetimestamp: 5913
  38. lastkeyframelocation: 390076502
  39. Stream #0.0: Video: mpeg4, yuv420p, 656x368 [PAR 1:1 DAR 41:23], q=2-31, 200 kb/s, 90k tbn, 25 tbc
  40. Stream #0.1: Audio: ac3, 44100 Hz, stereo, flt, 200 kb/s
  41. Stream mapping:
  42. Stream #0:0 -> #0:0 (h264 -> mpeg4)
  43. Stream #0:1 -> #0:1 (aac -> ac3)
  44. Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
  45. paulo@ubuntu:~/Scrivania$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement