Log in

View Full Version : DVD with PCM audio


wincent
17th December 2006, 11:13
Yesterday, I spent the day looking for a software that allows to author DVD with a PCM audio track.
But, authoring tools only accept mp2 or ac3 audio tracks and muxers like mplex or muxman cannot mux .m1v video files with .wav audio files.
So, how can I author a DVD with 1 PCM audio track ?

bigotti5
17th December 2006, 11:41
muxman cannot mux .m1v video files with .wav audio files

Muxman can...
Something wrong in your assets?
What says logfile (C:\muxman.log)?

Zeul
17th December 2006, 17:50
The chances are your wav file is 44.1KHZ instead of 48KHZ which would then be rejected.

btw there is no need to double post - please refrain from doing so again.

wincent
17th December 2006, 21:49
At the end of the muxing, I get the following message :
"1 oddities detected, resulting DVD is non-standard. Check log for details."

Content of C:\muxman.log :
MuxMan version 0.15P
Accepted video J:\dvdoasis\Earls Court 1997.demuxed.m1v size = 238466224
Accepted audio J:\dvdoasis\Earls Court 1997.wav

21:35:17 Begin multiplex VTS01.
Title Segment List
Segment_1
Maximum audio duration 83024 fields.
Starting scene Segment_1_scn1 at 00:00:00:00
SeqEnd at 2E5626B.
SeqEnd at A1C0B63.
SeqEnd at E36B4A3.
Removing 9 bytes of garbage.
Bytes remaining in buffer = 3.
Bitrate - avg: 2768856, min: 1761280 (lba 57061), max: 3652266 (lba 82757).
Shortest GOP has 6 fields, longest GOP has 40 fields.
Fields: 83042, VOBU: 2610, Sectors: 280678.
Largest GOP of 40 fields exceeds DVD specification of 30, resulting DVD is non-standard.

21:38:54 Begin multiplex VMG.
21:38:54 End multiplex.

Actually, I tried to author a DVD with Gui for Authordvd. As it only accepts .mp2 or .ac3 audio files, I did "Create Batch DVD" and looked in the batch files. I noticed the first step was to mux the elementary video stream and the audio file with mplex. But, mplex cannot mux M1V and PCM, so I have looked for a program that would allow me to do it. Since, muxman produces .vob files, I guess I have to demux these .vob to .mpg.

goonix
18th December 2006, 01:19
MuxMan doesn't complain the pcm audio.
It's the number of fields of the video stream, that exceeds the DVD standard.
If you burn this DVD, you have a chance that it will play flawlessly in newer standalones, but stutter in older ones.

To be standard compliant, you need to correct the GOP length of the video stream before feeding it into MuxMan.
You can do it for example with "GOP fixer" as integrated tool of Womble Video Wizard.

goonix

wincent
18th December 2006, 03:20
Thank you for your reply goonix.
I run GOP fixer to correct the .VOB file created by muxman because it fails on fixing the elementary video file .m1v.
Now, how can I demux the .vob file to a .mpg file (required by authordvd) ?

goonix
18th December 2006, 16:02
Use PgcDemux.

goonix

wincent
18th December 2006, 22:55
Actually, PgcDemux demux to elementary mpeg (.m1v or .m2v).
Moreover, it turns out that .m1v can only be muxed with mp2 audio in an mpeg1 file. So, I think one cannot make a DVD with 352*288 mpeg1 video and PCM or AC3 audio.
I will have to encode my videos to MPEG2.

SeeMoreDigital
18th December 2006, 23:04
Actually, PgcDemux demux to elementary mpeg (.m1v or .m2v).
Moreover, it turns out that .m1v can only be muxed with mp2 audio in an mpeg1 file. So, I think one cannot make a DVD with 352*288 mpeg1 video and PCM or AC3 audio.
I will have to encode my videos to MPEG2.DGIndex can de-mex streams too!

mpucoder
18th December 2006, 23:12
Moreover, it turns out that .m1v can only be muxed with mp2 audio in an mpeg1 file.True, however DVDs use mpeg-2 program streams, which can have mpeg-1 video. So, I think one cannot make a DVD with 352*288 mpeg1 video and PCM or AC3 audio. Those are legitimate combinations, and MuxMan will produce them. Pay attention to the error message. Your video contains some garbage after the last sequence_end (not the cause of the problem), and the GOP size is not DVD compliant (which causes MuxMan to not produce the ifo files)

wincent
19th December 2006, 18:41
DGIndex can de-mex streams too!
I used it to join my original mpeg1 videos and demux to an m1v elementary file.

Your video contains some garbage after the last sequence_end (not the cause of the problem), and the GOP size is not DVD compliant (which causes MuxMan to not produce the ifo files)
I think my .m1v is corrupted because when I fixed the GOP problem with gop fixer, the resulting file was truncated.
And Muxman do produce the ifo files, but it warns that the GOP size is not DVD compliant and the DVD may not be played.

jshumate
19th December 2006, 19:11
Actually, PgcDemux demux to elementary mpeg (.m1v or .m2v).
Moreover, it turns out that .m1v can only be muxed with mp2 audio in an mpeg1 file. So, I think one cannot make a DVD with 352*288 mpeg1 video and PCM or AC3 audio.
I will have to encode my videos to MPEG2.

I don't think this is correct. I have used Scenarist 3.0 to make a DVD with MPEG-1 video and it would only accept AC3 audio. It refused to accept PCM. I live in NTSC land, so trying MPEG audio is not an option for me.

SeeMoreDigital
19th December 2006, 19:18
True, however DVDs use mpeg-2 program streams, which can have mpeg-1 video. Those are legitimate combinations, and MuxMan will produce them. Pay attention to the error message. Your video contains some garbage after the last sequence_end (not the cause of the problem), and the GOP size is not DVD compliant (which causes MuxMan to not produce the ifo files)This makes me wonder how rigid stand-alone players really are when it comes to playing DVD's muxed with "non" compliant MPEG-1 GOP streams!?!


Cheers

setarip_old
19th December 2006, 21:21
I live in NTSC land, so trying MPEG audio is not an option for me.This is incorrect. It may be that your particular standalone player doesn't play DVDs with .MP2 audio (Since it's not mandatory in "NTSC land" players) - but most players will play such DVDs.

Many of the DVDs I've created with "TMPGEnc DVD Author" contain only .MP2 audiostreams (together with videostreams) - and they play perfectly on SONY, Philips, and GE standalone players, just to name a few...

wincent
20th December 2006, 00:22
Finally, I have managed to make my DVD with PCM audio. I mux the mpeg1 elementary stream (m1v file) and PCM audio (wav file) in an mpeg2 PS file.
Then, authordvd is able to build the DVD and it correctly detects the video as 352*288 MPEG1 and audio as PCM.

Thanks to all for your replies and advice.

jshumate
21st December 2006, 20:00
This is incorrect. It may be that your particular standalone player doesn't play DVDs with .MP2 audio (Since it's not mandatory in "NTSC land" players) - but most players will play such DVDs.

Many of the DVDs I've created with "TMPGEnc DVD Author" contain only .MP2 audiostreams (together with videostreams) - and they play perfectly on SONY, Philips, and GE standalone players, just to name a few...

No, YOU'RE not correct. MPEG audio is NOT permitted for NTSC DVD according to the specs. Yes, my player will certainly play such DVDs (I have some PAL DVDs that actually have MPEG audio soundtracks), but Scenarist will bitch about adding MPEG audio to an NTSC DVD and rightly so since the specs don't permit it.

I suppose I should have explained it better, but my point was that MPEG audio isn't valid for NTSC DVD, so that left me to AC3, PCM and DTS. Scenarist didn't allow me to use PCM with MPEG-1 video and it seemed superfluous to make a 2 channel DTS soundtrack when AC3 worked.

Sir Didymus
21st December 2006, 20:42
No, YOU'RE not correct. MPEG audio is NOT permitted for NTSC DVD according to the specs....


MPEG audio ALONE is not permitted...

On what I know, discs containing NTSC video are required to include at least one audio track in DD or PCM format. After that, any combination of formats is allowed. This is the way the term "optional" is used for the MPEG audio in the NTSC discs...

Most probably Scenarist - correctly - refuses to include MPEG audio as a single audio track in your NTSC project...
If you add your MPEG audio as a second track, hopefully, it should be nicely accepted...

You can easily place just one second of AC3 "silence" as a first audio track and the full MPEG audio as a second track in your project, if you are sure your standalone is happy with MPEG audio...

It's a little trick, but it should allow to build a compliant NTSC disc with "almost" only MPEG audio...

setarip_old
21st December 2006, 22:49
I suppose I should have explained it better, but my point was that MPEG audio isn't valid for NTSC DVD, so that left me to AC3, PCM and DTS. Scenarist didn't allow me to use PCM with MPEG-1 video and it seemed superfluous to make a 2 channel DTS soundtrack when AC3 worked.The initial post to this thread, as well as most of the rest of them in this thread, are neither "Scenarist"-specific nor "Scenarist"-related.

The fact of the matter is, as I said earlier - MANY, if not most, standalone players in "NTSC land" readily play video DVDs containing .MP2 audiostreams...

raquete
23rd December 2006, 22:03
MANY, if not most, standalone players in "NTSC land" readily play video DVDs containing .MP2 audiostreams...correct! :) (and without doubts)
if the player is newer you can change the word "most" to "all" ntsc standalones.
we have to "respect" the standards of the video format and using AC3,DTS mp2 or .wav work without problems.
regards.