Log in

View Full Version : mencoder timed filters


invisible
5th October 2009, 01:15
Is there a way to manipulate the filters from the command line at exact times? Like for example, setting a filter at a certain time only, not for the whole encode.

microchip8
5th October 2009, 13:15
No...

Selur
6th October 2009, 01:59
agree only way to do this, that popped up in my mind uses an extra mencoder instance + a 'cat'-call + a named pipe for each section which all in all really seems like a bad idea.

TomZ
6th October 2009, 07:41
Or just devide your movie into sequences, encode separatly them and apply the needed filters, then merge them.

invisible
9th October 2009, 21:31
Or just devide your movie into sequences, encode separatly them and apply the needed filters, then merge them.

This causes a sound skip glitch at the merge time. What does work is keeping the original audio track, cutting the video with exact frame accuracy, then putting it back with the old audio. This is really tedious.