This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5]
#1
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!
Reply
#2
Try 2018.06.04.2.

Cu Selur
Reply
#3
(04.06.2018, 18:38)Selur Wrote: Try  2018.06.04.2.

Cu Selur

2018.06.04.02 crashs as well Sad 

[attachment=411]
Reply
#4
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
Reply
#5
(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 Dodgy

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 Blush


I have found that I haven't got crashs replacing Hybrid ffmpeg version by ffmpeg 4.0!
Reply
#6
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
Reply
#7
(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. Sad
Reply
#8
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
Reply
#9
(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
Reply
#10
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)