Quantcast AVI Movie with Low Motion Codec and 20fps Conversion? - digitalFAQ.com Forums [Archives]
  #1  
12-09-2003, 11:55 AM
jim620 jim620 is offline
Free Member
 
Join Date: Dec 2003
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
12-10-2003, 04:31 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DivX 3 Low-Motion - problema com Xvid codec mabhz Conversão e Codificação de Vídeo (Português) 10 09-05-2004 10:01 AM
Movie plays in slow motion Dialhot Players, DVRs, Media Centers 0 10-28-2003 02:48 PM
Where to get codec for DivX v3 to MPEG-4 (Low-Motion) CheronAph Video Encoding and Conversion 1 05-11-2003 12:32 PM
TMPGEnc: Codec problem, motion search precision Wolfi Video Encoding and Conversion 1 10-26-2002 04:21 PM
Best capture codec/settings for conversion to VCD? gvarney Video Capturing / Recording 2 04-25-2002 06:14 PM

Thread Tools



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