-
Notifications
You must be signed in to change notification settings - Fork 36
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
base: feature
Are you sure you want to change the base?
Conversation
7de5cec
to
6ed57a0
Compare
6ed57a0
to
4a9e7d0
Compare
bestsource has a new version (R9-RC1) which include the new API to get the track metadata. 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. |
4a9e7d0
to
a4a9cad
Compare
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). |
bestsource (R10) now require: - libavcodec: >=61.19.0 - libavformat: >=61.7.0 - libavutil:>=59.39.0
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.
a4a9cad
to
9cbf792
Compare
R10 is now available. Now, this PR use this new version instead of R9. 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). |
This PR actually close #171, but only with the bestsource provider.
Before
Video track
Audio track
Now
Video track
Audio track