From 08d6c26b6fc06bd7fc80bc168131998f95c12551 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 18 Feb 2022 17:46:28 +0100 Subject: Fix video thumbnail creation --- src/VideoPlayer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/VideoPlayer.cpp') diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index 8fdf9dc..3e336fb 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -234,9 +234,11 @@ namespace QuickMedia { if(startup_args.use_system_mpv_config) { args.push_back("--config=yes"); + args.push_back("--load-scripts=yes"); } else { args.insert(args.end(), { "--config=no", + "--load-scripts=no", "--profile=gpu-hq", "--vo=gpu,vdpau,x11", "--hwdec=auto" -- cgit v1.2.3