(09.06.2018, 12:13)Selur Wrote: [ -> ]Quote:with this call I haven't got crash without ffmpeg 4.0
Okay, so that means it does not crash without ffmpeg 4.0, but it does crash with ffmpeg 4.0 .
-> What error message do you get with ffmpeg 4.0?
Cu Selur
Sorry I misspoke myself. I meant "with this call in terminal I haven't got crash using native ffmpeg of Hybrid 2018.06.04.2."
Okay, then what is the error message in full you get when using:
Code:
"/Applications/Hybrid_1806042.app/Contents/MacOS/ffmpeg" -y -loglevel fatal -threads 8 -i "/Volumes/Video/Export/Ensembles_en_cavale_partie_1.mov" -map 0:0 -an -sn -vf scale=out_range=limited -pix_fmt yuv420p -vsync 0 -f rawvideo - | "/Applications/Hybrid_1806042.app/Contents/MacOS/x264" --crf 20.00 --profile high --level 4.1 --direct auto --qcomp 0.5 --no-mbtree --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --non-deterministic --range tv --colormatrix bt470bg --demuxer raw --input-res 1920x1080 --input-csp i420 --input-depth 8 --fps 25/1 --output-depth 8 --output "/Volumes/Video/Export/21_59_58_3010_05.264" -
I have finally found the culprit!
I used a compiled version of ffmpeg 3.4 with fdk-aac support until now and Hybrid 2018.06.04.2 contrary to Hybrid 2018.04.08 crashs with this compiled version. In the same way a new fdk-aac compiled version of ffmpeg 4.0 does not crash.
Okay, as long as the ffmpeg version which comes with Hybrid doesn't crash there's nothing for me do to.