Quantcast Framerate 23.975 to Make a KDVD? - digitalFAQ.com Forums [Archives]
  #1  
05-01-2004, 12:24 PM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
I have a divx with framerate 23.975.
What I have to do for to make a kdvd?

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  
05-01-2004, 01:37 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Just add a "assumeFPS(23.976)" at the end of the script and encode it into MPEG2 with 3:2 pulldown activated.

Don't bother with the audio, the diff between 23.976 and 23.975 is so little that you won't notice the lack of synch (something like 0.02 second per hour of movie).
Reply With Quote
  #3  
05-01-2004, 03:01 PM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
thanks, phil.
in the meantime, I have made some search and some test.
I have taken a piece of file that is 5 minutes.
I have used assumefps(25.000) after the line avisource, for the audio instead I have used beesweet changing the frame rate from 23.975 to 25.000.
I have imported all in dvdlab, I have compiled the dvd and I have tested all and seems to work.
In particular phil, what is the difference between the procedure that I have exposed and that one that you have suggested to me.

thanks again.

edited:
when active 3:2 pulldown the button "settings" is activated . If I click on it one is opened window with all one series of options to me completely disowned.
I have to set something there?

In an other thread I have read that incredible it suggested to use:

So in case of progressive pal to progressive ntsc do this:

Code:
Code: 
AssumeFPS(23.976) 
TimeStretch(tempo=(100.0*23.976)/25.000)
in the opposite case I think that can be used:

AssumeFPS(25.000)
TimeStretch(tempo=(100.0*25.000)/23.975)

I would want to know if it is possible to use this instruction in order to elaborate the audio in avisynth.

by
Reply With Quote
  #4  
05-01-2004, 03:05 PM
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 zagor
In particular phil, what is the difference between the procedure that I have exposed and that one that you have suggested to me.
Mainly you converted in PAL when I told you a way to keep the video in NTSC.

If your stanadlone (and TV set) support the NTSC, keep this format; You will encode in 23.976 fps at 480*480 (for instance) insteed of 25 fps at 480*576. You can easily understand that the encoder will have far less data to compress, and then the CQ will be far better. A movie encoded in PAL a CQ70 will be done in NTSC at CQ neard 80.
Reply With Quote
  #5  
05-01-2004, 03:24 PM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
ok phil, I have understood.
Now I will make a test in order to see if mine standalone and tv set supports ntsc. (if I watch on the booklet of the instructions peraphs I can resolve the question).
by
Reply With Quote
  #6  
05-01-2004, 05:49 PM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
ok, It seems that all my standalone, and tv set are compatible with format NTSC!

Remenber that I am making a test with a 5 min. file.
now, i would to know:

1. When I import the stream video in dvd-lab, it ask to me of Enable 2:3 pulldown, I think that I did to make it.

In the windows asset I can see the stream with FPS= 29.97 and the TIME is 04:31

2. When I import the stream audio (that is 5 minutes long), it's don't egual with the time of the stream video (4:31).

What I to have to do?

by
Reply With Quote
  #7  
05-02-2004, 11:40 AM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
someone can help me?
Reply With Quote
  #8  
05-02-2004, 12:08 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I didn't understand what you did. Did you encode the movie in MPEG2 with "3:2 pulldown while playback" as encode mode in tmpgenc ?

If yes, the audio should be the same length than the video (and both should have the length of your source).

I suggest you do redo all step carefully because something went wrong with no reason.
Reply With Quote
  #9  
05-02-2004, 12:18 PM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by dialhot
Did you encode the movie in MPEG2 with "3:2 pulldown while playback" as encode mode in tmpgenc ?
For encoder I don't use tmpgenc, I use CCE.


by
Reply With Quote
  #10  
05-02-2004, 12:20 PM
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 zagor
For encoder I don't use tmpgenc, I use CCE.
So you did badly the "'pulldown" operation. You must use "pulldown.exe" for that, did you ?
If you use "DopulldownGUI", you have to check the box "no pulldown" (don't ask me hy you must check it as you want to do pulldown ).

Try all options until you have audio length = video length = source length (more or less).
Reply With Quote
  #11  
05-02-2004, 01:14 PM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
ok, I have ri-did all the procedure:
1. assumefps(23.976) to the end of the script.
2. When I import in dvd-lab comes asked to make the pulldown to me. Now the time is visualized correctly,
probably before mistook something in making .mpv

The pulldown change the framerate from 23.976 to 29.97?


thanks.
by
Reply With Quote
  #12  
05-02-2004, 01:33 PM
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 zagor
The pulldown change the framerate from 23.976 to 29.97?
Not really.
The video is still in 23.976 progressive but it will be played by the standalone in 29.970 interlaced.
So, virtually, the video is 29.970 (that is the only NTSC fps allowed on a DVD).
Reply With Quote
  #13  
05-06-2004, 04:47 PM
zagor zagor is offline
Free Member
 
Join Date: Feb 2004
Location: Italia
Posts: 226
Thanks: 0
Thanked 0 Times in 0 Posts
with regard to the audio I have to proceed as usual?
that is I extract the file .wav from the avi and then I make the mp2?

by
Reply With Quote
  #14  
05-06-2004, 07:21 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Yes.
Just check after the muxign that the audio is in synch at the end of the video.
Reply With Quote
  #15  
06-03-2005, 08:23 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
Quote:
Originally Posted by Dialhot
I didn't understand what you did. Did you encode the movie in MPEG2 with "3:2 pulldown while playback" as encode mode in tmpgenc ?

If yes, the audio should be the same length than the video (and both should have the length of your source).

I suggest you do redo all step carefully because something went wrong with no reason.
I know this might be a stupid question but I can only see the box next to 3:2 pulldown intmpgenc. Not the "3:2 pulldown while playback" where do I find this?
Reply With Quote
  #16  
06-03-2005, 08:27 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 WOWIEGURL
I know this might be a stupid question but I can only see the box next to 3:2 pulldown intmpgenc. Not the "3:2 pulldown while playback" where do I find this?
You are in the wrong place : the box you are talking about is in the "advanced" tab of the settings. This one MUST'NT be used (never).
The correct setting is in the tab "Video". The "Stream Type" must be "mpeg2", and then for "Encode mode" you can select "3:2 pulldown when playback".
Reply With Quote
  #17  
06-03-2005, 09:12 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by WOWIEGURL
I know this might be a stupid question but I can only see the box next to 3:2 pulldown intmpgenc. Not the "3:2 pulldown while playback" where do I find this?
You are in the wrong place : the box you are talking about is in the "advanced" tab of the settings. This one MUST'NT be used (never).
The correct setting is in the tab "Video". The "Stream Type" must be "mpeg2", and then for "Encode mode" you can select "3:2 pulldown when playback".
thankyou very much for your advice Dialhot. SHould I leave DC as 9? and are there any other changes I need to make to tmpgenc beofre I start encoding?
Reply With Quote
  #18  
06-03-2005, 09:22 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 WOWIEGURL
thankyou very much for your advice Dialhot. SHould I leave DC as 9? and are there any other changes I need to make to tmpgenc beofre I start encoding?
The general recommendation is to set it at 8 but I use to encode also with 9. And for the others settings, it depends on your goal ! But I don't see why you should change what you have already for your others KVCD. It is not the first one you are doing.
Reply With Quote
  #19  
06-04-2005, 10:09 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
I muxed as a mpeg1 non-std but when I load it into the tmpgencdvd it says GOP is too long. I didn't make any alterations to the GOP. What changes do I need to make? By the way it worked fine.. the sound was in sync with the movie
Reply With Quote
  #20  
06-05-2005, 02:43 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Tmgenc DVD Author is too strong on the specifications and very often refuses a stream even if it should not. You should try with DVDLab Pro.

But are you sure of the lenght of your GOP ? As you do so much things without even knowing what you are doing.

Note: to do a DVD you don't to mux ! Give the elementary streams (audio and video) to the software and let it mux them in DVD mode.
(DVDs use a special muxing mode).
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD: Need guide to make KDVD UNICHEM Video Encoding and Conversion 6 06-09-2007 07:26 PM
KDVD: Insane Framerate Problem Kingler5 Video Encoding and Conversion 1 09-07-2005 02:57 AM
How to make a kdvd? Muse Video Encoding and Conversion 6 08-18-2004 06:35 AM
How to make a kDVD? LeeKuid Video Encoding and Conversion 5 06-22-2004 08:02 PM
Bad framerate? What I have to do for to make a kdvd? zagor Video Encoding and Conversion 7 05-26-2004 08:12 AM

Thread Tools



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