![]() |
My encode result is a green messed up 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: My encode result is a green messed up video (/thread-1292.html) |
RE: My encode result is a green messed up video - Selur - 04.04.2020 Quote:Bad news: The subs that use the VSFilterMod (Karaoke.ass) don't show up, so I assume haven't been hardcoded for some reason.Don't see how that is Hybrids fault. Hybrid only decodes what your script does. -> have you checked the output of your script? (For example using the Avisynth Preview?) Cu Selur RE: My encode result is a green messed up video - Eamon - 04.04.2020 I have checked the karaoke script in the program I use to make it (Aegisub), and it shows the correct preview fine when I switch the program's plugin to VSFilterMod. (04.04.2020, 18:07)Selur Wrote: have you checked the output of your script? (For example using the Avisynth Preview?)When I try Avisynth Preview, the window pops up and shows a preview. But it's on the first frame and not on the frame where the karaoke subs should show up. So I scroll through. When I reach around the point the karaoke subs should show up, the window instantly closes - as if crashing? RE: My encode result is a green messed up video - Selur - 04.04.2020 Sounds like your plugin is broken. Are you using the latest x86 version from https://github.com/sorayuki/VSFilterMod/releases ? Cu Selur RE: My encode result is a green messed up video - Eamon - 04.04.2020 I had two I was using. One was released in 2011 and the other 2014. Now, I've downloaded the latest x86 release from the above link, and tried that plugin instead. But the same result ![]() This is very strange, because the last time I used VSFilterMod with Hybrid was back in Jan 2016. And I had no issues at all back then. RE: My encode result is a green messed up video - Selur - 04.04.2020 Back then Hybrid used Avisynth 2.6 MT, nowadays it uses Avisynth+ 3.5.1. Funny thing is, I don't see any of the hardsubbed subtitles in when I open the script with Avspmod. :/ Correction I see only the subs in the outro. My guess is something is 'off' with the subtitles. Cu Selur RE: My encode result is a green messed up video - Selur - 04.04.2020 I'm no subtitle expert, but shouldn't the subtitle time be ascending? Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,0:01:34.86,0:01:40.87,OP Eng,,0,0,0,,{\fad(0,900)}No matter what happens, keep getting back up! -> nope sorting the subtitles doesn't help either. Nope seems to be a filter problem, I simplified the subtitles to: [Script Info] LoadPlugin("f:\Selur\ffms2.dll") Using VsFilter instead, I see the subtitle without a problem. -> Ha found the culprit. Using Avisynth MT 2.6 I see the subtitles when using VSFilterMod. Cu Selur RE: My encode result is a green messed up video - Selur - 04.04.2020 Will send you a new dev version link via pm with some instructions to use Avisynth MT instead of Avisynth+ in Hybrid in a few minutes. Cu Selur RE: My encode result is a green messed up video - Selur - 04.04.2020 Accidentally I send you a wrong link, send the correct one now. Cu Selur RE: My encode result is a green messed up video - Eamon - 04.04.2020 Okay, I've installed the correct dev link and followed the instructions to rename the files in Hybrid folder. The result is GREAT! Finally, it worked perfectly with no issues. Thanks so much for the time and effort you gave to fix this. By the way, does this mean I'll have to continue using this dev version with the file replacements every time I use VSFilterMod? Or are you thinking of releasing a stable version that incorporates all this? RE: My encode result is a green messed up video - Selur - 05.04.2020 I'll add the '_mt' versions to the official releases, but you'll have to rename/replace the files, since Avisynth+ is the default nowadays. Sadly https://github.com/sorayuki/VSFilterMod has the issue tracker disabled so I don't know how to report the issue to the author. (I mentioned the problem over at doom9, but I'm not sure whether it'll reach the author this way.) Cu Selur |