android videoview缩放模式(全屏和正常模式)并保持原始视频质量

发布于 2024-12-21 09:54:51 字数 287 浏览 1 评论 0原文

我使用下面的代码以设备总屏幕尺寸显示视频。

    android:layout_alignParentRight="true"
    android:layout_alignParentLeft="true"
    android:layout_alignParentTop="true"
    android:layout_alignParentBottom="true"

但这里的主要问题是,视频失去清晰度意味着像素清晰度......但它看起来像错误。 谁能解决我的问题。谢谢..

I have used the below code to display videos in device total screen size.

    android:layout_alignParentRight="true"
    android:layout_alignParentLeft="true"
    android:layout_alignParentTop="true"
    android:layout_alignParentBottom="true"

But the main problem here is, video is losing its clarity means the pixels clarity ... But It looks like bug.
Can anyone solve my problem. Thanks..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独夜无伴 2024-12-28 09:54:51

您最好确定是视频大小或播放器的问题。您可以使用任何现代视频播放器(例如可在所有主要操作系统上使用的 VLC)检查 PC 上的图片大小信息。

如果视频帧比屏幕小得多,那不是你的错。

You'd better ensure it is problem of the video size or the player. You may inspect picture size information on PC with any modern video player, like VLC which is available on all major OS.

If the video frame is much smaller than the screen, it is not your fault then.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文