I've been using TIVTC to deinterlace MPEG2 transport streams and it's been working great, but unfortunately I'm not able to get the same results when I attempt to deinterlace an AVC transport stream with the same methods.
Here is the avs script I'm using, nearly identical to my MPEG2 script.
The result is blocky video during high motion frames like so:dgpath = "C:\example.dga"
aupath = "C:\example.ts"
video=AVCSource(dgpath)
audio=DirectShowSource(aupath)
AudioDub(video,audio)
DelayAudio(-0.627)
TFM(slow=2).TDecimate(mode=1, dupThresh=1.4)
ConvertFPS(23.976)
Trim(640,870)
Crop(2,0,-2,-0).Spline36Resize(1280,720)
ConvertToYV12()
So what do I need to do to deinterlace this properly? Thanks.
PS. What's the actual term for this type of video distortion anyway?
+ Reply to Thread
Results 1 to 3 of 3
-
-
known issue with dgavcindex and PAFF (interlaced) streams
use another source filter, like dss2() + ffdshow or ffms2
Similar Threads
-
Combine two transport streams.
By Deadeditor in forum Newbie / General discussionsReplies: 0Last Post: 13th Apr 2011, 08:12 -
Seeking in Transport Streams(.TS)
By deepp in forum ProgrammingReplies: 0Last Post: 15th Jul 2010, 16:00 -
Joining transport streams ?
By NotSoEasy in forum DVB / IPTVReplies: 7Last Post: 3rd Jul 2009, 18:32 -
Converting Transport Streams to AVI
By RedPenguin in forum Video ConversionReplies: 3Last Post: 14th Apr 2009, 22:56 -
European transport streams
By branch in forum DVB / IPTVReplies: 26Last Post: 27th Mar 2008, 03:50