actionman133
31st March 2004, 12:26
in trying to restore original 24 fps playback on my 25 fps film dvd's i use code resembling this. (Extract only)
The audio is opened in vdub using AC3ACM and saved direct stream copy.
Audio = WAVSource ("Test.wav")
AudioDub (Audio)
ResampleAudio (50000)
AssumeFPS (24, True)
The result is very horrible sounding audio with clicks and skips.
i then tried using the AC3Source plugin. except unless the ac3 source is stereo, i only get the rear channels, so its basically just music. it does resample properly though.
anybody help me with this?
The audio is opened in vdub using AC3ACM and saved direct stream copy.
Audio = WAVSource ("Test.wav")
AudioDub (Audio)
ResampleAudio (50000)
AssumeFPS (24, True)
The result is very horrible sounding audio with clicks and skips.
i then tried using the AC3Source plugin. except unless the ac3 source is stereo, i only get the rear channels, so its basically just music. it does resample properly though.
anybody help me with this?