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 5 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 (R9-RC1) now require:
- libavcodec: >=61.19.0
- libavformat: >=61.7.0
- libavutil:>=59.39.0
@moi15moi
Copy link
Author

moi15moi commented Dec 29, 2024

bestsource has a new version (R9-RC1) which include the new API to get the track metadata.
Now, this PR use this new version instead of the master branch.

For the moment, you can get the build here (since the workflow still haven't been triggered in this PR).

PS: I'm still waiting for the R9 version to be available.

The [commit](vapoursynth/bestsource@c25cf29) added a new API, so we can retrieve the track metadata.
This [commit](vapoursynth/bestsource@4f6ef06) removed the VariableFormat parameter in videosource.h

This [commit](vapoursynth/bestsource@2817e14) removed the VariableFormat parameter in audiosource.h
This [commit](vapoursynth/bestsource@633d6e8#diff-fe0470628acf368c8971852850ca82394169b0fd8a64c78426663f21ee0ef2a2) added the ViewID parameter in videosource.h

Let's set it to 0 since we don't support spatial videos.
@moi15moi
Copy link
Author

R9 is now available. Now, this PR use this new version instead of R9-RC1. I think the PR is finished. Let me know if there is any problem!

For the moment, you can get the build here (since the workflow still haven't been triggered in this PR).

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