chateau
Jul 2005
Registered
|
your message is confusing...
mpg is video and ac3 is audio... if you've demuxed, the ac3 is not part of your mpeg at all
the real problem may be that some encoders don't directly handle mpeg video files, like CCE, and I bet TMPG is the same
you may have to use avisynth as a frame server, using the mpeg2dec.dll plugin and directing it to a dvd2avi project
LoadPlugin("D:\mpeg2dec.dll")
MPEG2Source("D:\mydvd.d2v")
if you have avisynth, save this as a text file with .avs as the extension. if not, go get avisynth.
you should be able to load the .avs file into TMPG if you do this. it works for CCE anyway.
Report this post to a moderator | IP: Logged
|