CineEncoder / cine-encoder

Cine Encoder is an application that allow to convert media files while preserving HDR metadata.
GNU General Public License v3.0
98 stars 12 forks source link

The boss wants to add features #23

Open asxzwang opened 3 years ago

asxzwang commented 3 years ago

Please add filter visualization and command line operations, such as - filter_ complex "[0:0]bwdif=1[out0]" .

Add x264, x265 parameters, custom parameters and command line parameters, such as - x265 params: 0 "no open GOP = 1: bframes = 8"

Finally, add ass subtitle recording function

CineEncoder commented 2 years ago

Hello! Could you write the command - filter_ complex "[0:0]bwdif=1[out0]" more precisely? because ffmpeg gives me an error when I try to run with these parameters. So I understand that this is deinterlacing, but the "out0" command should not be there, as it seems to me.