2019-09-16, 04:34 PM
(2019-09-16, 04:17 PM)Stamper Wrote: Bumping this one up,
what speed slow down % do I use in audacity, to get 24fps audio down to 23.976?
Thanks if anyone can help.
I don't know how Audacity's slow down works, but I think the factor is always 1000/1001 or 1001/1000 (depending on whether we're talking about speed or stretch factor). Multiply result with 100 for percent. For example 1001/1000 is 1.001. Times 100 is 100.1%. Or 1000/1001 is ~0.9990009. So result would be ~99.90009% (but the number is not 100% precise, it goes on).
Problem is sometimes you can't set it that precisely. I like to do it via resampling personally, as that can have perfect precision.
For example to get 23.976fps audio to 24fps audio, you need a speed up of exactly 100.1%. If the base sample rate is 48000 Hz, the sped up sample rate is exactly 48048 Hz. The simplest way to have this to be a round number is of course to have three zeros at the end in the base sample rate, which is why it doesn't work well with 44.1 kHz, as the result would be 44144.1 Hz, which you can't set as a file's sample rate afaik. Anyway, I simply set the sample rate to 48048 (no resampling, just setting it). That sets the speed. Then from that I resample back to 48000 Hz (or any other target sample rate) with a good resampler and it's done.
Reverse would be, resample 23.976fps audio to 48048Hz, then simply set (interpret) it as 48000 Hz, and you got the correct speed. If the base audio is 44100 Hz, this would require kind of an awkward extra step after resampling to 48048 Hz and interpreting as 48000 Hz: resampling back to 44100 Hz. But you could always opt to just leave it at 48kHz ofc.
Likewise, speeding up 44100 Hz from 23.976 to 24 fps would require first resampling to 48000 Hz, then setting to 48048 Hz, then resampling back to whatever the target sample rate is.
Dunno if that helps.