Guest User

Untitled

a guest
Jul 16th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. derp@debian:/mp4# ffmpeg -i video.mp4 -b:v 1M -b:a 1M /mxf/video.mxf
  2. ffmpeg version 0.8.17-6:0.8.17-1, Copyright (c) 2000-2014 the Libav developers
  3. built on Mar 15 2015 17:31:12 with gcc 4.7.2
  4. The ffmpeg program is only provided for script compatibility and will be removed
  5. in a future release. It has been deprecated in the Libav project to allow for
  6. incompatible command line syntax improvements in its replacement called avconv
  7. (see Changelog for details). Please use avconv instead.
  8. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x970cdc0] stream 2, missing mandatory atoms, broken header
  9. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x970cdc0] stream 3, missing mandatory atoms, broken header
  10. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x970cdc0] max_analyze_duration reached
  11. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video.mp4':
  12. Metadata:
  13. major_brand : wmf
  14. minor_version : 65537
  15. compatible_brands:
  16. creation_time : 2002-06-14 11:31:22
  17. Duration: 00:00:15.06, start: 0.000000, bitrate: 36 kb/s
  18. Stream #0.0(eng): Video: mpeg4 (Simple Profile), yuv420p, 176x144 [PAR 1:1 DAR 11:9], 25 kb/s, 7.50 fps, 15 tbr, 1k tbn, 15 tbc
  19. Metadata:
  20. creation_time : 2002-06-14 11:31:22
  21. Stream #0.1(eng): Audio: mp4a / 0x6134706D, 8000 Hz, 2 channels, 8 kb/s
  22. Metadata:
  23. creation_time : 2002-06-14 11:31:22
  24. Stream #0.2(eng): Data: mp4s / 0x7334706D
  25. Metadata:
  26. creation_time : 2002-06-14 11:31:22
  27. Stream #0.3(eng): Data: mp4s / 0x7334706D
  28. Metadata:
  29. creation_time : 2002-06-14 11:31:22
  30. [buffer @ 0x9723be0] w:176 h:144 pixfmt:yuv420p
  31. Incompatible sample format '(null)' for codec 'pcm_s16le', auto-selecting format 's16'
  32. [mpeg2video @ 0x9720860] MPEG1/2 does not support 15/1 fps
  33. Output #0, mxf, to '/mxf/video.mxf':
  34. Stream #0.0(eng): Video: mpeg2video, yuv420p, 176x144 [PAR 1:1 DAR 11:9], q=2-31, 200 kb/s, 90k tbn, 15 tbc
  35. Metadata:
  36. creation_time : 2002-06-14 11:31:22
  37. Stream #0.1(eng): Audio: pcm_s16le, 8000 Hz, 2 channels, s16, 256 kb/s
  38. Metadata:
  39. creation_time : 2002-06-14 11:31:22
  40. Stream mapping:
  41. Stream #0.0 -> #0.0
  42. Stream #0.1 -> #0.1
  43. Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment