Advertisement
gridtank

Untitled

Mar 9th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. ffmpeg -vcodec dnxhd -i 1080185.mxf -vcodec dnxhd -b:v 185 -an test.mov
  2. ffmpeg version N-38624-gc088b7f Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Mar 8 2012 08:34:23 with clang 3.1 (tags/Apple/clang-318.0.54)
  4. configuration: --enable-nonfree --enable-gpl --enable-version3 --enable-postproc --enable-swscale --enable-avfilter --enable-hardcoded-tables --disable-shared --enable-pthreads --disable-indevs --cc=clang --disable-mmx --enable-ffplay --enable-static
  5. libavutil 51. 42.100 / 51. 42.100
  6. libavcodec 54. 10.100 / 54. 10.100
  7. libavformat 54. 2.100 / 54. 2.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 63.100 / 2. 63.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 7.100 / 0. 7.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [dnxhd @ 0x7fb3f883fc00] frame size changed: 1920x540 -> 1920x1080
  14. Input #0, mxf, from '1080185.mxf':
  15. Duration: 00:00:07.56, start: 0.000000, bitrate: 193348 kb/s
  16. Stream #0:0: Video: dnxhd, yuv422p, 1920x1080, 25 fps, 25 tbr, 25 tbn, 25 tbc
  17. Stream #0:1: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  18. Stream #0:2: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  19. Stream #0:3: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  20. Stream #0:4: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  21. Stream #0:5: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  22. Stream #0:6: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  23. Stream #0:7: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  24. Stream #0:8: Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
  25. File 'test.mov' already exists. Overwrite ? [y/N] y
  26. w:1920 h:1080 pixfmt:yuv422p tb:1/1000000 sar:0/1 sws_param:
  27. [dnxhd @ 0x7fb3f8848000] video parameters incompatible with DNxHD
  28. Output #0, mov, to 'test.mov':
  29. Stream #0:0: Video: dnxhd, yuv422p, 1920x1080, q=2-1024, 0 kb/s, 90k tbn, 25 tbc
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (dnxhd -> dnxhd)
  32. 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
Advertisement