-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Shortcut to change aspect ratio from default to zoom (Or anything). Or even better, a UI option to change while playing video. #170
Comments
Ideally, the Jellyfin server would expose video crop elements to the client (ex. Matroska crop elements). I would then expect any client to respect these when direct streaming or for the server to crop when transcoding. Brain dump: |
Actually you are right, I also see another problem now which didn't got obvious to me until now. Subtitles are now also half off-screen. :-( However, I don't think this should be server-sided as not everyone has the same aspect ratio / resolution. This sounds like it should totally be a client side feature. |
Hello, i also have an ultra wide display. I personally use it with Jellyfin mpv shim, but it also works with Jellyfin Media Player. Create |
Thank you @Ashyni I will try your solution! Edit: Seems to work great! Although one time i had to go back from full screen to windowed and back to make it apply. |
This will be in the next version. |
Hi there!
I'm running jellyfin media player on a ultrawide 3440x1440 screen.
It is a pretty common problem that some movies with a certain aspect ratio, and black bars encoded in the video, ultrawide has a problem of having black bars on each side of the screen (Both horizontal and vertical).
The aspect ratio fixes this sort of, by changing aspect ratio in client to zoom. But it would be better if there was an advanced menu in the player where you can do this on the fly when already watching the video rather than having to go through all the loops to change it (And obviously dont forget to change it back for videos that DONT have black bars encoded in them.
Unless there is a better solution? (Other players and hook them up to the jellyfin server, but in this case i might lose 'syncplay' feature?)
The text was updated successfully, but these errors were encountered: