VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. What code should I use to load MPG file to Avisynth+ for QTGMC'ing?
    DirectShowSource, MPEG2Source, MPEGSource did not work saying "There's no function named "SetMTMode".
    Help?
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Post here your complete script
    Quote Quote  
  3. SetMTMode(5, 2)
    DirectShowSource("Betacam.mpg", atrack=1)
    AssumeTFF()
    QTGMC(preset="Placebo", EZKeepGrain=1.0, SourceMatch=3, Lossless=2, Sharpness=0.4, SLMode=1, threads=2)

    for file

    Format : MPEG Video
    Format version : Version 2
    Format profile : Main@Main
    Format settings : CustomMatrix / BVOP
    Format settings, BVOP : Yes
    Format settings, Matrix : Custom
    Format settings, GOP : M=3, N=15
    Format settings, picture structure : Frame
    Duration : 15 min 33 s
    Bit rate mode : Variable
    Bit rate : 12.6 Mb/s
    Maximum bit rate : 15.0 Mb/s
    Width : 720 pixels
    Height : 576 pixels
    Display aspect ratio : 4:3
    Frame rate : 25.000 FPS
    Standard : PAL
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Interlaced
    Scan order : Top Field First
    Compression mode : Lossy
    Bits/(Pixel*Frame) : 1.215
    Time code of first frame : 00:00:00:00
    Time code source : Group of pictures header
    GOP, Open/Closed : Open
    GOP, Open/Closed of first frame : Closed
    Stream size : 1.37 GiB (95%)
    Writing library : TMPGEnc Video Mastering Works 5 Version. 5.0.6.38
    Color primaries : BT.601 PAL
    Transfer characteristics : BT.470 System B/G
    Matrix coefficients : BT.470 System B/G
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Comment out the first line by placing # at the beginning of the line.
    Save and retry
    Quote Quote  
  5. Shame on me.
    Quote Quote  
  6. never use directshowsource for mpegs !! use dgindex then create a d2v file then use mpeg2source in your script. safest way
    *** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
    Quote Quote  
  7. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by taigi View Post
    What code should I use to load MPG file to Avisynth+ for QTGMC'ing?
    DirectShowSource, MPEG2Source, MPEGSource did not work saying "There's no function named "SetMTMode".
    Help?
    I use ffms2. It works very well.
    MPEG2Source caused frames skipping in the player when jumping backwards/forwards.
    Quote Quote  
  8. Originally Posted by rgr View Post
    Originally Posted by taigi View Post
    What code should I use to load MPG file to Avisynth+ for QTGMC'ing?
    DirectShowSource, MPEG2Source, MPEGSource did not work saying "There's no function named "SetMTMode".
    Help?
    I use ffms2. It works very well.
    MPEG2Source caused frames skipping in the player when jumping backwards/forwards.
    I find exactly the opposite when the source is MPG or VOB. But Mpeg2Source does not work well with MPEG 2 video in MKV files. If you want to use it with an MKV file you should remux to MPG or VOB first, then use DgIndex with the resulting file.
    Quote Quote  



Similar Threads

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