Topic: Conversion from 4K resolution to 1080p

Please direct me to video transcoding settings, convert 4K resolution to 1080p, what code to write

Re: Conversion from 4K resolution to 1080p

option 1: via SVP's frame size controls - there's no UI button "decrease to 1080p" but you can set frc.frame.resize in 'All settings' to "-19201080". "decrease to screen" should also work if your screen resolution is 1080p.

option 2: use any of ffmpeg's scale filters in 'lavfi' field in transcoder's 'Advanced' mode - the trivial example is "scale=w=1920:h=1080"

3 (edited by yongbin 22-10-2020 06:36:52)

Re: Conversion from 4K resolution to 1080p

The first scheme, I don't know how to set it,



The second option is OK



Thank you for the answer



In addition, what kind of settings can be written to increase the video sharpness of transcoding

Re: Conversion from 4K resolution to 1080p

https://ffmpeg.org/ffmpeg-filters.html#unsharp-1

5 (edited by yongbin 24-10-2020 00:55:30)

Re: Conversion from 4K resolution to 1080p

I want to keep the HDR in the transcoding process,What code do I need to add

Re: Conversion from 4K resolution to 1080p

I wish I knew big_smile