fixing a bug found by @CardinalPanda

This commit is contained in:
k4yt3x
2019-06-05 12:18:51 -04:00
parent 4cf83dc565
commit 0f4daa12d2
2 changed files with 8 additions and 4 deletions

View File

@@ -42,7 +42,9 @@
"ffmpeg": {
"ffmpeg_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\ffmpeg-latest-win64-static\\bin",
"video_to_frames": {
"-qscale:v": null,
"output_options":{
"-qscale:v": null
},
"-hwaccel": "auto",
"-y": true
},