Replies: 2 comments
|
The video stream has a disposition property: you can do something like |
0 replies
|
Further to this: is it possible to create a It appears that if I comment out the part that checks for ineligible codecs and set the disposition of the output stream, then the remuxing works fine. Perhaps there should be an check for disposition before rejecting a codec? |
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.
Hello,
I have MP3 files containing covers. Here is the stream shown by ffprobe :
Is there a way to know from pyav that this is an attached pic and not an actual video stream without using metadata comment ?
Thank you
All reactions