-
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Dec 13, 2025
Replies: 1 comment 1 reply
-
|
The horizontal letterboxing is part of the video file. You would need to crop them using a script like https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autocrop.lua or alternatively just use keep pressing E until the video fills the viewport. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dougg0k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The horizontal letterboxing is part of the video file. You would need to crop them using a script like https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autocrop.lua or alternatively just use keep pressing E until the video fills the viewport.