ilia3101 / MLV-App

All in one MLV processing app.
https://mlv.app/
GNU General Public License v3.0
274 stars 30 forks source link

Importing audio.wav along with dng frames with import dng menu dialogue... #262

Closed 2blackbar closed 9 months ago

2blackbar commented 1 year ago

Would this be possible to add ? Im filming a lot with a phone and it spits DNGs with audio.wav, i cant import audio with frames tho and it would really speedup the workflow Or maybe adding an option to pick our own wav file when importing dngs? Anything that would make this semiautomatic so when i film 40 clips i dont have to pick audio 40 times by browsing the folders with dngs... Im not even sure if its a request more on raw2mlv side or mlvapp side

masc4ii commented 1 year ago

You're right: more important is the request on raw2mlv side. MLVApp just implements a dialog which controls this little cmd app. The biggest problem will be: for DNG+WAV there is no rule how video and audio is synced (as far as I know). In MLV, there is a rule, coming with the mlv architecture and internal structure. So you'll get bad sync in many cases, plus all input must come from the user (audio start delay (±), correct framerate, how to handle if video is longer than audio, or audio is longer than video, etc. ...). No idea if it is worth the effort - I'd recommend to sync audio+video in a NLE, where you can drag the audio to the correct position, and set the cut in / cut out.

2blackbar commented 1 year ago

Yeh thats what i do at the moment just export video and drag all audio clips later to audio track... They just changed audio naming when it comes with dng files so all audio tracks paired with dngs are named audio.wav which made it harder to identify, ill try asking about it on raw2mlv github fork