master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.46k stars 151 forks source link

Scene detection filtering #769

Open woot000 opened 1 year ago

woot000 commented 1 year ago

I think it'd be a nice feature to have the option for scene detection to analyze video filtered by ffmpeg, either by copying the filter from the --ffmpeg argument (--ffmpeg "-vf crop=w:h:x:y" --sc-filter copy) or just as an independent argument (--ffmpeg "-vf crop=w:h:x:y" --sc-filter "-vf crop=w:h:x:y").

BlueSwordM commented 9 months ago

It is already possible to do some with Vapoursynth, but it'd be nice to have this with ffmpeg yes.