Hello, I have been doing this for almost no time but I was almost all morning looking for information about this, someone can help me, my knowledge with this type of thing is practically null
[Attachment 55495 - Click to enlarge]
+ Reply to Thread
Results 1 to 13 of 13
-
-
The height dimensions must be a multiple of 4 when using YV12
According to avspmod screenshot , you have 996x102, so the height is 102 - not a multiple of four
Are you sure the source is interlaced ? It's a weird dimension. And if you cropped it from something else, there is a chance it was done improperly. What did you start with originally ?
Your options are to add borders (pad the top or bottom) , or use another colorspace such as YV16 4:2:2 -
Hello, I tried what you told me and I even tried to skip the conversion and go directly to QTGMC but it didn't work, it's very frustrating
-
[Attachment 55496 - Click to enlarge]
What kind of error is this that you recommend? -
It tells you the error message and the line number, and the column
You have a quotation mark that shouldn't be there, after
Code:EdiThreads=1" )
Code:EdiThreads=1)
-
I tried but nothing,
This is common to happen, or is it the first time you saw it?
[Attachment 55499 - Click to enlarge] -
Many things can go wrong, because there are many versions of plugins and dependencies. You might be using several different versions of plugins than someone else. QTGMC the script has many different versions as well
Try adding before QTGMC,
ConvertToYV16(interlaced=true) -
There will be a problem with the package, would you have to reinstall it?
[Attachment 55500 - Click to enlarge] -
Possibly;
Sometimes conflicting plugins (e.g. from other packages) can cause that system exception error. You might have to clean out your plugins directory, that is a common culprit
First try this, post the error message if any, to rule out source video or source filter issues
Code:Colorbars(pixel_type="YV12") QTGMC()
-
-
You can also check
Code:avsmeter -avsinfo
and it will list your plugins, dates, versions, and list possible problems
Similar Threads
-
Avisynth-QTGMC render gradually slowing down
By camwow13 in forum Newbie / General discussionsReplies: 10Last Post: 14th Jan 2020, 22:11 -
how do i load an image sequence into avisynth+ and can i use QTGMC on it ?
By oduodui in forum EditingReplies: 3Last Post: 28th Oct 2019, 16:45 -
QTGMC/IVTC issues on AVISynth/AvspMod
By Fraugster in forum RestorationReplies: 33Last Post: 7th Aug 2019, 07:55 -
Multithreading QTGMC with AviSynth+
By ZetaStax in forum Video ConversionReplies: 5Last Post: 16th May 2019, 07:23 -
QTGMC difficulties with AviSynth
By chconnor in forum Video ConversionReplies: 2Last Post: 19th Feb 2017, 22:01