#1149:Original Codec verification in Node Conversion
over 1 year ago
opened this ticketover 1 year ago
commented regarding the remux, all that is doing is setting the file extension, so if its already mkv, remuxing to mkv does nothing, and if already mp4, remuxing to mp4 does nothing.
But I'll update the audio flow elements
over 1 year ago
commented done
Would it be possible to include in the Convert Node a Toggle Button, something like Skip if Original Codec is the same
And have the node itself verify the Codec, and Convert Only if the Codec from the Original File is different ?
In Audio Node :
Convert Audio
Convert To AAC, MP4, OGG, WAV
FFmpeg Builder :
Audio Converter
Remux To MKV, MOV, MP4 and WEBM
As of now we are using the Video has Stream or File Extension, to acomplish this vérification. I just tought it would be a great addition to the node directly. (Note that i have no idea of how hard that would be to implement)
Just an idea i had and tought i would make a great improvement.