Hello,
i'm on 600D with 10Bit RAW nightbuild,
I love using Magic Lantern to video, it's incredible.
How do i get audio with MLV_DUMP?
WHAT I NEED is a WAV extraction from MLV.
I can extract wav with mlv2cdng, but it doesn't fix the black level and gives me green clips.
I wrote a BAT command to write DMG files from MLV, maybe it will be helpful to someone:)
MLV.CMD:
@echo off
for %%a in ( %* ) do ( md "D:\VLOG\KLIPY\ROBOTA\%date%-%%~na" 2>nul )&( D:\VLOG\mlv_dump.exe --black-fix=2048 --white-fix=15000 --dng -o D:\VLOG\KLIPY\ROBOTA\%date%-%%~na\%%~na__ --dng %%~na.MLV )
pause
put it it:
C:\Users\Karolina\AppData\Roaming\Microsoft\Windows\SendTo
it can make a nice folders just by right clicking MLV from your SD CARD.
Can you please tell me how to have audio with MLV_DUMP, that would be so nice of you
