Quote:
Originally Posted by 'Z
Quote:
Originally Posted by Z
[...] The audio frame rate also needs to be converted.
|
How ?
|
Well, I have been using this technique to convert from PAL movies into a NTSC KVCDx3.
Use the AssumeFPS() filter to change the video stream playback rate. And then, extract the audio with VirtualDub as mp3 (or anything else) and use this command for BeSweet encoding. It will do a flawless length conversion.
Using this my movies
ALWAYS keep in sync:
- BeSweet.exe -core( -input "YourInputFile.mp3" -output "YourOutputFile.mp2" -logfile audio.log ) -ota( -g max -r 25000 23976 -shibatch( --rate 44100 ) ) -2lame( -e -b 128 -m s )
Note the bold part, that is the command that perform the FPS conversion for the audio file. You can change all other options as you like so as to encode to different samplerate, etc.
Remember that the pitch will change a little (no matter if going from 23.976 to 25 or the other way round, but will be noticeable if the difference is bigger).
Gaudi