wildejedi
6th October 2006, 11:14
I have several home movies hat I have of my kids made on my digital camera which I would like to put onto DVD.
According to GSpot the framerate is 9.385 and the frame size is 512x384 (1.33:1) [=4:3]. The codec is MJPG
I want to change this to 25fps and resize for pal and I've been trying to use AVISynth 2.5 and CCE. I used the following very simple script:
avisource("C:\Documents and Settings\The Wilde Family\My Documents\Home Movies\Bradgate Park (22).AVI")
lanczosResize(720,576)
changefps(25)
I used a 45second clip but when I put this through the encoder, the movie played at the correct speed but it cut off after only 16 seconds. I tried assumefps(25) but this resulted in the encoded movie playing back amusingly fast.
Is there any where of doing this via AVIsynth?
I'd appreciate any advice you can offer
According to GSpot the framerate is 9.385 and the frame size is 512x384 (1.33:1) [=4:3]. The codec is MJPG
I want to change this to 25fps and resize for pal and I've been trying to use AVISynth 2.5 and CCE. I used the following very simple script:
avisource("C:\Documents and Settings\The Wilde Family\My Documents\Home Movies\Bradgate Park (22).AVI")
lanczosResize(720,576)
changefps(25)
I used a 45second clip but when I put this through the encoder, the movie played at the correct speed but it cut off after only 16 seconds. I tried assumefps(25) but this resulted in the encoded movie playing back amusingly fast.
Is there any where of doing this via AVIsynth?
I'd appreciate any advice you can offer