Hi, sorry for cross posting from factory mailing list, but maybe I get answer for my problem here. having Dell XPS with i7-7700HQ CPU and Intel HD 630 graphics. Playing 4K video is not smooth with lot of droped frames. I am using mpv with ffmpeg from packman. Having latest tumbleweed snapsh What is really strange, that I tried 3 different players: vlc, mpv and ffplay. VLC and ffplay haven't any problem with performance, but what is totally strange, that every player renders video differently: vlc: https://drive.google.com/file/d/1KXCpmqeniWeWmTirsXPKs2m4KRVSrkgB/view?usp=s... ffplay: https://drive.google.com/file/d/1VcdpYRLVKpZb3mjuWc5z84N9MFtXE_zn/view?usp=s... mpv: https://drive.google.com/file/d/1hugS_z62qxovARF-v4sDzZ_JFnLzVMGt/view?usp=s... From my subjective view MPV is best in rendering, but it's basically unusable. Can anybody please direct me how to check if it's only my problem or general bug? What I know it worked few snapshots ago. output from mpv: AO: [pulse] 48000Hz 5.1(side) 6ch float VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:03 / 01:47:28 (0%) A-V: 0.000 Dropped: 49 VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:13 / 01:47:28 (0%) A-V: 0.000 Dropped: 114 thanks, m.
On 8/8/21 4:55 PM, Michal Hlavac wrote:
Hi,
sorry for cross posting from factory mailing list, but maybe I get answer for my problem here.
having Dell XPS with i7-7700HQ CPU and Intel HD 630 graphics. Playing 4K video is not smooth with lot of droped frames. I am using mpv with ffmpeg from packman. Having latest tumbleweed snapsh
What is really strange, that I tried 3 different players: vlc, mpv and ffplay. VLC and ffplay haven't any problem with performance, but what is totally strange, that every player renders video differently:
vlc: https://drive.google.com/file/d/1KXCpmqeniWeWmTirsXPKs2m4KRVSrkgB/view?usp=s... ffplay: https://drive.google.com/file/d/1VcdpYRLVKpZb3mjuWc5z84N9MFtXE_zn/view?usp=s... mpv: https://drive.google.com/file/d/1hugS_z62qxovARF-v4sDzZ_JFnLzVMGt/view?usp=s...
From my subjective view MPV is best in rendering, but it's basically unusable. Can anybody please direct me how to check if it's only my problem or general bug? What I know it worked few snapshots ago.
output from mpv: AO: [pulse] 48000Hz 5.1(side) 6ch float VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:03 / 01:47:28 (0%) A-V: 0.000 Dropped: 49 VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:13 / 01:47:28 (0%) A-V: 0.000 Dropped: 114
thanks, m.
What you mean by "basically unusable"? Fwiw, I have noticed that some .mp4 video files will play fine under vlc but for any app which uses the mpv engine (e.g., MPlayer, SMPlayer) the video is distorted. I have no idea why, but I have seen this many times. --dg
On Sun, 2021-08-08 at 22:55 +0200, Michal Hlavac wrote:
Hi,
sorry for cross posting from factory mailing list, but maybe I get answer for my problem here.
having Dell XPS with i7-7700HQ CPU and Intel HD 630 graphics. Playing 4K video is not smooth with lot of droped frames. I am using mpv with ffmpeg from packman. Having latest tumbleweed snapsh
What is really strange, that I tried 3 different players: vlc, mpv and ffplay. VLC and ffplay haven't any problem with performance, but what is totally strange, that every player renders video differently:
Did you try mplayer instead of mpv to play the video? I have no issues with it on leap from packman - on XPX13 i7-8550U as well as i7-10710U. Though I use mpv infrequently - mplayer is my typical choice. Best, Tomas
Hello, On Sun, 08 Aug 2021, Michal Hlavac wrote:
output from mpv: AO: [pulse] 48000Hz 5.1(side) 6ch float VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:03 / 01:47:28 (0%) A-V: 0.000 Dropped: 49 VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:13 / 01:47:28 (0%) A-V: 0.000 Dropped: 114
Try not using the GPU for decoding. See 'mpv -vo help'. Try e.g. 'mpv -vo opengl'. And if that works, save that as default in the mpv config, e.g.: ==== ~/.config/mpv/config ==== vo=opengl ==== HTH, -dnh -- printk ("Kicking board.\n"); linux-2.6.6/drivers/net/lp486e.c
hi David, Driver 'opengl' has been replaced with 'gpu'! gpu option is default and very slow. thanks, m. On utorok 10. augusta 2021 5:55:21 CEST David Haller wrote:
Hello,
On Sun, 08 Aug 2021, Michal Hlavac wrote:
output from mpv: AO: [pulse] 48000Hz 5.1(side) 6ch float VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:03 / 01:47:28 (0%) A-V: 0.000 Dropped: 49 VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:13 / 01:47:28 (0%) A-V: 0.000 Dropped: 114
Try not using the GPU for decoding. See 'mpv -vo help'.
Try e.g. 'mpv -vo opengl'. And if that works, save that as default in the mpv config, e.g.:
==== ~/.config/mpv/config ==== vo=opengl ====
HTH, -dnh
-- [ michal hlavac ] [ miso@hlavki.eu ] [ tel: +420 773 205 794 ]
It seems I hit https://github.com/mpv-player/mpv/issues/8981 can confirm that these parameter resolves problem: --hdr-compute-peak=no thanks, m. On nedeľa 8. augusta 2021 22:55:01 CEST Michal Hlavac wrote:
Hi,
sorry for cross posting from factory mailing list, but maybe I get answer for my problem here.
having Dell XPS with i7-7700HQ CPU and Intel HD 630 graphics. Playing 4K video is not smooth with lot of droped frames. I am using mpv with ffmpeg from packman. Having latest tumbleweed snapsh
What is really strange, that I tried 3 different players: vlc, mpv and ffplay. VLC and ffplay haven't any problem with performance, but what is totally strange, that every player renders video differently:
vlc: https://drive.google.com/file/d/1KXCpmqeniWeWmTirsXPKs2m4KRVSrkgB/view?usp=s... ffplay: https://drive.google.com/file/d/1VcdpYRLVKpZb3mjuWc5z84N9MFtXE_zn/view?usp=s... mpv: https://drive.google.com/file/d/1hugS_z62qxovARF-v4sDzZ_JFnLzVMGt/view?usp=s...
From my subjective view MPV is best in rendering, but it's basically unusable. Can anybody please direct me how to check if it's only my problem or general bug? What I know it worked few snapshots ago.
output from mpv: AO: [pulse] 48000Hz 5.1(side) 6ch float VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:03 / 01:47:28 (0%) A-V: 0.000 Dropped: 49 VO: [gpu] 3840x2160 yuv420p10 AV: 00:00:13 / 01:47:28 (0%) A-V: 0.000 Dropped: 114
thanks, m.
-- [ michal hlavac ] [ miso@hlavki.eu[1] ] [ tel: +420 773 205 794 ] -------- [1] mailto:miso@hlavki.eu
participants (4)
-
David Haller
-
DennisG
-
Michal Hlavac
-
TomasK