PDA

View Full Version : Remove duplicates


varunb
17th May 2008, 07:44
I downloaded the recently released trailer 3 of the Dark Knight from yahoo(Quicktime trailer 720p). On playing it in virtualdub, I could clearly makeout uneven duplicate patterns in it even though the frame rate of the video is 23.976. I tried to remove the duplicates using Multidecimate but the frame rate of the output is turning out to be 0.18(used both Remove Duplicates: Global Naive & Remove Duplicates: Global: Protect Static Scenes) alongwith audio desync. Even fdecimate failed as it didn't remove even a single duplicate. Suggestion then ?

neuron2
17th May 2008, 13:16
Post a link to the clip you downloaded so that we may try it.

varunb
17th May 2008, 17:36
Here's the link for the 720p version(121MB) that I downloaded:

http://playlist.yahoo.com/makeplaylist.dll?sid=63547308&sdm=web&pt=rd

U may wanna have a look at these 480p & 1080p too.

480p (50MB) - http://playlist.yahoo.com/makeplaylist.dll?sid=63547307&sdm=web&pt=rd

1080p (176MB) - http://playlist.yahoo.com/makeplaylist.dll?sid=63547309&sdm=web&pt=rd

neuron2
17th May 2008, 19:48
Here's the link for the 720p version(121MB) that I downloaded:

http://playlist.yahoo.com/makeplaylist.dll?sid=63547308&sdm=web&pt=rd Dead link.

U may wanna have a look at these 480p & 1080p too. Why would I "wanna"?

45tripp
17th May 2008, 20:03
right click save as
http://63.250.192.32/bus01root5/bus01share19/yahoomovies/10/63547308.mov?StreamID=63547308&pl_auth=a6bf574330f9d2fd688aac4d7dc0c79c&ht=30&b=f922vfp3t4jib482f2ba8

roozhou
17th May 2008, 21:10
You can try DeDup filter. Don't forget to remux the output file to either avi/mkv/mp4 with generated timecode_v2 file.

varunb
18th May 2008, 06:15
Dead link.

Its not dead neuron2. I have checked it in Firefox as well as Quicktime Player & its working fine.

You can try DeDup filter. Don't forget to remux the output file to either avi/mkv/mp4 with generated timecode_v2 file.

I will give it a shot, roozhou.

Alex_ander
18th May 2008, 11:41
While it's being downloaded (100MB), I looked into the very beginning (300 frames) of the file in AVSP with:

LoadPlugin("...\TIVTC.dll")
DirectShowSource("E:\temp\1\63547308.mov", fps=23.976, audio=false)
ConvertToYUY2()
Trim(146,294)
TDecimate(mode=2, rate=15)# smaller rate values still left repeated frames

You have 23.976 with almost half of frames repeated. First impression is that too many original frames dropped, looks like someone took a 59.94 fps 720p footage with correctly repeated frames and sent it directly to an encoder with 23.976 setting. If you remove the dupes it will remain jerky due to randomly dropped motion phases.