Hi,
I have been trying to convert an 30 min AVI file to and AVI file with different resolution and frame rate with no joy so far.
The original AVI is 512x384 res at 29.97 fps, and I'm after reducing the resolution to 400x288 at 25 fps.
I have tried this in Virtual Dub but all I seem to end up with is an AVI that is somehow 5 min longer than the original with the sound sync way out.
Is there a simple way of doing this?
Chris
+ Reply to Thread
Results 1 to 3 of 3
-
-
Just to kind of answer my own question and possibly to help other perople who have just started this game like myself, I have found a fairly simple solution that so far seems to give OK results with no change in audio pitch or movie length. It doesn't give you a modified AVI, but the actual intention of my question was to get the AVI into a format that could be easily converted into a PAL VCD.
I have been using DVD2SVCD for some time and the AVI2VCD feature inbuilt. Simply load the VCD setting into DVD2SVCD, change the sourece from DVD to AVI (all on the Misc tab), click "Edit as part of Video Encode" on the Frameserver tab, select your AVI and press Go! - OH and make sure the the NTSC to PAL tickbox is NOT checked.
When the AVS script pops up, add the line : -
ConvertFPS(25)
to the bottom of the script and alter the Resize line to read :-
BicubicResize(352,288,0.0,0.6)
This takes care of the PAL conversion. I have messed with other settings such as CHnageFPS and a couple of more commands, but I have found this to be OK so far. I have a few more scripts to test though.
Your script should then look like this: -
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1\Mpeg2dec \mpeg2dec.dll")
AVISource("C:\Stuff\SER1~1\FRIEND~2.AVI",False)
ConvertToYUY2()
ConvertFPS(25)
BicubicResize(352,288,0.0,0.6)
Hit OK and you will end up with a converted AVI ready for burning to VCD. No slowdown in video or audio and a fairly jerk free audio.
Basically, this automates the steps as sugested in the link above which I personally found a lot easier to deal with.
Swin
Similar Threads
-
60 FPS avi - question
By pike8 in forum Video ConversionReplies: 10Last Post: 3rd Jan 2011, 16:45 -
mixing 1280 x 720 29,97 fps and 1440 x 1080 25 fps in final cut
By perik in forum EditingReplies: 6Last Post: 17th Nov 2010, 22:42 -
MP4 29.97 fps to AVI 25 Fps
By videopetur in forum Video ConversionReplies: 4Last Post: 20th Jan 2009, 06:37 -
How to convert a video of 120 Fps to... well 23.9fps or 25 fps or 30 fps
By Chuba753 in forum Newbie / General discussionsReplies: 7Last Post: 6th Jun 2008, 19:17 -
30 fps flv to 25 fps avi or vcd
By cd090580 in forum Video ConversionReplies: 5Last Post: 12th Nov 2007, 08:35