Log in

View Full Version : Creating DVD or bluray from MXF source


Lebowsky
12th April 2016, 16:38
I'm not quite sure where to post this, but the end goal is to either create a dvd or a bluray. Someone is sending me a file in .mxf format, and I need to add subtitles to it. Normally I'd use multiavchd to do it all, but it seems like it doesn't support mxf as input source. Said someone is not able to send it to me in another format.

Whats the best way to feed my source to multiavchd? Re-encode to x264? How would I read the source in avisynth then? Or are there specific tools to convert the mxf format?

sneaker_ger
12th April 2016, 16:45
Doesn't multiavchd support AviSynth input directly? Then you would only need to write a script with a source filter like ffms2 or l-smash works for the mxf file, drop the script into multiavchd and you would be back to your known work flow.

Lebowsky
12th April 2016, 20:25
thanks, I'll ask in the avisynth forums then.