Had error when encoding video - 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: Had error when encoding video (/thread-50.html) |
Had error when encoding video - Tomleung - 08.07.2017 Hello. I had an error occured when encoding a TS file video to mp4 video. I prepared a debug file as well and I hope that the problem of which can be found and solve later. Thank you! Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: Had error when encoding video - Selur - 08.07.2017 Judging by the debug output the decoder crashed.. This can have multiple causes:
Cu Selur RE: Had error when encoding video - Tomleung - 08.07.2017 I've just used ProjectX to remux the TS and try the encoding again, but the error seems the same. And then it seems work if I "Disable MT". The encoding is processing now. I don't understand what's happening...I have 16GB RAM available and it should not run out of memory. And I have no such problems with encoding other videos. Weird. RE: Had error when encoding video - Tomleung - 08.07.2017 (08.07.2017, 17:39)Tomleung Wrote: I've just used ProjectX to remux the TS and try the encoding again, but the error seems the same. Oh no, even the encoding could process to the end, it still didnt make it... RE: Had error when encoding video - Tomleung - 08.07.2017 However, everthing solved if I use Vapoursynth instead even I use the original TS video file to encode. I don't know why but I am happy the problem seems solved at this way. RE: Had error when encoding video - Selur - 08.07.2017 Quote:I don't understand what's happening...I have 16GB RAM available and it should not run out of memory.Avisynth is 32bit and limited to 3GB. Vapoursynth is 64bit-only in Hybrid. (unclear why Avisynth would need so much memory for QTGMC(faster) and adding subtitle, especially with MT turned off) |