Hey to anyone who can help
I am making a DVD compilation of some animated christmas movies, all but one are from DVDs that I own, the other is a VHS capture. I have already done the capture as a high quality MPEG2, but I need to eliminate a few frames where the tape 'burped' and I got a AUTO PICTURE message on the screen during playback.
My question is............
Can I eliminate these bad frames during the encode process? Or do I have to do it in seperate pieces and then join them all at the end. If the latter is the case, I would rather not do it that way. The AUTO PICTURE message flashes a few times during the playback and I would like to ONLY eliminate those frames, replacing them with a copy of the frame either before or after so it seems to flow properly.
Hope this post makes sense.
Saggitarius
+ Reply to Thread
Results 1 to 12 of 12
-
-
Originally Posted by saggitarius"Art is making something out of nothing and selling it." - Frank Zappa
-
What's your encoding method?
"Art is making something out of nothing and selling it." - Frank Zappa -
I am using TMPGEnc Plus 2.54.
I captured with my WinFast PVR TV Tuner card (Leadtek) using Highest Quality MPEG2 settings. -
Alrighty, let's try this again, shall we.......
The frames that I am trying to eliminate are midway through the movie. It appears that the tape is damaged slightly in this spot and the picture goes absolutely out for a split second. Anyone who has had a cassette get 'eaten' by their player will know what I am speaking of.
I would like to eliminate these frames and replace them with good frames, so that the audio go out of synch.
The method that you, Zippy, I believe are telling me would actually cut the movie into mulitple parts and then the gap(s) would most likely be much more noticeable. I do not want this.
If anyone knwos how this could be done, please advise
Adobe Premiere perhaps? -
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
So, I can create a script for AviSynth that will do that? It will copy multiple frames and replace them with good ones so that the viewer won't realize there was a problem with the capture?
Cool.
Just want to make sure, but I need to do this to quite a few frames. The AUTO PICTURE message flashes on the screen a total of six times over a time period of about 2.5 seconds (more or less)
Will I need to tell AviSynth precisely which frames are the bad ones and which frames to replace them with?
Thanks for your help. I think I printed a guide to AviSynth scripting a while ago, I will have to dust it off. -
Or alternatively use Virtual dub. Select the range of frames to remove and hit delete.
Have a nice Day -
Yes, it will do all you require.
HINT: If you want to delete five consecutive frames and replace it by the on just before the "bad" frames, do this (assume frames 500 through 504 are bad frames and that frame 499 is the last good frame):
deleteframe(500)
deleteframe(500)
deleteframe(500)
deleteframe(500)
deleteframe(500)
duplicateframe(499)
duplicateframe(499)
duplicateframe(499)
duplicateframe(499)
duplicateframe(499)
duplicateframe(499)
This looks counter-intuitive, but when you delete a frame, the NEXT frame becomes the frame number of the one you just deleted.ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W
Similar Threads
-
Premiere CS3 exporting bad frames
By spicediver10191 in forum EditingReplies: 4Last Post: 17th Apr 2012, 17:39 -
fixing bad frames
By vidclip in forum Newbie / General discussionsReplies: 2Last Post: 10th Jan 2010, 15:00 -
Video Conversion Fu - Why's My Encode So Bad?
By Keith Justice in forum Newbie / General discussionsReplies: 3Last Post: 1st Jan 2009, 20:08 -
re-encode while keeping the exact number of frames
By bt04 in forum Video ConversionReplies: 16Last Post: 25th Feb 2008, 19:21 -
Cutting bad frames with VirtualDubMod
By lazaruz in forum EditingReplies: 2Last Post: 18th Sep 2007, 03:39