Small script combinding video and audio files. Making workflow easier.

Started by rbckman, January 21, 2014, 10:25:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rbckman

Hello Magic Lanterners!   8)

Made a script to make my workflow easier while in editing.

It's a small python script that uses ffmpeg to mux your video and audio files together. Place the script in your folder where all your files are and run it. It will find your files and start muxing them together. There is no compression done so you wont lose in quality.

I work on Linux so haven't tried it on a Mac or anything else.

Just wanted to share this if anyone needs it as badly as I need it.
https://bitbucket.org/rbckman/lossless-videoaudiomuxing

btw.
Filming with the 7D and a nightly build of Magic Lantern. Puts the video file count as one higher (audio file for MVI_1001.MOV would be MVI_1000.WAV). Don't know if it does this on every camera or every version of ML?

Thank you Magic Lantern,
rbckman

Danne

Nice!
Try to run the script with python launcher in mac, OSX mavericks and get this? Any suggestions?
Good work.





rbckman

Hi Danne,

Haven't made the script support RAW video (yet! ) :)
It only works with specific MVI_*.MOV and MVI_*.WAV files for now.

-rbckman

Danne