Log in

View Full Version : Freeze frame in mkv?


Daodan
29th June 2006, 13:21
I have this problem since some time now..If it's possible to use something like freezeframe (in avisynth) after the encode is done (in mkv). Since Dedup exists and the principle is somewhat similar, I wonder if this is possible and if yes, how. Thank you.

MeteorRain
29th June 2006, 19:01
couldn't understand your idea well.

if you want to delete the duplicate frames, you can use dup.dll with a hack in it, delete them, and output the timecode file. (or other plugin that i don't know)

Daodan
29th June 2006, 19:17
Not really, it's not for duplicates. Freezeframe is used when you want to replace a bad frame with one that looks ok (usually used for anime, since you can find usually find there a frame that looks the same but ok, not affected by some interlacing or whatever). Only thing is that I want to do this after encoding, in mkv. So let's say I want to replace frame 5 with 7. How could I do that with a timecode..

Caroliano
29th June 2006, 21:31
I think you can do this with ordered chapters: http://forum.doom9.org/showthread.php?t=99489

Daodan
30th June 2006, 09:27
Thanks, I'll look into this. I heard of them before and was just thinking they are pretty usefull, I'll see if this can be used in my case.

MeteorRain
30th June 2006, 10:08
you'd better do the replacement beforehand

Daodan
30th June 2006, 12:19
That's pretty obvious...but if something turned wrong, something was missed, etc, it would be nice to be able to do this after, since my scripts run at 0.5 fps.