Log in

View Full Version : Quick question about demuxing ac3 to wav


jellysandwich
28th February 2006, 16:10
This is a lossless process and thus doesn't reduce quality in any way, correct?

js

Guest
28th February 2006, 16:38
You mean "decoding" to WAV. Yes, decoding (decompressing) is lossless.

jellysandwich
28th February 2006, 21:10
Woops, yea, I meant decoding.

Another quick question: what happens if you try to decode the track a very long movie (ie, LotR: RotK)? I remember reading about a 2gb limit on wav files...

js

Guest
1st March 2006, 05:16
I remember reading about a 2gb limit on wav files... That's a very good point. DGIndex could write multiple files all <= 2GB, instead of just failing, as I guess it would right now. Then the user could rejoin them as required during processing.

But if it was me, I would just leave it as AC3 or decode it externally.

squid_80
1st March 2006, 09:06
If dgindex put a wav header on the ac3 stream, you could load it into virtualdub using ac3acm as the decompressor and compress video and audio at the same time. Or just use direct stream copy to mux the ac3 directly.