As title says, I need to downscale 4K video to FHD retaining as much quality as possible, what command should I use to achieve this?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Why don't you just use one of the x264/x265 GUI's and use one of their presets?
-
Code:
ffmpeg -i input.mp4 -vf scale=w=1920:h=1080 -c:v libx264 -x264opts qp=0 -c:a copy output.mp4
Similar Threads
-
MPC-HC Judder in 2160p not in 1080p
By keroner in forum Newbie / General discussionsReplies: 8Last Post: 13th Jan 2020, 03:24 -
Slow video transcoding ffmpeg h264 0.6 fps
By www-data in forum Video ConversionReplies: 12Last Post: 23rd May 2018, 23:58 -
Converting RAW Uncompressed video back to h264 ffmpeg
By TubeBar in forum Video ConversionReplies: 1Last Post: 22nd Apr 2018, 05:45 -
Do you need to Deinterlace when Downscaling Progressive Video?
By VideoFanatic in forum Video ConversionReplies: 7Last Post: 8th Apr 2018, 16:43 -
WebMux 2160p vs Untouched 1080p
By Sgt Hartman in forum Blu-ray RippingReplies: 2Last Post: 11th Oct 2017, 20:37