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

Option to change video quality #44

Open
DavidHenryThoreau opened this issue Nov 18, 2020 · 11 comments
Open

Option to change video quality #44

DavidHenryThoreau opened this issue Nov 18, 2020 · 11 comments

Comments

@DavidHenryThoreau
Copy link
Contributor

Add an option to change the video quality

@lekma
Copy link
Owner

lekma commented Jan 7, 2021

this could be possible for the live events (I think) but I don't see how we could do it for the mpd playlists we get from the api. if you have an idea or a suggestion for an implementation I'd be happy to have a look.

thx for your help

@DavidHenryThoreau
Copy link
Contributor Author

To test it i'm changing quality by using front end interface for this video :
https://invidious.zapashcanon.fr/watch?v=m0Wb4HXa-sk

It seems to change quality by with : itag=NUMBER on URL

Example :

720p
https://invidious.zapashcanon.fr/latest_version?id=m0Wb4HXa-sk&itag=22

Medium quality
https://invidious.zapashcanon.fr/latest_version?id=m0Wb4HXa-sk&itag=18

@memartinb
Copy link

+1

@lekma
Copy link
Owner

lekma commented Mar 13, 2021

you guys know you can set a max resolution in inputstream.adaptive settings?
or even select Manual video (leia) or Manually select video stream (matrix) for the Stream selection option and then choose your quality when the video plays?
isn't that enough for your needs?
what is the specific use case?

@probonopd
Copy link

probonopd commented Apr 29, 2023

Resolution can be set up in the setings of the inputstream.adaptive addon, not in the plugin.video.invidious. There one can also set fixed rather than adaptive.

Works for me.

@DavidHenryThoreau
Copy link
Contributor Author

inputstream.adaptive addon is intersting to set resolution but how can I set max fps ? (I'm using old cpu hardware but some videos are only available in 60fps and I'd like to set max fps to 30)

@lekma
Copy link
Owner

lekma commented Aug 13, 2023

maybe submit a feature request to inputstream.adaptive?

@lekma
Copy link
Owner

lekma commented Aug 15, 2023

or maybe I can filter out the 60 fps streams (I'll have a look)

@DavidHenryThoreau
Copy link
Contributor Author

maybe submit a feature request to inputstream.adaptive?
xbmc/inputstream.adaptive#1359

@DavidHenryThoreau
Copy link
Contributor Author

DavidHenryThoreau commented Aug 24, 2023

Answer does not fix the 60fps but only set max resolution and bandwidth bitrate.
xbmc/inputstream.adaptive#1359

@DavidHenryThoreau
Copy link
Contributor Author

Another solution is to downgrade to 720p but it's quick and dirty fix.

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

No branches or pull requests

4 participants