Okay so this CD was released in 2003 (03-11-19) And is the Japanese version of A present for everyone. And the bonus DVD footage, which i need for my site to archive. but the video is somehow, really bad, and will not work. I've tried dropping the fps to 25, no result. IVTC in virtualdub, only creates a weird darkening halo, for when it DOES work. I'm only uploading one of the music videos from that disc. but it has the same error.
		
			+ Reply to Thread
			
		
		
		
			 
		
			
	
	
				Results 1 to 30 of 38
			
		- 
	
- 
	Is this video you encoded, or the source? 
 
 The video is flagged as progressive, but contains artifacts that are common when interlaced video
 is incorrectly resizedLast edited by davexnet; 4th Jun 2020 at 16:45. 
- 
	
- 
	Last edited by Xyena; 4th Jun 2020 at 19:00. Reason: missing some details i'll just update it 
- 
	Use DgIndex (included in the DGMpgDec package) to extract a short MPEG 2 sample. Open the VOB file with DGIndex, mark in, mark out, File -> Save Project and Demux Video. Upload the resulting m2v file. Be sure to select a minute or two that shows the problems. 
 
 https://www.videohelp.com/software/DGMPGDec
- 
	
- 
	Did you access the DVD directly with DGindex or did you use a copy on your hard drive? 
 If it's encrypted you must decrypt it first
- 
	yeah had to decrypt it, urgh. also was slow, but i got around to it just now. here is a good sample with alot of moving. please also note, for the deinterlaced one i was doing i was using FieldsKit Deinterlacer. It looks better to me anyway. (https://revisionfx.com/products/fieldskit/after-effects/) 
- 
	There are some blended frames, deinterlacing not much help with that. 
 You can use Srestore() in Avisynth to give a 25 fps output
 
 Code:Mpeg2source("C:\Users\davex\Desktop\avs_test\VTS_01_12.demuxed.d2v") Assumetff() Qtgmc() Srestore()Last edited by davexnet; 5th Jun 2020 at 18:43. 
- 
	
- 
	It's not built in, it's in the package jagabo mentioned in the post #6 above then you need to load it in the script 
 something similar to
 Code:LoadPlugin("d:\users\davex\Downloads\dgmpgdec158\DGDecode.dll")
- 
	
- 
	You can use mpeg2decplus, x64 version 
 
 https://github.com/Asd-g/MPEG2DecPlus/releases
 
 If you think that's "annoying", wait until you try to gather up the QTGMC dependencies  
- 
	unable to load d2v file 
 
 heres my dumb script
 
 LoadPlugin("C:\Users\MELOL\Downloads\MPEG2DecPlus-0.1.2\x64\Release\MPEG2DecPlus64.dll")
 Mpeg2source(d2v="C:\UIBX_1025\VIDEO_TS\trimmed\VTS _01_12.demuxed.d2v")
 Assumetff()
 Qtgmc()
 Srestore()
 
 note even if i took the d2v= off it still isnt working, thats why i tried that.
- 
	I still use 32 bit for my scripts that use external filters; one day I may look into it. 
 I'd never heard of Mpeg2DecPlus.
 
 In many cases I've downloaded the filter zip file and copied out the 32 bit plugin
 and didn't bother with the 64 bit version - so comfortable am I with my present way of working.
 
 I have all the zip archives, maybe I should extract all the 64 bit types and propagate that plugin folder too.
 A little project for myself.
- 
	
- 
	Post the complete script, and I'd suggest using Yadif instead of qtgmc for now - at least 
 You'll get a result and you can get qtgmc working laterLast edited by davexnet; 5th Jun 2020 at 21:02. 
- 
	
- 
	For that one, get 
 
 Zs_RF_Shared.avsi
 https://forum.doom9.org/showthread.php?t=174121
 
 
 Update all the dependencies for x64, links should be updated on the wiki
 http://avisynth.nl/index.php/QTGMC
Similar Threads
- 
  Color GhostingBy icebox616 in forum RestorationReplies: 15Last Post: 30th Dec 2021, 17:05
- 
  Yet another ghosting problemBy jeebs10 in forum RestorationReplies: 9Last Post: 9th Mar 2020, 19:20
- 
  Ghosting ProblemBy SameSelf in forum RestorationReplies: 3Last Post: 13th Jul 2017, 17:57
- 
  Double Video StreamBy jim ignatowsky in forum Video ConversionReplies: 2Last Post: 10th Feb 2017, 01:06
- 
  How to remove ghosting ?By marconii2002 in forum Newbie / General discussionsReplies: 3Last Post: 8th Jun 2016, 10:34


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote
