Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bestsource] Add title/language in the track selection menu #173

Open
wants to merge 4 commits into
base: feature
Choose a base branch
from

Conversation

moi15moi
Copy link

@moi15moi moi15moi commented Dec 5, 2024

This PR actually close #171, but only with the bestsource provider.

Before

Video track
image

Audio track
image

Now

Video track
image

Audio track
image

bestsource now require libavutil >=58.31.0.
The branch meson-6.1 has libavutil 58.29.100, so it couldn't be used.
The branch meson-7.0 has libavutil 59.8.100.
The [commit](vapoursynth/bestsource@c25cf29) added a new API, so we can retrieve the track metadata.

For the moment, the function isn't available in any version, so let's use the master branch, but it will be needed to be set to R9 when it will be available
This [commit](vapoursynth/bestsource@4f6ef06) removed the VariableFormat parameter in videosource.h

This [commit](vapoursynth/bestsource@2817e14) removed the VariableFormat parameter in audiosource.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request] Show more info on the audio track list
1 participant