Greetings.
The site has been quite good for as to giving me information for almost everything I needed during my DVD-Video-making carreer.
I have successfully converted almost 20 films now, but something came up I don't know how to overcome.
I have an AVI with a framerate of 24 fps ( reported by GSpot ).
Now, usually, when the movie has 23.976 fps, I use the Pulldown utility to add the extra frames; and in the forum people claim that 24 is basically the same as 23.976. But I don't think so, since the *.M2V created with CinemaCraft plays with a shorter playtime than it is supposed to ( in Media Player ).
When I eventually make the VOBs, it becomes evident that the sound is off-set.
My 2 questions:
1 - is there a Pulldown utility specifically for 24 fps sources, or is it really the same as 23.976 ?
2 - Even if the fps is 23.976, when we perform a pulldown on the video, what must we do to the audio, which we strip in advance and convert to AC3 ?
Thanks for any information
Live Long And Prosper
+ Reply to Thread
Results 1 to 12 of 12
-
-
open the avi in virtualdub and change the framerate to 23.976fps. Either save out a new copy of the avi or better still frameserve to your mpeg encoder. Encode to mpeg (video only) at 23.976fps and add 3:2 pulldown.
For the audio, I suggest waitiing till your video is complete and check the length in WMP (about the only thing it is good for!). Then open the avi in goldwave, adjust the length using 'time warp' (I think) and save as wav. Encode the wav to Ac3 as normal and author. -
Thanks for the reply, I will try it ASAP, and will give news on the results, for others that might follow.
Live Long And Prosper -
You could also try running it through DVD2SVCD and create DVD's with it using the bitrate tab and changing the output to DVD instead of SVCD.
This program has everything apart from encoder and as you already use CCE just point the proggie to CCE and choose 3 pass for good quality tho 2 is sometimes enough.
It does pulldown automatically and quality is usually superb including audio synch!
Tom -
Hello again !
I did the video conversion as bugster sugested and it worked.
Yet, when I convert the audio, it goes like everyone is speaking in slow motion. Was it because I ripped the WAV from the AVI ( direct stream copy ) and loaded it into Goldwave, instead of loading the AVI itself ?
Life Long And Prosper -
Was the converted audio the correct length?
Stripping the wav in vdub should not be a problem. -
What was the sample rate of the AVI audio?
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
Heya !
It is best if I give you all the details:
1 - Original AVI is 1:32:34 ( 5554 secs ), framerate is 24 fps
2 - I stripped the audio from the 24 fps AVI, length of WAV is still 1:32:34
3 - I converted the video using VDub from 24 to 23.976 fps. Length of video becomes 1:32:40
4 - I converted the video to MPEG2 DVD format, using CCE, and performed a Pulldown, framerate becomes 29.97, length is now 0:59:58 ( 3598 secs )
5 - I use Goldwave to speed the sound up, using Time Warp ( 5554 / 3598 * 100 = 154.37% )
6 - I convert WAV to AC3 using AC3Machine
7 - I used TMPGEnc DVD Author to author.
RESULT = Video plays in length 59:58, and sound is very fast.
What am I doing wrong here, friends ? You see, I have made movies by joining 23.976 sound, with 29.97 pulled down videos, and they work, by I wanted to do things as correcly as possible. And the fact that the video is in a different framerate than usual is what lead me to ask for help.
If you need further info, please tell me.
Many thanks for the attention, I hope this serves others as well.
Live Long And Prosper -
Originally Posted by Taeranmoondance
What you should do is encode with CCE as 23.976fps (match the source exactly) to give you an .m2v file of 1:32.40. Then use pulldown.exe on it. This is a command line tool but I believe there is now a GUI available for it. The length of the video should not change, it simply adds some flags to the video stream that tells the decoder which fileds to repeat to obtain a playback rate of 29.97fps. So the length of the audio needs to be adjusted to match this. -
Ah !
So the problem begins with me not making the conversion to MPEG2 correctly. If I got it right ( and it makes perfect logic ), I should get a video just slightly slower than the original, and the audio should only be slowed like 1% or something like that.
So, if i understood right, my problem is really on the CCE conversion, and I never noticed it until now.
What seems to be happening is that CCE is speeding the video to 29.97.
Here is the AVISynth script for that movie:
avisource("E:\DVD\cobra\cobra.avi")
LanczosResize(720,398)
AddBorders(0,41,0,41)
ConvertToYUY2()
Is there something missing ?
Sorry to be such a pain, but I would like to get this right once and for all.
Live Long And Prosper -
Originally Posted by Taeranmoondance
I don't use avisynth/cce myself but that script doesn't seem to mention framerate. I would have thought the framerate was set in CCE. Set it to 23.97fps -
Originally Posted by Taeranmoondance
Code:avisource("E:\DVD\cobra\cobra.avi") LanczosResize(720,398) AddBorders(0,41,0,41) AssumeFPS(23.976) ConvertToYUY2()
- John "FulciLives" Coleman
*** EDIT ***
I just noticed that you have AddBorders of 41 on the top and bottom and that doesn't sound right to me. Are you sure that your resize to 720x398 is correct?"The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
Similar Threads
-
Best framerate conversion? (eg: 23.97 to 30 fps to avoid judder)
By ionone in forum Video ConversionReplies: 16Last Post: 12th Mar 2014, 07:56 -
30fps --> 24fps WITHOUT pulldown
By agni451 in forum Video ConversionReplies: 4Last Post: 4th Apr 2012, 22:25 -
Changing fps - pulldown and removing flicker - advice needed please!
By The Big Cheese in forum Video ConversionReplies: 20Last Post: 27th May 2010, 18:13 -
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 -
Framerate FAQ:60 fps vs 30 fps
By Breakpack in forum Capturing and VCRReplies: 1Last Post: 9th Jun 2007, 04:42