Quantcast How to Convert 20 fps OGM File to KDVD? - digitalFAQ.com Forums [Archives]
  #1  
05-25-2004, 09:48 PM
rs008f rs008f is offline
Free Member
 
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
I have an OGM file which I extracted the video(XVID), audio(OGG) and subtitle file(SRT). The video and audio is 20 fps. Is there a way to convert it to 23.976 fps and keeping the audio and subtitle in sync?
I tried using assumefps(23.976, true) since this is what I used to convert 25 fps to 23.976 fps, but it made the 20 fps video shorter/faster. I used besweet to change the fps from 20 to 23.976 which resulted in the chipmunk effect; the audio became faster.
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  
05-25-2004, 09:57 PM
rs008f rs008f is offline
Free Member
 
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
I found someone with this idea but I don't know which command to use and if it is effective.

"I think you can do this with avisynth. In my opinion, you can do a trick by repeating a field in each frame (upper, bottom, upper, bottom...) You will have 3 fields instead of 2 and 30 fps instead of 20. It's my theory, but I think it can work. After that you will slowdown from 30 to 29,97 fps."
Reply With Quote
  #3  
05-26-2004, 04:33 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
FYI, AssumeFPS basically means "read this video at the speed I specified to you and not the original one".

If you have a video with original speed of 20 image per second, if you ask to play it at 23.976 image per second, for sure you will obtain a video that is shorter (that plays faster). Do you understand ?

What you have to do is to use changeFPS !

This will CHANGE the number or frames but NOT the number of second needed to play the video.

Then you have nothing to do on the audio (as the length in second does not change).

Now I can predict the visual aspect of the result. Let try...
Reply With Quote
  #4  
05-26-2004, 11:11 AM
rs008f rs008f is offline
Free Member
 
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
The audio is in OGG format, does avisynth support it? If not, how can I make the 20fps audio in synch with resultant ChangeFPS(23.976) video?
Is my only option to decrompress the audio to WAV?
Reply With Quote
  #5  
05-26-2004, 11:20 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rs008f
The audio is in OGG format, does avisynth support it? If not, how can I make the 20fps audio in synch with resultant ChangeFPS(23.976) video?
As I told you the length (in second) of you video won't change so the sound will be in synch !

What cause an unsynch audio is always a matter of length of the two streams.

Here length of auio = length of video = length of original avi.

Quote:
Is my only option to decrompress the audio to WAV?
Yes. But if you ask that to handle it grant to a "wavsource" command in avisynth do not do that !
Encode audio appart and mux the final result. As always...
Reply With Quote
  #6  
05-26-2004, 11:30 AM
rs008f rs008f is offline
Free Member
 
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
someone gave me this advice.
The trick is that 20fps is really a 3:2 pulldown from 25. For the audio use BeSweet to change it from 25 FPS to 23.976 FPS.
AssumeFrameBased
SeparateFields
SelectEvery(8, 0,1, 2,3,2, 5,4, 7,6,7)
Weave
#At this point your AVI will be 25fps.
AssumeFPS(23.976)

this one works, the video and audio are in synch although the original 23 min video becomes 24 min but I don't really notice much of a slow down.

Now I'll try your method.
Reply With Quote
  #7  
05-26-2004, 11:43 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rs008f
The trick is that 20fps is really a 3:2 pulldown from 25
That's a different case which I thought you were already aware.

When you said "20 fps" I assumed you were sure that it was true 20 fps and gave you hints for that situation only.
Reply With Quote
  #8  
05-26-2004, 12:25 PM
rs008f rs008f is offline
Free Member
 
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
ChangeFPS is an easier and better method, I think. The result MPEG-2 has the same duration as the 20fps original video.
Reply With Quote
  #9  
05-26-2004, 01:48 PM
rs008f rs008f is offline
Free Member
 
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
someone recommended ConvertFPS() as well.
Reply With Quote
  #10  
05-26-2004, 05:57 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
The only problem is that ConvertFPS works in YUY2 only and not YV12.

But FYI I had done a script for converting from PAL to NTSC and I use this as LAST line :
ConvertToYUY2().ConvertFPS(23.976,zone=125)
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Avi to .Bin/.Cue File? ybarro Video Encoding and Conversion 7 01-10-2006 04:47 PM
How to rip audio in AVI and convert to AC3 file? lbhl Audio Conversion 4 07-29-2005 05:03 PM
HeadAC3he: How to convert 48kh dts wav file into 44.1k dts wav file? mario37000 Audio Conversion 2 07-04-2003 10:18 PM
KVCD with DTS Audio file? convert this file to mp2? andybno1 Video Encoding and Conversion 10 05-29-2003 11:30 AM
Encoding: Need to convert an asf file mickeymouse Video Encoding and Conversion 8 02-25-2003 12:06 AM

Thread Tools



 
All times are GMT -5. The time now is 01:35 PM  —  vBulletin © Jelsoft Enterprises Ltd