Question / Help Custom encoder settings don't seem to function

Soupstorm

New Member
I'm trying to use this:

--video-filter resize:width=1280,height=720,method=lanczos

to circumvent the native downscaler in OBS, in an attempt to get my 720p stream of 1080p input to be less blurry.

When I use the OBS downscaler, local files (I've been recording locally to test rather than clog up my stream) render to 720p, but the video-filter command shown above renders to 1080p. As far as I know I'm formatting this command correctly, but maybe OBS doesn't use the normal commandline command format?
 

R1CH

Forum Admin
Developer
You can't override things like FPS, video size, etc with x264 parameters. OBS needs that information internally to function. The advanced custom encoder settings is for encoding parameters which are not the same as command line arguments.
 
Top