Selur's Little Message Board

Full Version: How to avoid muxing of final renders?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Selur!

I am scratching my head trying to find the option (IF it exist)
I need to encode a video to Cineform and PCM audio, but need the audio of the finalized elements not muxed.
As in, the CineForm in a MP4 cotainer and the PMC as WAV.
But I can't seem to find a way to do it. 
Maybe I am just blind and it's right there.
In the config section, there is  a "No multiplexing and splitting", which I checked, but the encode doesn't start since it says that well, MP4 and PCM is not allowed by the container.

Thank you in advance.
Hybrid does not support properly muxing one stream while just extracting or converting the other.
You have these options:
  • To just skip the muxing step (enable 'No multiplexing and splitting'), this will still check all container restrictions&co.
  • Use 'raw' as output container (output file needs '.raw' extension; Hybrid will still use the format extensions). This will not check any container restrictions&co. (I guess this is what you want.)
  • Use two jobs.
    1. One with audio disabled.
    2. One with video disabled and .raw as extension.
  • Find some other tool which allows what you want.

Cu Selur
Good enough for me!
Thank you so much Selur!