Yes, If the pitch actually is incorrect in the video to be speeded up.Robert J. H. wrote:This is intentional, in the case that the original speed should be achieved.Gale Andrews wrote:It will also change the pitch.Robert J. H. wrote:Or in the Nyquist Prompt (Effect menu):This will shorten the sound (otherwise change 24.101 and 25).Code: Select all
(resample s (* *sound-srate* (/ 24.101 25)))
As I understand it, the 24/1.001 frame rate was a variant for colour compatibility. It all depends if the video that is at 24/1.001 is already pitch changed or not, however pitch differences between 24 and 24/1.001 are unlikely to be audible so probably not worth the extra step.Robert J. H. wrote:The Standards are:
- Ntsc 29.97
- Pal 25
- Film 24
The reduction by 1/1000 is normally used to convert from film to Ntsc.
Does your original Video have this intermediate frame-rate?
Theoretically, you have to speed up by 1/1000 to get a frame rate of 24 with the original pitch (as in the motion picture).
And then the sliding time/pitch shift to convert from 24 to 25 frames per second.
Gale