iam just starting to get to grips with avisynth but theres 2 things i would like to know and if possable have an example of..
1, the avisynth command to do a 2/3 pulldown to make a 23fps movie 29fps (instead of pulldown.exe)
2,whether its possable to mux audio and video together using avisynth to create the final mpg (instead of tempeg)
basically iam using seperate programs to do these things atm moment but it would be nice if i could set up cce to do all of the job so i could leave it to get on with it .. instead of having to do it al seperately
my end product is a dvd compatible mpeg2
thanks in advance![]()
+ Reply to Thread
Results 1 to 3 of 3
-
-
1. ...is possible. Avisynth itself comes with a pulldown filter, also check the selectEvery filter. Most people use Donald Graft's decomb plugin. I am sorry, I can not give an example, because I work with PAL sources only. Check Doom9's Avisynth forum.
2....is also possible, but requires an uncompressed audio source.
AudioDub(AviSource("c:\filename.avi"),WAVSource("c :\filename.wav"))
Note, that cce will generate a program stream only in CBR mode. If you want to encode with variable bit rate, you have to multiplex afterwards anyway.
Similar Threads
-
Few questions regarding LCD tv... that will lead to more questions :)
By ohlookyhere in forum DVB / IPTVReplies: 16Last Post: 15th Aug 2010, 15:50 -
Powersupply questions and fan questions
By yoda313 in forum ComputerReplies: 39Last Post: 8th Sep 2008, 18:08 -
Questions: Avisynth.
By Sarlula in forum Video ConversionReplies: 12Last Post: 8th Aug 2008, 17:25 -
Avisynth, FFMPegSource, DGAVCDecode and some other basic questions
By Maikeru-sama in forum Video ConversionReplies: 7Last Post: 11th Jun 2008, 19:13 -
Questions about CCE, H264 and AviSynth
By Maikeru-sama in forum Video ConversionReplies: 18Last Post: 21st Dec 2007, 20:38