mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-29 16:09:10 +00:00
extracting frames into rgba64be format
This commit is contained in:
parent
c7c83d35ed
commit
55c2f7abfb
@ -51,7 +51,8 @@
|
||||
"ffmpeg_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\ffmpeg-latest-win64-static\\bin",
|
||||
"video_to_frames": {
|
||||
"output_options": {
|
||||
"-qscale:v": null
|
||||
"-qscale:v": null,
|
||||
"-pix_fmt": "rgba64be"
|
||||
},
|
||||
"-hwaccel": "auto",
|
||||
"-y": true
|
||||
|
Loading…
Reference in New Issue
Block a user