[BUG] Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] (/thread-454.html) Pages:
1
2
|
Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - houdini - 04.06.2018 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! RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - Selur - 04.06.2018 Try 2018.06.04.2. Cu Selur RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - houdini - 04.06.2018 (04.06.2018, 18:38)Selur Wrote: Try 2018.06.04.2. 2018.06.04.02 crashs as well [attachment=411] RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - Selur - 05.06.2018 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" - 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 RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - houdini - 05.06.2018 (05.06.2018, 05:07)Selur Wrote: Call looks fine to me: 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! RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - Selur - 05.06.2018 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 RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - houdini - 05.06.2018 (05.06.2018, 20:42)Selur Wrote: What happens if you call: I'm sorry I can't help you more. RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - Selur - 06.06.2018 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 Cu Selur RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - houdini - 09.06.2018 (06.06.2018, 05:10)Selur Wrote: Like I asked in the last post, do you get an error when calling: with this call I haven't got crash without ffmpeg 4.0 RE: Hybrid crash encoding h264/aac in mp4 [Hybrid Shotcut 2018.05.25.1 macOS 10.3.5] - Selur - 09.06.2018 Quote:with this call I haven't got crash without ffmpeg 4.0Okay, 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 |