On Tue, 2005-01-18 at 06:39, Matthew Beale wrote: > The wav mplex > yields **ERROR: [mplex] File /home/mixonic/DVD-Ref/encoding/dts.wav.pcm > unrecogniseable! **ERROR: [mplex] Unrecogniseable file(s)... exiting.)
mplex expects raw PCM. So extract the PCM using some tool, and save it to a whatever file (.lpcm will make mplex happy, but you can just save it to any file). Then, use the -L option that Steven gave you to make mplex understand that it's LPCM because you cannot probe PCM data. DTS has headers that shouldn't be there. They will confuse. WAV has wav headers, which is wrong too. Ideally, use a WAV extractor. Mplex will generate the DTS stream internally. For a WAV, extracting LPCM data is as simple as (if you have GStreamer installed) "gst-launch-0.8 filesrc location=file.wav ! wavparse ! filesink location=data.lpcm". Ronald -- Ronald S. Bultje <[EMAIL PROTECTED]> ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users