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