[FFmpeg-user] --no-sao

Dennis Mungai dmngaie at gmail.com
Thu Apr 5 11:29:57 EEST 2018


Hello there,

That's not the correct syntax. Pass these arguments as:

-x265-params "--no-sao:fps=24000/1001:p=veryslow:...."

Make sure all options are in form key=value with value set to 1 if
it's a boolean option.


On 5 April 2018 at 11:11, Daniel <tetrameles at gmail.com> wrote:
> Hello,
> I would like to disable the deblocking filter for x265. The manual shows: --no-sao  But I get the message: Unrecognized option '-no-sao'
>
> The code I use:
> /usr/local/Cellar/ffmpeg/3.4.2/bin/ffmpeg -stats -loglevel 24 -i surce.mkv -map 0:a -map 0:v:0 -c:v libx265 -crf 20 -c:s copy -c:a copy --no-sao -ss 5000 -t 5 destination.mp4
>
> Kind regards
> Daniel
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list