Closed jvl711 closed 3 years ago
I'm curious why you did this rather than just leaving it the way it was and using "copy" for the codec name. This is really just adding the ability to use "COPY" as well as "copy" to achieve the result.
I did not want any of the other command line options being sent when copying
I am fine changing it if you prefer it designed different!
I looked at this too soon after I woke up and didn't realize it was doing more than what I said. Ignore my initial comment. :) But do pay attention to the review comment, there's a couple args you need to move around. And the overall order can be changed, just be sure you keep the acodec/vcodec args before their related audio/video parameters.
For some reason this didn't kick off a travis CI run...but it's good to merge.
This is the first of a few changes to allow for remuxing when the container format is not supported using the miniclient. I am going to add a property for a fixed remux format.
Let me know if you have any questions or concerns. High level testing has looked good. Submitting in smaller pieces.