PDA

View Full Version : How to cut every 11th frame?


axeld
28th January 2002, 22:57
I have a real problem:

how to cut every 11th frame from whole divx?

I really need this because I have a lot o films in my collection that has the same frame every 12th frames (10 frames are ok, then 2 frames are the same). If you watch such a movie it looks like a "jumping" effect.

axel d.

ps. can I use avisynth script for that? can you give me an example of syntax of programming in avisynth?

Kedirekin
29th January 2002, 00:54
A recent enhancement to the decimate filter in neuron2's (AKA Donald Graft) decomb filter sounds ideal for what you want to do. As I understand it, it removes the most similar frame from a group. Originally it could only do groups of 5 (decimate 5 to 4) or groups of 2 (2 to 1), but the recent enhancment sounds like it lets you define any frame-group size.

Check out the post on 28th January 2002 09:29 in this (http://forum.doom9.org/showthread.php?s=&postid=74764#post74764) thread. It describes the changes and shows you where to get the filter. The readme that comes with the filter should describe how to write the AviSynth script.

Tsui
29th January 2002, 02:39
your movies were made with a flask-version, that hasn't included the madman-fix.

when you encode some movies with those flask-versions you will get a movie with every 9th, 11th or 15th frame doubled. the 10th, 12th or 16th frame is missing, so if you only delete the doubled frames you will get an async video.

conclusion : delete the whole movie, because it was destroyed by flask. there is no way to repair such a 'deflasked'-movie, because some frames are missing (in action).
You can send your regards to Alberto Vigata ;-)

Conclusion :

Don't use those maximum buggy Flask-Versions