digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   AVI movie with Low Motion Codec and 20fps conversion? (http://www.digitalfaq.com/archives/encode/7081-avi-movie-motion.html)

jim620 12-09-2003 11:55 AM

AVI movie with Low Motion Codec and 20fps conversion?
 
I am planning to convert a cartoon movie with a resolution of 352x224, 20fps and Mpeg Low Motion codec using the following script:

LoadPlugin("e:\kvcd\filters\atc.dll")
LoadPlugin("e:\kvcd\filters\blockbuster.dll")
LoadPlugin("e:\kvcd\filters\convolution3dyv12.dll" )
LoadPlugin("e:\kvcd\filters\dctfilter.dll")
LoadPlugin("e:\kvcd\filters\deen.dll")
LoadPlugin("e:\kvcd\filters\MPEG2Dec3.dll")
LoadPlugin("e:\kvcd\filters\Grip.dll")
LoadPlugin("e:\kvcd\filters\undot.dll")
LoadPlugin("e:\kvcd\filters\mpegdecoder.dll")

#mpegsource("d:\filename.mpg")
AviSource("e:\cartoon.avi", false)
BlindPP(Cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.5,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 240, source_anamorphic=false)
GripSize(resizer="BicubicResize")
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()

My question becomes how do I change the FPS from 20 to 23.976 and have everything in synch. Also does the Grip filter add the borders to the top and bottom of the screen so that the aspect ratio remains the same and the movie is not "stretched" to fit 352x240. Thanks.

Dialhot 12-10-2003 04:31 AM

The easiest way :

- Change the first line to "AviSource("e:\cartoon.avi")
- Add "ChangeFPS(23.976,true) just after the avisource
- Encode the video AND the audio together with Tmpgenc.


The GripCrop computes the size of the borders but they are added only at the end by the command... Gripborders :wink:


All times are GMT -5. The time now is 07:51 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.