changed default extracted frames pixel format from rgba64be to rgb24

This commit is contained in:
K4YT3X 2020-08-18 06:07:46 -04:00
parent 07a6356836
commit 5621eb306a

View File

@ -1,7 +1,7 @@
# Name: Video2X Configuration File
# Creator: K4YT3X
# 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
# save the default value permanently.
# Items commented out are parameters irrelevant to this context
@ -120,7 +120,7 @@ ffmpeg:
'-y': true
input_options: {} # empty dict, expand if necessary
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)
# Step 2: Video Assembly
# assemble all frames back into a video with only a video track