From 5621eb306afebbcec40b3abe2b7f6db1f9be04a8 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Tue, 18 Aug 2020 06:07:46 -0400 Subject: [PATCH] changed default extracted frames pixel format from rgba64be to rgb24 --- src/video2x.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video2x.yaml b/src/video2x.yaml index f7abba3..f2fdda7 100644 --- a/src/video2x.yaml +++ b/src/video2x.yaml @@ -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