EthanArbuckle / carplay-cast

iOS tweak that allows any app to be used with CarPlay
Apache License 2.0
397 stars 97 forks source link

Video resolution seems reduced by force on 1.0.2 #79

Open cha2hyun opened 1 year ago

cha2hyun commented 1 year ago

Tested Device

Tested Car

Version

Issue

There is a problem with the video resolution. The width seems to have been reduced by force. Video is not played as original resolution (16:9) it seems like 1:1.5 (?) on full-screen.

The video player i tested are Youtube (latest version), and DS video

Maybe auto hide dock cause resolution problem.

cha2hyun commented 1 year ago

Original Size

스크린샷 2023-02-09 오전 10 44 15

Reduced Size on full screen

스크린샷 2023-02-09 오전 10 44 20

Extra

  1. Horizontal mode shows correct resolution.
  2. I tested my own video which is made of 16:9 resolution, but it seems 1:1.5(?) on full-screen
  3. version 1.0.1 has same problem
EthanArbuckle commented 8 months ago

You're right that autohiding dock could influence scaling. I'm thinking it may be best to add options that allow you to manually modify the scaling parameters. This puts less burden on getting a "one size fits all" solution right, at the cost of users potentially needing to make some adjustments themselves. Any objections?