2019-04-16, 10:25 PM
Right, but one response to this ...
... might be be to perform a pulldown on the audio. As AviSynth reads the output accurately, MKVToolNix muxes the output, and the resulting MKV seems to play back without incident, avoiding resampling becomes feasible again. I couldn't test this without SoundForge, because I don't have it, so I went the ffmpeg route. Given that we keep the original sampling rate to preserve quality and to remux with MKV rather than BD in mind, it seems that this remains possible in this case, provided that SoundForge can output audio at any sampling rate.
(2019-04-15, 06:34 PM)BusterD Wrote: So to sync this audio, I’m first going to set the sample rate at 44056Hz (without actually resampling to this rate) and then resample to 48kHz instead of 44.1, since I’ll need to get 48Hz for BD compatibility anyway, and I don’t want to resample the audio twice. This will mean no 44.1kHz for this audio, but oh well.
... might be be to perform a pulldown on the audio. As AviSynth reads the output accurately, MKVToolNix muxes the output, and the resulting MKV seems to play back without incident, avoiding resampling becomes feasible again. I couldn't test this without SoundForge, because I don't have it, so I went the ffmpeg route. Given that we keep the original sampling rate to preserve quality and to remux with MKV rather than BD in mind, it seems that this remains possible in this case, provided that SoundForge can output audio at any sampling rate.


