Advertisement
Guest User

ffmpeg MLV (Magic Lantern Raw) to ProRes fail.

a guest
Jun 16th, 2014
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. $ nice ffmpeg -i DCIM/100CANON/M16-1742.MLV -c:v prores -threads 3 test-1742-ffmpeg-prores-720p24-`date +%Y%m%d%H%M%S`.mov
  2. ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Jun 16 2014 19:15:15 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --enable-gpl --enable-nonfree --enable-version3 --enable-dxva2 --enable-vaapi --enable-vda --enable-vdpau --enable-bzlib --enable-frei0r --enable-gnutls --enable-libdc1394 --enable-libfaac --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libxvid --enable-openssl --enable-x11grab --enable-zlib
  5. libavutil 52. 89.100 / 52. 89.100
  6. libavcodec 55. 67.100 / 55. 67.100
  7. libavformat 55. 43.100 / 55. 43.100
  8. libavdevice 55. 13.101 / 55. 13.101
  9. libavfilter 4. 8.100 / 4. 8.100
  10. libswscale 2. 6.100 / 2. 6.100
  11. libswresample 0. 19.100 / 0. 19.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [mlv @ 0x2e1ecc0] unsupported tag BKUP, size 20
  14. Last message repeated 51 times
  15. Input #0, mlv, from 'DCIM/100CANON/M16-1742.MLV':
  16. Metadata:
  17. guid : 0x3c16e3af8b3bef25
  18. lensID : 198
  19. picStyleName : Faithful
  20. isoValue : 100
  21. wbs_ba : 0
  22. isoMode : manual
  23. isoAnalog : 72
  24. digitalGain : 0
  25. time : 2014-06-16 17:42:58
  26. focalLength : 50
  27. focalDist : 0
  28. aperture : 140
  29. stabilizerMode : 0
  30. autofocusMode : 0
  31. flags : 0x0
  32. cameraName : Canon EOS 6D
  33. cameraModel : 0x80000302
  34. cameraSerial : 1C6F379DB2
  35. lensName : EF50mm f/1.4 USM
  36. wb_mode : 9
  37. kelvin : 5500
  38. wbgain_r : 496
  39. wbgain_g : 1024
  40. wbgain_b : 616
  41. wbs_gm : 0
  42. picStyleId : 133
  43. contrast : 0
  44. sharpness : 0
  45. saturation : 0
  46. colortone : 0
  47. shutterValue : 3027
  48. Duration: 00:00:11.39, start: 0.000000, bitrate: 310252 kb/s
  49. Stream #0:0: Video: rawvideo (BIT[16] / 0x10544942), bayer_rggb16le, 1280x720, 23.97 tbr, 23.97 tbn, 23.97 tbc
  50. [swscaler @ 0x2e4da80] unsupported bayer conversion
  51. Assertion 0 failed at libswscale/swscale_unscaled.c:1655
  52. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement