Increase accuracy of fps for nvenc and proper pixel format

This commit is contained in:
loki
2020-04-19 00:10:47 +03:00
parent 2f978b3159
commit 70bf11ec27
3 changed files with 18 additions and 8 deletions
+1
View File
@@ -39,6 +39,7 @@ enum class pix_fmt_e {
yuv420p,
yuv420p10,
nv12,
p010,
unknown
};