![]() |
[BUG] Crash when 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: [BUG] Crash when encoding (/thread-1422.html) |
RE: Crash when encoding - Selur - 02.07.2020 the container indicates CFR, but the stream indicates vfr: Quote:Frame rate mode : CFRif you are sure it's really cfr enable 'Config->Internal->Handling->Ignore all input time codes' and try with that. Had a quick look at it. Seems like Interframe/SVP has some problem with the source. instead of the expected 11605 frame it return 594160 frames black frame -> no wonder Hybrid is 'off' with its expectation. -> will look at it after work some more. Cu Selur Ps.: If you had looked at the Vapoursynth preview you would have noticed that. (No clue how one can use Interframe without checking the interpolation in the Preview,...) RE: Crash when encoding - Selur - 02.07.2020 It's a problem with LibavSMASHSource, disabling 'Filtering->Vapoursynth->Misc->Input->Prefer LWLibAVSource over FFmpegSource2' fixes the issue. -> will report it later to the L-SMASH authors, until then you need to use FFmpegSource2 as source filter. Cu Selur RE: Crash when encoding - The_Tinkerer - 02.07.2020 I actually did look at the Vapoursynth preview but didn't think it was important enough to mention. ![]() THANKS!! ![]() RE: Crash when encoding - Selur - 02.07.2020 Posted the problem over at https://forum.doom9.org/showthread.php?p=1917361 and HolyWu (https://github.com/HolyWu/L-SMASH-Works) noted: Quote:Congrats! You triggered a weird bug which probably has existed for decades. Just don't specify fpsnum in LibavSMASHSource. -> so contracts on running into an unknown but seemingly old bug ![]() (I'll try look into a workaround for this until it's fixed in LibavSMASHSource, but for the time beeing fest stick with FFMS2 if you have other files with the same symptoms.) Cu Selur RE: Crash when encoding - The_Tinkerer - 02.07.2020 I chose my user name for a reason. ![]() RE: Crash when encoding - Selur - 02.07.2020 I just stumbled over another workaround: disabling "Filtering->Vapoursynth->Misc->Input->Prefer LSMASHSource over LWLivAVSource for mp4/mov" (this will happen in the background in the next release) Cu Selur |