Hi I'm new here and hope to learn with you
I know this problem (blocks) exists with DGAVCIndex in file ts*transport demux
need to solve it error blocks
I've tried force Core.AVC and DivX H264 decoder. without success. which the final solution?
is a simple problem but still could not solution
sorry my english
http://i49.tinypic.com/2uid8r7.png
+ Reply to Thread
Results 1 to 13 of 13
-
Last edited by muxado; 5th Aug 2012 at 12:27. Reason: include PS
-
-
how to proceed with FFMPEG2Source? I'm using MeGUI and dgavcindex
-
How did you "force" coreavc or divx h264 ? You can't use it with dgavcindex, you can only use it with directshowsource - I'm assuming that's what you did?
-
I followed this tutorial http://www.nsaneforums.com/topic/91790-how-to-use-coreavc-with-k-lite-codec-pack/
-
ts file the rough is perfect, these blocks appears only after passing through DGAVCINDEX
-
That's not good enough. DGAVCIndex doesn't use external filters . You cannot use it for this
You need to create a script with DirectShowSource() , along with the directshow filter configured
e.g.
DirectshowSource("video.ts") -
the script is created avs AVS SCRIPT CREATOR was:
LoadPlugin("C:\Users\muxado\Desktop\MeGui\tools\dgavcindex\DGAVCDecode.dll")
AVCSource("C:\Users\muxado\Desktop\AWORK\08-04_21-13-23_Globo HD (por)_Supercine - Tekken.dga")
Load_Stdcall_Plugin("C:\Users\muxado\Desktop\MeGui \tools\yadif\yadif.dll")
Yadif(order=1)
#crop
LanczosResize(1280,720) # Lanczos (Sharp)
#denoise
adding DirectShowSource(video.ts) script would look like? -
You can't use AVCSource as the source filter , replace it with DirectShowSource
The script would look like:
(change the path and the name to match, I assume it's .ts extension)
Code:DirectShowSource("C:\Users\muxado\Desktop\AWORK\08-04_21-13-23_Globo HD (por)_Supercine - Tekken.ts") Load_Stdcall_Plugin("C:\Users\muxado\Desktop\MeGui \tools\yadif\yadif.dll") Yadif(order=1) LanczosResize(1280,720) # Lanczos (Sharp)
-
Thats "right" for directshow playback (e.g. in a directshow media player), not for encoding with DGAVCIndex
DGAVCIndex (dgdecode.dll) doesn't use DirectShow - it relies on different system
This is a known, well documented bug with DGAVCIndex. It's depreciated and shouldn't be used anymore anyway -
thank you, the blocks are gone after this new script.
(y) poisondeathray .. Manono
you hit
Similar Threads
-
interlaced PAL problem
By PAL sucks in forum Video ConversionReplies: 23Last Post: 26th Feb 2011, 21:08 -
Converting DV to H.264 and comparing interlaced/de-interlaced
By amirh1 in forum Video ConversionReplies: 5Last Post: 23rd Jun 2010, 09:16 -
Problem with Eurosport HD video & DGAVCIndex
By Toto87 in forum Video ConversionReplies: 5Last Post: 9th Apr 2010, 16:28 -
ASSUS TV TUNER interlaced problem
By Docoptik in forum Capturing and VCRReplies: 15Last Post: 15th Aug 2009, 08:11 -
Recoding AVC - MeGUI is using DGIndex instead of DGAVCIndex?
By SamYYZ in forum Video ConversionReplies: 0Last Post: 28th Apr 2009, 16:11