New issue 522: analysis-reuse-level=10 on first pass causes a crash https://bitbucket.org/multicoreware/x265/issues/522/analysis-reuse-level-10-on-first-pass
Andrey Semashev: When adding analysis-reuse-level=10 option on the first pass encode, x265 crashes with a segmentation fault. ā Iām using libx265 3.2.1 through ffmpeg 4.2.1. The full command line is: ā ffmpeg -y -i "$INPUT" -map 0:v:0 -c:v:0 libx265 -preset "veryslow" -crf 28 -x265-params "analysis-reuse-level=10:ssim-rd=1:multi-pass-opt-distortion=1:multi-pass-opt-analysis=1:stats=$\{INPUT\}.x265.log:analysis-reuse-file=$\{INPUT\}.x265.analysis.dat:no-slow-firstpass=1:pass=1" -an -threads 0 -f matroska /dev/null ā _______________________________________________ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel