Evil Grinch

Member 666

Level 50.98

Mar 2006

|
Mar 17, 2009, 06:43 PM
Local time: Mar 18, 2009, 07:43 AM
|
#1 of 2
|
What kind of work do you need to do? Some touch-up filters, or you really need to chop up the video?
If you just need to run it through filters, why not use ffdshow with AviSynth?
Create a text file and call it "Whatever.avs". At the very minimum it should have this line:
DirectShowSource("d:\path\to\basil's\pron\x264_aac .mp4", fps=25, convertfps=true) # adjust fps if necessary
Add in whatever filters you like, including hardsubs, smooth filters, resize, whatever.
Open said AviSynth Script in meGUI, select an appropriate codec, and autoencode it. You can later mux in the audio by using MKVmerge, and using the original video as an audio source to go with your new encoded video.
Jam it back in, in the dark.
|