add_stream_from_template with different codec? #1753
Closed
caffeinism
started this conversation in
2. Feature Ideas
Replies: 1 comment
-
This is possible for a new template function, but not possible for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My understanding is that add_stream_from_template is primarily used to create an equivalent stream for the input container. However, input containers often use codecs that are specific to decoding. I want to create a stream from a template but change the codec.
The other attributes appear to be changeable, but the codec only seems to be generated by the codec name in the template.
PyAV/av/container/output.pyx
Lines 132 to 147 in bf41ee0
It would be nice to have a path similar to the one below.
Beta Was this translation helpful? Give feedback.
All reactions