![]() |
Crashing on h264 Encoding - 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: Crashing on h264 Encoding (/thread-1321.html) |
Crashing on h264 Encoding - gabster - 24.04.2020 Hi All - This used to work in earlier versions. I used to have a global (created in 2018) which if loaded would preserve my h264 settings. Seems like now it's not anymore (General and B-Frame settings in the h264 Frame tab aren't loaded from the global): ![]() But even after I manually set those and try to encode a h264 clip from a DNxHD file it crashes: ![]() - Using version 2020.02.19.1 - Error said in the Jobs window: p, li { white-space: pre-wrap; } -> 12_29_02_7610_07_muxing crashed: ERROR: G:\STOCKSY\mfive\cityatnight\h264\3117800.mov was not created! Aborting '12_29_02_7610_07_muxing' due to: ERROR: G:\STOCKSY\mfive\cityatnight\h264\3117800.mov was not created! Error report attached. Thank you! Gabi Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: Crashing on h264 Encoding - Selur - 24.04.2020 Quote:I used to have a global (created in 2018) which if loaded would preserve my h264 settings.No way to reproduce this, without the global profiles. -> zip the profile and share it with me and I can look into it. Regarding your crash: What happens if you call: "C:/PROGRA~1/Hybrid\64bit\ffmbc.exe" -y -r 24000/1001 -i "G:\STOCKSY\mfive\CITYAT~1\h264\12_29_02_7610_02.mkv" -vcodec copy -map 0:0 -metadata encoding_tool="Hybrid 2020.02.19.1" -aspect 177778:100000 -r 24000/1001 -f mov "G:\STOCKSY\mfive\cityatnight\h264\3117800.mov" Cu Selur RE: Crashing on h264 Encoding - gabster - 25.04.2020 (24.04.2020, 23:46)Selur Wrote:Quote:I used to have a global (created in 2018) which if loaded would preserve my h264 settings.No way to reproduce this, without the global profiles. RE: Crashing on h264 Encoding - Selur - 25.04.2020 Quote:Option framerate not found.Okay, that confuses me since: "C:/PROGRA~1/Hybrid\64bit\ffmbc.exe" -y -r 24000/1001 -i "G:\STOCKSY\mfive\CITYAT~1\h264\12_29_02_7610_02.mkv" -vcodec copy -map 0:0 -metadata encoding_tool="Hybrid 2020.02.19.1" -aspect 177778:100000 -r 24000/1001 -f mov "G:\STOCKSY\mfive\cityatnight\h264\3117800.mov" Seems like something changed with ffmbc, since I haven't changed the muxing calls for ages,... Does: [code]"C:/PROGRA~1/Hybrid\64bit\ffmbc.exe" -y -r 24000/1001 -i "G:\STOCKSY\mfive\CITYAT~1\h264\12_29_02_7610_02.mkv" -vcodec copy -vf setpts -map 0:0 -metadata encoding_tool="Hybrid 2020.02.19.1" -aspect 177778:100000 -r 24000/1001 -f mov "G:\STOCKSY\mfive\cityatnight\h264\3117800.mov" work? Cu Selur Ps.: Will look at the global profile. RE: Crashing on h264 Encoding - Selur - 25.04.2020 Strange, can't reproduce your problem. What I tried:
(see attachment) Cu Selur Ps.: I can reproduce the ffmbc crash. I'm looking into it. Depending on your needs disabling 'Config->Output->Container Settings->FFmbc for .mov muxing' might help. RE: Crashing on h264 Encoding - Selur - 25.04.2020 Okay, found the cause of the problem. ffmbc changed, that it does not accept the '-r'-parameter for the input. (works fine in ffmpeg and worked fine the last 10 years) -> I'll adjust Hybrids code accordingly and will send you a link to a dev version for testing in ~ 1/2 hour. Cu Selur |