Call looks fine to me:
Seems like the decoder is crashing,..
What happens if you call:
inside a terminal?
Can you share a sample of the source?
Cu Selur
"/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" -
FFmpeg : Error while processing the decoded data for stream #0:0
"/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 /dev/null
Can you share a sample of the source?
Cu Selur