mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +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",
|
"ffmpeg_path": "C:\\Users\\K4YT3X\\AppData\\Local\\video2x\\ffmpeg-latest-win64-static\\bin",
|
||||||
"video_to_frames": {
|
"video_to_frames": {
|
||||||
"output_options": {
|
"output_options": {
|
||||||
"-qscale:v": null
|
"-qscale:v": null,
|
||||||
|
"-pix_fmt": "rgba64be"
|
||||||
},
|
},
|
||||||
"-hwaccel": "auto",
|
"-hwaccel": "auto",
|
||||||
"-y": true
|
"-y": true
|
||||||
|
Loading…
Reference in New Issue
Block a user