You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>REAL Video Enhancer</strong> is a redesigned and enhanced version of the original Rife ESRGAN App for Linux. This program offers convenient access to frame interpolation and upscaling functionalities on Windows, Linux and MacOS, and is an alternative to outdated software like <arel="noopener noreferrer"href="https://nmkd.itch.io/flowframes"target="_blank" >Flowframes</a> or <arel="noopener noreferrer"href="https://github.com/mafiosnik777/enhancr"target="_blank">enhancr</a>.
43
+
<strong>REAL Video Enhancer</strong> is a redesigned and enhanced version of the original Rife ESRGAN App for Linux. This program offers convenient access to frame interpolation and upscaling functionalities on Windows, Linux and MacOS, and is an alternative to outdated software like <arel="noopener noreferrer"href="https://nmkd.itch.io/flowframes"target="_blank" >Flowframes</a> or <arel="noopener noreferrer"href="https://github.com/mafiosnik777/enhancr"target="_blank">enhancr</a>.
filter_string=f"crop={self.width}:{self.height}:{self.borderX}:{self.borderY},scale=w=iw*sar:h=ih"# fix dar != sar
63
+
64
+
filter_string=f"crop={self.width}:{self.height}:{self.borderX}:{self.borderY},scale=w=iw*sar:h=ih"#+ ":in_range=limited:out_range=full,format=yuv420p" if self.yuv420pMOD == "yuv420p" else "" # fix dar != sar
65
65
#if not self.hdr_mode:
66
66
# if self.input_pixel_format == "yuv420p":
67
67
# filter_string += ":in_range=tv:out_range=pc" # color shifts a smidgen but helps with artifacts when converting yuv to raw
0 commit comments