1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Move to VP8 which has way better encoding speed on integrated graphics than VP9 for now

This commit is contained in:
Elias Steurer 2019-11-14 16:09:41 +01:00
parent 8d9dd4de56
commit fa3d21df27

View File

@ -415,7 +415,7 @@ bool CreateImportVideo::createWallpaperVideo()
args.append("-i");
args.append(m_videoPath);
args.append("-c:v");
args.append("libvpx-vp9");
args.append("libvpx-vp8");
args.append("-crf");
args.append("30");
args.append("-pix_fmt");