VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 40 of 40
Thread
  1. I went to see which version of DgDecode I had in my 64 bit AviSynth+ folder. It wasn't there! After some experimentation I found a filter called MPEG2DecPlus.dll is doing the Mpeg2Source function in 64bit AviSynth+. A quick search on the web found it.
    Quote Quote  
  2. So now that things are working (well, in a sense) I'm left wondering how best to configure Mpeg2Source. The documentation is fine but not as explicit as I'd wish. I have two questions:

    1. info=3 "Output hints in the video (as defined in utilities.cpp/utilities.h)" but what does that do exactly?

    2. Post-processing options? Can I leave deblocking on by default? And when would I want to enable deringing?
    Quote Quote  
  3. Oh I did not see your post jagabo, completely missed that the thread had reached 2nd page

    So why, Mpeg2DecPlus did fix the 64 bits issue, thank you for that
    Quote Quote  
  4. Originally Posted by ZetaStax View Post
    1. info=3 "Output hints in the video (as defined in utilities.cpp/utilities.h)" but what does that do exactly?
    I'm not sure about everything it passes but the most important is that it flags field order. This is critical with some videos.

    Originally Posted by ZetaStax View Post
    2. Post-processing options? Can I leave deblocking on by default? And when would I want to enable deringing?
    I find its deblocking to be too strong -- it erases too much small low contrast detail. When I need deblocking I use deblock_qed(). I lets you control the strength of the deblocking. I usually use the deringing filters (CPU2="ooooxx") because it reduce the DCT ringing noise around sharp edges, without causing much damage otherwise.

    Originally Posted by ZetaStax View Post
    So why, Mpeg2DecPlus did fix the 64 bits issue
    Apparently there is a bug in the 64 bit version of DgDecode.dll. And whoever made Mpeg2DecPlus fixed it.
    Quote Quote  
  5. Member
    Join Date
    Aug 2017
    Location
    United States
    Search PM
    Originally Posted by jagabo View Post
    I went to see which version of DgDecode I had in my 64 bit AviSynth+ folder. It wasn't there! After some experimentation I found a filter called MPEG2DecPlus.dll is doing the Mpeg2Source function in 64bit AviSynth+. A quick search on the web found it.
    https://forum.videohelp.com/threads/392311-Deinterlacing-Problem-QTGMC-NTSC-Footage/pa...e2#post2544846
    Quote Quote  
  6. Hmm sadly the issue isn't fully resolved. It seemed to be working fine until I stumbled upon a DVD where it does not.

    Image
    [Attachment 49274 - Click to enlarge]


    It only does that on the first two frames mind you, but that's still an issue. The demuxed m2v from DGIndex does not display this issue, but only because the first two frames have been dropped by DGIndex during the demuxing. That is why I believe there is no problem this time with DGDecode or MPEG2DecPlus. Just to be sure I tried encoding the file using x86 builds and even through StaxRip. Here's the d2v

    Code:
    DGIndexProjectFile16
    15
    D:\Ripping\VIDEO_TS.VOB
    D:\Ripping\VTS_01_1.VOB
    D:\Ripping\VTS_02_0.VOB
    D:\Ripping\VTS_02_1.VOB
    D:\Ripping\VTS_02_2.VOB
    D:\Ripping\VTS_02_3.VOB
    D:\Ripping\VTS_02_4.VOB
    D:\Ripping\VTS_03_0.VOB
    D:\Ripping\VTS_03_1.VOB
    D:\Ripping\VTS_04_1.VOB
    D:\Ripping\VTS_05_0.VOB
    D:\Ripping\VTS_05_1.VOB
    D:\Ripping\VTS_06_1.VOB
    D:\Ripping\VTS_07_1.VOB
    D:\Ripping\VTS_08_1.VOB
    
    Stream_Type=1
    MPEG_Type=2
    iDCT_Algorithm=5
    YUVRGB_Scale=1
    Luminance_Filter=0,0
    Clipping=0,0,0,0
    Aspect_Ratio=16:9
    Picture_Size=720x576
    Field_Operation=0
    Frame_Rate=25000 (25/1)
    Location=3,3818d,4,9be9
    
    900 5 3 470575104 0 2 10 72 72 d2 f2 f2 e2 f2 f2 e2
    d00 5 3 470667264 0 2 6 d2 f2 e2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 470857728 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471044096 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471232512 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471427072 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471625728 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    ...
    So what now? I am supposed to strip the first two problematic frames? Has anyone ever run into this issue?
    Quote Quote  
  7. Don't include VIDEO_TS.VOB.
    Quote Quote  
  8. Wow, that worked. Surprised there are no options in DGIndex to do that though...

    Anyways, I might have finally made it through, I learned a lot thanks to you guys, big thanks!
    Quote Quote  
  9. VIDEO_TS.VOB is not part of the movie. Never include it in DGIndex.
    Quote Quote  
  10. Originally Posted by ZetaStax View Post

    Code:
    DGIndexProjectFile16
    15
    D:\Ripping\VIDEO_TS.VOB
    D:\Ripping\VTS_01_1.VOB
    D:\Ripping\VTS_02_0.VOB
    D:\Ripping\VTS_02_1.VOB
    D:\Ripping\VTS_02_2.VOB
    D:\Ripping\VTS_02_3.VOB
    D:\Ripping\VTS_02_4.VOB
    D:\Ripping\VTS_03_0.VOB
    D:\Ripping\VTS_03_1.VOB
    D:\Ripping\VTS_04_1.VOB
    D:\Ripping\VTS_05_0.VOB
    D:\Ripping\VTS_05_1.VOB
    D:\Ripping\VTS_06_1.VOB
    D:\Ripping\VTS_07_1.VOB
    D:\Ripping\VTS_08_1.VOB
    
    Stream_Type=1
    MPEG_Type=2
    iDCT_Algorithm=5
    YUVRGB_Scale=1
    Luminance_Filter=0,0
    Clipping=0,0,0,0
    Aspect_Ratio=16:9
    Picture_Size=720x576
    Field_Operation=0
    Frame_Rate=25000 (25/1)
    Location=3,3818d,4,9be9
    
    900 5 3 470575104 0 2 10 72 72 d2 f2 f2 e2 f2 f2 e2
    d00 5 3 470667264 0 2 6 d2 f2 e2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 470857728 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471044096 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471232512 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471427072 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    900 5 3 471625728 0 2 6 72 72 d2 f2 f2 e2 f2 f2 e2 f2 f2 e2
    ...
    My guess is there's a lot he tried to create a project file for not in the main movie. I think probably only the highlighed VOBs should be included.
    Quote Quote  



Similar Threads

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