Advertisement
Guest User

ffmpeg MLV (Magic Lantern Raw) to huffyuv (saved in rgb24)

a guest
Jun 16th, 2014
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. $ ffmpeg -i DCIM/100CANON/M16-1754.MLV -an -c:v huffyuv test-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 @ 0x2fc4d20] 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. [huffyuv @ 0x2fc2560] using huffyuv 2.2.0 or newer interlacing flag
  52. [huffyuv @ 0x2ff41a0] using huffyuv 2.2.0 or newer interlacing flag
  53. [huffyuv @ 0x2ff4900] using huffyuv 2.2.0 or newer interlacing flag
  54. [huffyuv @ 0x2fc8f40] using huffyuv 2.2.0 or newer interlacing flag
  55. Output #0, matroska, to 'test-1754-20140616230804.mkv':
  56. Metadata:
  57. guid : 0x227f91c4955ff14e
  58. info : take: 2;
  59. picStyleName : Faithful
  60. isoAnalog : 96
  61. isoValue : 640
  62. isoMode : manual
  63. time : 2014-06-16 17:54:09
  64. digitalGain : -3
  65. focalLength : 50
  66. focalDist : 0
  67. aperture : 1600
  68. stabilizerMode : 0
  69. autofocusMode : 0
  70. flags : 0x0
  71. lensID : 198
  72. lensName : EF50mm f/1.4 USM
  73. cameraName : Canon EOS 6D
  74. cameraModel : 0x80000302
  75. cameraSerial : 1C6F379DB2
  76. wb_mode : 9
  77. kelvin : 5500
  78. wbgain_r : 496
  79. wbgain_g : 1024
  80. wbgain_b : 616
  81. wbs_gm : 0
  82. wbs_ba : 0
  83. picStyleId : 133
  84. contrast : 0
  85. sharpness : 0
  86. saturation : 0
  87. colortone : 0
  88. shutterValue : 7806
  89. encoder : Lavf55.43.100
  90. Stream #0:0: Video: huffyuv (HFYU / 0x55594648), rgb24, 1280x720, q=2-31, 200 kb/s, 23.97 fps, 1k tbn, 23.97 tbc
  91. Metadata:
  92. encoder : Lavc55.67.100 huffyuv
  93. Stream mapping:
  94. Stream #0:0 -> #0:0 (rawvideo (native) -> huffyuv (huffyuv))
  95. Press [q] to stop, [?] for help
  96. frame= 153 fps= 33 q=0.0 Lsize= 212580kB time=00:00:06.38 bitrate=272827.4kbits/s
  97. video:212572kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.003841%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement