mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
changed default extracted frames pixel format from rgba64be to rgb24
This commit is contained in:
parent
07a6356836
commit
5621eb306a
@ -1,7 +1,7 @@
|
|||||||
# Name: Video2X Configuration File
|
# Name: Video2X Configuration File
|
||||||
# Creator: K4YT3X
|
# Creator: K4YT3X
|
||||||
# Date Created: October 23, 2018
|
# Date Created: October 23, 2018
|
||||||
# Last Modified: June 30, 2020
|
# Last Modified: August 18, 2020
|
||||||
# Values here are the default values. Change the value here to
|
# Values here are the default values. Change the value here to
|
||||||
# save the default value permanently.
|
# save the default value permanently.
|
||||||
# Items commented out are parameters irrelevant to this context
|
# Items commented out are parameters irrelevant to this context
|
||||||
@ -120,7 +120,7 @@ ffmpeg:
|
|||||||
'-y': true
|
'-y': true
|
||||||
input_options: {} # empty dict, expand if necessary
|
input_options: {} # empty dict, expand if necessary
|
||||||
output_options:
|
output_options:
|
||||||
'-pix_fmt': rgba64be # extracted frames pixel format
|
'-pix_fmt': rgb24 # extracted frames pixel format
|
||||||
'-qscale:v': null # output image quality control for JPEG (1-31, 1 being highest)
|
'-qscale:v': null # output image quality control for JPEG (1-31, 1 being highest)
|
||||||
# Step 2: Video Assembly
|
# Step 2: Video Assembly
|
||||||
# assemble all frames back into a video with only a video track
|
# assemble all frames back into a video with only a video track
|
||||||
|
Loading…
Reference in New Issue
Block a user