Advertisement
Guest User

ffmpeg MLV (Magic Lantern Raw) to r210 fail.

a guest
Jun 18th, 2014
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. $ ffmpeg -i DCIM/100CANON/M16-1754.MLV -an -c:v r210 -s hd720 -pix_fmt rgb48le test-ffmpeg-r210-1754-`date +%Y%m%d%H%M%S`.mkv
  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 @ 0x26e5d00] unsupported tag BKUP, size 20
  14. Last message repeated 18 times
  15. Input #0, mlv, from 'DCIM/100CANON/M16-1754.MLV':
  16. Metadata:
  17. guid : 0x227f91c4955ff14e
  18. info : take: 2;
  19. picStyleName : Faithful
  20. isoAnalog : 96
  21. isoValue : 640
  22. isoMode : manual
  23. time : 2014-06-16 17:54:09
  24. digitalGain : -3
  25. focalLength : 50
  26. focalDist : 0
  27. aperture : 1600
  28. stabilizerMode : 0
  29. autofocusMode : 0
  30. flags : 0x0
  31. lensID : 198
  32. lensName : EF50mm f/1.4 USM
  33. cameraName : Canon EOS 6D
  34. cameraModel : 0x80000302
  35. cameraSerial : 1C6F379DB2
  36. wb_mode : 9
  37. kelvin : 5500
  38. wbgain_r : 496
  39. wbgain_g : 1024
  40. wbgain_b : 616
  41. wbs_gm : 0
  42. wbs_ba : 0
  43. picStyleId : 133
  44. contrast : 0
  45. sharpness : 0
  46. saturation : 0
  47. colortone : 0
  48. shutterValue : 7806
  49. Duration: 00:00:06.38, start: 0.000000, bitrate: 310253 kb/s
  50. Stream #0:0: Video: rawvideo (BIT[16] / 0x10544942), bayer_rggb16le, 1280x720, 23.97 tbr, 23.97 tbn, 23.97 tbc
  51. [swscaler @ 0x26f5160] full chroma interpolation for destination format 'rgb48le' not yet implemented
  52. [swscaler @ 0x26f5160] unsupported bayer conversion
  53. Assertion 0 failed at libswscale/swscale_unscaled.c:1655
  54. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement