Is resetting the codec_tag the right thing to do? #1225
Unanswered
daveisfera
asked this question in
1. Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
I'm getting this warning when re-muxing a video:
Expected behavior
Re-muxing (especially using a template) would copy the values and maintain what already exists in the input
Actual behavior
Value cleared and the underlying processing warns about the "missing" value
Investigation
And I tracked it down to the
codec_tag
being reset to0
when using a template:825809c
Research
I have done the following:
Additional context
This is an old change that I don't see details about the motivation for doing it, so there might be a good reason to keep it, but at least in my use case, it causes a problem rather than fixing anything
Beta Was this translation helpful? Give feedback.
All reactions