![]() |
Preview uncompressed RGB source doesn't work - 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: Preview uncompressed RGB source doesn't work (/thread-1602.html) |
RE: Preview uncompressed RGB source doesn't work - Selur - 12.11.2020 The Vapoursynth Filter Preview crashes and only the preview not Hybrid not an encoding job. Took me a while to see the problem. (mixed some variables up) -> will send you a new link via PM. Cu Selur RE: Preview uncompressed RGB source doesn't work - serg - 12.11.2020 Build 53919 still crashes. RE: Preview uncompressed RGB source doesn't work - Selur - 12.11.2020 I'll look at it after work this evening. Cu Selur RE: Preview uncompressed RGB source doesn't work - Selur - 12.11.2020 Okay, looked at it and it's a totally different script. This time the problem is that VIVTC does not support RGB, which I was not aware of, thus Hybrid has to convert to YUV444. -> should be easy to fix, will send you a new link in ~15min. Cu Selur RE: Preview uncompressed RGB source doesn't work - serg - 13.11.2020 Hybrid_dev_2020.11.12-173938: Vapoursynth VIVTC doesn't work properly - it shows proper new frame rate and frame count , but video doesn't get not de-interlaced, introducing the fields. Avisynth with the same settings works fine. RE: Preview uncompressed RGB source doesn't work - Selur - 13.11.2020 Looking at the script: # Imports I'll probably need a small sample of your source to test myself. Cu Selur Ps.: I can look at it after work. RE: Preview uncompressed RGB source doesn't work - serg - 13.11.2020 Maybe it renders it out properly (I did not try, because without preview it doesn't make sense to me), but it is not shows up in Vapoursynth preview. Avisynth QTMC Denoise crashes upon launch filter preview. Avisynth missing DeSpot and FFT3DFilter. Yes , I believe that provide you with the source file could help you to find out the issues easier. Where I can upload it to you? RE: Preview uncompressed RGB source doesn't work - Selur - 13.11.2020 Quote:Where I can upload it to you?upload to google drive or similar and send me a link via pm Will look at it after work. Cu Selur RE: Preview uncompressed RGB source doesn't work - serg - 13.11.2020 (13.11.2020, 07:56)Selur Wrote:Quote:Where I can upload it to you?upload to google drive or similar and send me a link via pm https://drive.google.com/file/d/1aySuyn0fx8uA3h_3gCEOPOugJYXevbfV/view?usp=sharing RE: Preview uncompressed RGB source doesn't work - Selur - 13.11.2020 Okay, your content is interlaced top field first with lots of duplicate frames, this is the reason why VIVTC, which is meant for telecined (3:2 pulldown) and similar content, does not remove the combing artifacts. Boobing and looking at the content I get: AAABBCCCDDEEE... as a pattern. So 4 real frames end up as 10 frames when bobbing to, so your content is probably contains 23,976 full progressive frames which were interlaced and then duplicated to get to 29.976fps. If you only want a digital version I would recommend to:
after some thinking,... -> Sorry, I was wrong this shoudl work fine with VIVTC, there is a bug. I'm looking into it. Cu Selur |