Posts: 31
Threads: 10
Joined: May 2017
Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.
With same setting it's ok with 2018.04.08. Debug log attached.
[attachment=410]
Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.
I forgot to check download page but I have got same crash with 2018.06.03.1!
Posts: 10.957
Threads: 56
Joined: May 2017
Try 2018.06.04.2.
Cu Selur
Posts: 31
Threads: 10
Joined: May 2017
(04.06.2018, 18:38)Selur Wrote: Try 2018.06.04.2.
Cu Selur
2018.06.04.02 crashs as well
[attachment=411]
Posts: 10.957
Threads: 56
Joined: May 2017
05.06.2018, 05:07
(This post was last modified: 05.06.2018, 18:40 by Selur.)
Call looks fine to me:
"/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" -
Seems like the decoder is crashing,..
FFmpeg : Error while processing the decoded data for stream #0:0
What happens if you call:
"/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
inside a terminal?
Can you share a sample of the source?
Cu Selur
Posts: 31
Threads: 10
Joined: May 2017
(05.06.2018, 05:07)Selur Wrote: Call looks fine to me:
"/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" -
Seems like the decoder is crashing,..
FFmpeg : Error while processing the decoded data for stream #0:0
What happens if you call:
"/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
inside a terminal?
Can you share a sample of the source?
Cu Selur
Nothing happens
I got crashs with different files (ProRes mov or h264/aac mts files) so I don't think sharing my samples will give you further infos
I have found that I haven't got crashs replacing Hybrid ffmpeg version by ffmpeg 4.0!
Posts: 10.957
Threads: 56
Joined: May 2017
What happens if you call:
"/Applications/Hybrid_1806042.app/Contents/MacOS/ffmpeg" -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
Quote:I have found that I haven't got crashs replacing Hybrid ffmpeg version by ffmpeg 4.0!
Which doesn't help me to figure out the problem at all, but happy you found a solution for you.
Cu Selur
Posts: 31
Threads: 10
Joined: May 2017
(05.06.2018, 20:42)Selur Wrote: What happens if you call:
"/Applications/Hybrid_1806042.app/Contents/MacOS/ffmpeg" -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
Quote:I have found that I haven't got crashs replacing Hybrid ffmpeg version by ffmpeg 4.0!
Which doesn't help me to figure out the problem at all, but happy you found a solution for you.
Cu Selur
I'm sorry I can't help you more.
Posts: 10.957
Threads: 56
Joined: May 2017
Like I asked in the last post, do you get an error when calling:
"/Applications/Hybrid_1806042.app/Contents/MacOS/ffmpeg" -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
? (assuming you don't use ffmpeg 4.0) ?
Cu Selur
Posts: 31
Threads: 10
Joined: May 2017
(06.06.2018, 05:10)Selur Wrote: Like I asked in the last post, do you get an error when calling:
"/Applications/Hybrid_1806042.app/Contents/MacOS/ffmpeg" -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
? (assuming you don't use ffmpeg 4.0) ?
Cu Selur
with this call I haven't got crash without ffmpeg 4.0
Posts: 10.957
Threads: 56
Joined: May 2017
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