### 请确认以下事项 / Please make sure of the following things - [x] I'm certain there are no duplicate issues. / 我确定没有重复的issue - [x] I can provide detailed explanations or test cases while the developers are working on this issue. / 我能够在开发者处理该Issue时提供详细的细节说明或测试 - [ ] I will track the status of the issues during my term. / 我会期的跟踪Issue的状态 ### Description of the feature / 需求描述 画面尺寸能否添加crop模式?即保持画面比例不变,视频画面填充满整个屏幕。这样做的好处是在屏幕分辨率高于视频分辨率时,播放不会有黑边,虽然会丢失少许画面但沉浸感更强。虽然fill模式可以填充屏幕但画面比例会变形。 这是用justplayer 在fit 和 crop模式下播放的截屏。fit 模式会有黑边。 <img width="3200" height="1440" alt="Image" src="https://github.com/user-attachments/assets/d9814b03-3288-4b02-bdb0-d714924953cf" /> <img width="3200" height="1440" alt="Image" src="https://github.com/user-attachments/assets/ddc329b0-5043-47e1-bd04-01c8757c5df7" /> ### Solution / 解决方案 Media 3 应该可以直接设置 crop 模式参数,实现起来应该不难。justplayer, next player 等基于media 3的播放器都有此选项。 ### Focus / 关注点 _No response_
请确认以下事项 / Please make sure of the following things
I'm certain there are no duplicate issues. / 我确定没有重复的issue
I can provide detailed explanations or test cases while the developers are working on this issue. / 我能够在开发者处理该Issue时提供详细的细节说明或测试
I will track the status of the issues during my term. / 我会期的跟踪Issue的状态
Description of the feature / 需求描述
画面尺寸能否添加crop模式?即保持画面比例不变,视频画面填充满整个屏幕。这样做的好处是在屏幕分辨率高于视频分辨率时,播放不会有黑边,虽然会丢失少许画面但沉浸感更强。虽然fill模式可以填充屏幕但画面比例会变形。
这是用justplayer 在fit 和 crop模式下播放的截屏。fit 模式会有黑边。
Solution / 解决方案
Media 3 应该可以直接设置 crop 模式参数,实现起来应该不难。justplayer, next player 等基于media 3的播放器都有此选项。
Focus / 关注点
No response