mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Move to VP8 which has way better encoding speed on integrated graphics than VP9 for now
This commit is contained in:
parent
8d9dd4de56
commit
fa3d21df27
@ -415,7 +415,7 @@ bool CreateImportVideo::createWallpaperVideo()
|
|||||||
args.append("-i");
|
args.append("-i");
|
||||||
args.append(m_videoPath);
|
args.append(m_videoPath);
|
||||||
args.append("-c:v");
|
args.append("-c:v");
|
||||||
args.append("libvpx-vp9");
|
args.append("libvpx-vp8");
|
||||||
args.append("-crf");
|
args.append("-crf");
|
||||||
args.append("30");
|
args.append("30");
|
||||||
args.append("-pix_fmt");
|
args.append("-pix_fmt");
|
||||||
|
Loading…
Reference in New Issue
Block a user