VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. 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 Image
    [Attachment 55495 - Click to enlarge]
    Quote Quote  
  2. 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
    Quote Quote  
  3. 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
    Quote Quote  
  4. Image
    [Attachment 55496 - Click to enlarge]


    What kind of error is this that you recommend?
    Quote Quote  
  5. Remove the quotation mark after Edithreads=1.
    Quote Quote  
  6. 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" )
    It should be
    Code:
    EdiThreads=1)
    Quote Quote  
  7. I tried but nothing,
    This is common to happen, or is it the first time you saw it?Image
    [Attachment 55499 - Click to enlarge]
    Quote Quote  
  8. 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)
    Quote Quote  
  9. There will be a problem with the package, would you have to reinstall it?
    Image
    [Attachment 55500 - Click to enlarge]
    Quote Quote  
  10. Originally Posted by juli4561 View Post
    There will be a problem with the package, would you have to reinstall it?
    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()
    Quote Quote  
  11. I just reinstalled everything and now I don't understand
    Quote Quote  
  12. You didn't do as pdr asked in the second part of his previous post?

    Originally Posted by poisondeathray View Post
    First try this, post the error message if any, to rule out source video or source filter issues
    Code:
    Colorbars(pixel_type="YV12")
    QTGMC()
    Quote Quote  
  13. You can also check

    Code:
    avsmeter -avsinfo
    https://forum.doom9.org/showthread.php?t=174797

    and it will list your plugins, dates, versions, and list possible problems
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!