-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Direct HDMI playback #3875
Copy link
Copy link
Open
Labels
device/software specificIssues that only happen on some devices or with some specific hardware/softwareIssues that only happen on some devices or with some specific hardware/softwarefeature requestIssue is related to a feature in the appIssue is related to a feature in the appplayerIssues related to any player (main, popup and background)Issues related to any player (main, popup and background)
Metadata
Metadata
Assignees
Labels
device/software specificIssues that only happen on some devices or with some specific hardware/softwareIssues that only happen on some devices or with some specific hardware/softwarefeature requestIssue is related to a feature in the appIssue is related to a feature in the appplayerIssues related to any player (main, popup and background)Issues related to any player (main, popup and background)
Suppose that the device's screen has aspect ratio 2:1, the external display and the video both have 16:9. In such case, NewPipe will first add padding on the top & bottom to fit a 16:9 video on a 2:1 screen, then Android will pad the 2:1 screen display on the left & right to fit a 2:1 screen on a 16:9 screen. Consequently, the video will have a margin on all sides and won't take up the whole of the screen. Moreover, the quality of the video decreases because of double scaling.
Currently such a feature is implemented by VLC.
If an HDMI display is connected, VLC will output the video directly through HDMI, avoiding the double padding. Moreover, VLC won't display the video on the phone screen using a black screen (with controls showing up when the screen is tapped) to save battery.
It would be great if NewPipe could output the video directly through HDMI in a similar way to avoid the double padding and scaling and decrease battery consumption.