AydinAdn/MediaToolkit

Convert without re-encoding?

Closed this issue · 2 comments

Great work on the library, thank you.

How can I convert without re-encoding? (similar to ffmpeg console " -vcodec copy -acodec copy")

I'll add that in, I'm also thinking of allowing custom command line arguments to be passed in for maximum flexibility, but won't be able to sort this out until the weekend unfortunatly due to work.

Thanks, custom command line arguments would certainly solve it.

But still, a hard-coded option 'copy' or 'keep' or 'no conversion' (any way you want to name it) for video and audio conversion options would be helpful to many people.