The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
[BUG] Issue with Video Resize. - 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] Issue with Video Resize. (/thread-2182.html) |
Issue with Video Resize. - Wisperer - 15.11.2021 Version.: Linux 64bit 2021.07.18.1 What I'm trying to do: I'm trying to Resize a Video file from 720X480 with a PAR of 10 by 11 to 640X480 with a PAR of 1 by 1. What I expect to Happen: I expect it to work. What happens: Instead I get a cropped video the size of the output, but it only includes the upper Left Quarter. Plus the Colors are badly misaligned. I've tried a number of combinations to see if it was anything else, but everything else doesn't matter. Even is i just change the PAR value it still does it. Resize by itself will do it too. I normally Crop off black bars when i Encode and then resize it to what I want, but this build broke it. it worked before. I updated to the newest VSscripts and made sure my plugins were updated as well. Atteched the debug output and the .VPY image showing what it does The raw file with the same scene RE: Issue with Video Resize. - Selur - 15.11.2021 Does this happen is you do not resize? If it does only occure when resizing: Have you tried another resizing method? Assuming those screenshots were taken with vsViewer it looks like a decoding issue. No clue whether the issue is due to some bug in the source filter or a problem with the source. First things I would recommand are:
Cu Selur RE: Issue with Video Resize. - Wisperer - 15.11.2021 No it does not. It works fine as long as I don't resize. And the first picture was taken from a finished Encode. VS View crashes from me whenever I try to use it. I'm using VS R54 in case it matters. The second image was from the Blu Ray. I tried MakeMKV, but it didn't make any difference. I also tried other DVDs and blu rays. Same thing. Before this I was using version Hybrid_20201229. it was a Dev build you made for me last time I had an issue. It only started happening when I updated to the newest public build. It might be a Linux bug, because I had a friend On Windows use the same setting on the same version and it worked fine for him. RE: Issue with Video Resize. - Selur - 15.11.2021 Okay, try whether adding 'clip = core.std.SetFieldBased(clip, 0)' in a custom addition before the resizing changes anything. My guess atm. is that there's a problem with the libfmtconv version on your system. Will look at it some more after work today, so in 12 hrs or so. Cu Selur RE: Issue with Video Resize. - Wisperer - 15.11.2021 aye it was libftmconv. Recompiled it and swapped it out and it worked. not sure what happened there to be honest. VSvewier is still broke all the hell though, but at least i can encode again. RE: Issue with Video Resize. - Selur - 15.11.2021 No clue either, why it would stop working, but happy that worked. Cu Selur |