WhipHubley
26th July 2004, 20:10
OK, here goes...
I have an 23.976 FPS AVI with AC3 5.1 audio. I wish to convert it to a PAL DVD, keeping the AC3 5.1 audio.
For the video side of things I just check "NTSC to PAL" in AVI2DVD (which uses AssumeFPS in its AviSynth script) and for the audio side I edit the .d2s file, replacing the encoded audio filename with my extracted AC3 filename (as in Q.74 of the FAQ). This instructs bbMPEG to mux together the video with the AC3 file.
Before doing that of course I need to convert the extracted AC3 file from 23.976 to 25. This way the audio and video will be in sync. For this I use BeSweet which uses ac3enc.
The final result is always perfect when I do this, but the fact remains that the AC3 audio AFTER running through BeSweet sounds nowhere near as good as before.
Because there is no other tool I know of to re-encode the audio and keep it as AC3, I thought it best to keep the original extracted audio and work on this problem from the video side of things. That is, converting the FPS without changing the length of the video. That way I can just mux it with the original extracted audio.
I initially tried "convert to FPS" in VirtualDubMod, but the resultant video is very jerky. So I then looked into ChangeFPS and ConvertFPS with AviSynth, but have read that ChangeFPS will also result in a jerky file and ConvertFPS can be blurry or flickery :-(
I see that AssumeFPS has a sync_audio parameter, but this can only work with PCM audio right? I certainly get errors if trying to use it on an AVI with AC3 audio.
Are there others out there who have dealt with this? I can imagine it's a problem that must have troubled someone else at some point, and I'm hoping they have an answer!
The only other option of course is to convert it and keep it as NTSC - but I really don't want to do that.
Any help, as always, would be most greatly appreciated.
Thanks very much.
I have an 23.976 FPS AVI with AC3 5.1 audio. I wish to convert it to a PAL DVD, keeping the AC3 5.1 audio.
For the video side of things I just check "NTSC to PAL" in AVI2DVD (which uses AssumeFPS in its AviSynth script) and for the audio side I edit the .d2s file, replacing the encoded audio filename with my extracted AC3 filename (as in Q.74 of the FAQ). This instructs bbMPEG to mux together the video with the AC3 file.
Before doing that of course I need to convert the extracted AC3 file from 23.976 to 25. This way the audio and video will be in sync. For this I use BeSweet which uses ac3enc.
The final result is always perfect when I do this, but the fact remains that the AC3 audio AFTER running through BeSweet sounds nowhere near as good as before.
Because there is no other tool I know of to re-encode the audio and keep it as AC3, I thought it best to keep the original extracted audio and work on this problem from the video side of things. That is, converting the FPS without changing the length of the video. That way I can just mux it with the original extracted audio.
I initially tried "convert to FPS" in VirtualDubMod, but the resultant video is very jerky. So I then looked into ChangeFPS and ConvertFPS with AviSynth, but have read that ChangeFPS will also result in a jerky file and ConvertFPS can be blurry or flickery :-(
I see that AssumeFPS has a sync_audio parameter, but this can only work with PCM audio right? I certainly get errors if trying to use it on an AVI with AC3 audio.
Are there others out there who have dealt with this? I can imagine it's a problem that must have troubled someone else at some point, and I'm hoping they have an answer!
The only other option of course is to convert it and keep it as NTSC - but I really don't want to do that.
Any help, as always, would be most greatly appreciated.
Thanks very much.