diff --git a/src/video2x.yaml b/src/video2x.yaml index a88ecae..5b0cbb4 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: May 14, 2020 +# Last Modified: May 17, 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 @@ -119,7 +119,7 @@ ffmpeg: '-f': image2 # force image2 format output_options: '-vcodec': libx264 # video codec - '-pix_fmt': 'yuv444p10le' # overwrite default pixel format + '-pix_fmt': 'yuv420p' # overwrite default pixel format '-crf': 17 # H.264 Constant Rate Factor '-b:v': null # target average bitrate '-vf': 'pad=ceil(iw/2)*2:ceil(ih/2)*2' # ensure output is divisible by 2, recommended for libx264 @@ -138,6 +138,7 @@ ffmpeg: - '1:d?' # copy data streams - '1:t?' # copy fonts '-c': copy # copy codec for all streams + # '-vf': 'minterpolate=''fps=60''' # minterpolate frame interpolation '-map_metadata': 0 # copy known metadata tags # '-movflags': 'use_metadata_tags' # copy custom/arbitrary metadata tags '-pix_fmt': null