I would like to add filter parameters under ffmpeg preset (e.g. -spre directive).
Suppose a simple test.ffpreset under ~/.ffmpeg like this:
vcodec=h264
bitrate=1200
acodec=copy
How do we add hqdn3d=16 to this preset file in order to avoid adding -vf hqdn3d=16 on ffmpeg command line invocation?