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) |
My encode result is a green messed up video - Eamon - 03.04.2020 Hi Cu Selur, The last time I posted here was on this problem. Firstly, I want to thank you for all the help you provided last year. This time, I have a similar scenario but a very different problem. I am once again using an AVS script. It loads into Hybrid with no problem. But the end result is this: The original video looks like this: I've tried the video on Media Player Classic and VLC Player and it shows the same green result. So I don't believe this to be a playback issue. This is the script I used: LoadPlugin("C:\Users\User\Desktop\encode\ffms2.dll") There are two filters because the two different .ass files use different libraries for special effects. The green problem has nothing to do with the filters as I've taken both out of the script and tried it again resulting in the same green messed up video. I even changed ffms2.dll with LSMASHSource.dll and replaced 'FFVideoSource' in the script with 'LWLibavVideoSource' and the exact same problem occurs. However, one thing I have found, is when I changed the source video to something else, the problem did not occur. This makes me wonder if Hybrid has trouble with the properties of the video? Here's what mediainfo says of VID.mkv: General Any idea what the issue is?Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: My encode result is a green messed up video - Selur - 03.04.2020 a. You are using 32bit Filters right? (Hybrid used Avisynth+ 32bit) b. The source should not really matter if you feed the Avisynth script to Hybrid since Hybrid then itself doesn't open the source, your script does. c. Does the Avisynth Preview work properly? Would need a debug output level 9 of the analysis and the job generation to know more. Cu Selur Ps.: if you create a small sample of your source and you can reproduce the issue with that sample and share it (+ the subitles) with me I can try to reproduce it here. RE: My encode result is a green messed up video - Eamon - 03.04.2020 a. Yep, only 32bit filters. b. Yes, I understand. The strange issue is when I change the source, there is no problem. Which makes me think that this issue is something to do with the source vid. c. I assume you mean in the Filtering tab right? When you change Support > Avisynth (default was Vapoursynth) and then I click Avisynth Preview. A new window opens up, and it says Preparing Environment for --Input. But then nothing else occurs. When I try to move the blue thing or press forward etc.. the entire window disappears. I'll PM you the files I've used. RE: My encode result is a green messed up video - Selur - 03.04.2020 Quote:c. I assume you mean in the Filtering tab right? When you change Support > Avisynth (default was Vapoursynth) and then I click Avisynth Preview. A new window opens up, and it says Preparing Environment for --Input. But then nothing else occurs. When I try to move the blue thing or press forward etc.. the entire window disappears.which means that something went wrong, usually the log should show where the problem was. Cu Selur RE: My encode result is a green messed up video - Selur - 03.04.2020 Found the problem. Hybrid doesn't know how to handle 10bit Avisynth input atm. -> I'll look into it. Cu Selur RE: My encode result is a green messed up video - Eamon - 03.04.2020 Nice. Will await the fix RE: My encode result is a green messed up video - Selur - 03.04.2020 Send you a link to dev version via PM which adds support for high bit depth Avisynth scripts which hopefully fixes your problem. Cu Selur RE: My encode result is a green messed up video - Eamon - 03.04.2020 Okay, I installed your dev version. I got a new error. When I open the AVS script in Hybrid, I get a message saying: Vapoursynth - unsupported color sampling: YV12 with bit depth: 2. When I try to run the encode in Jobs, it automatically crashes upon start. Same thing happens when I change Support to 'Avisynth.' RE: My encode result is a green messed up video - Selur - 03.04.2020 Strange worked fine here. And yes you can't use Vapoursynth while feeding Hybrid with an Avisynth script. -> will need a debug output level 9 to know what's not working for you RE: My encode result is a green messed up video - Eamon - 03.04.2020 (03.04.2020, 19:44)Selur Wrote: And yes you can't use Vapoursynth while feeding Hybrid with an Avisynth script.Hmm, strange. Because remember I said in a few posts above that when I changed source, it worked okay with no errors - and I didn't change Support from Vapoursynth to Avisynth. I've sent you the debug output level 9 via PM. |