Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Decrypting

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 12th February 2008, 18:13   #1  |  Link
Colin_S
Registered User
 
Join Date: Nov 2007
Posts: 22
m2ts with DTS to m2ts with AC3

Hello,

I have been trawling through forums and web sites trying to figure this out.

I have a M2TS file with dts that i want to play from my PS3 HD so need to convert the DTS file to AC3. I am having real trouble pulling the DTS file out of the M2TS file, converting to AC3 and then remuxing them.

Can someone please help, i think the bit i am struggling with is demuxing the M2TS file into a video and audio file where i can then convert to AC3 using eac3to and then remux with TSMuxeR. I have looked for xport but can't find it, but i'm not sure that is the correct program to use when i want to convert the DTS audio once demuxed.

Please help.

Thanks in advance

Colin

Last edited by Guest; 12th February 2008 at 18:38. Reason: rule 9
Colin_S is offline  
Old 12th February 2008, 18:36   #2  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
Hi!

Doesn't your original source (The one you from which you created the M2TS file) contain an .AC3 audiostream, as well as a .DTS audiostream?
setarip_old is offline  
Old 12th February 2008, 19:45   #3  |  Link
Colin_S
Registered User
 
Join Date: Nov 2007
Posts: 22
It only has a DTS track.
Colin_S is offline  
Old 12th February 2008, 19:49   #4  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
I'm not personally aware of any such commercial DVDs/HD-DVDs/BluRay. What's the Title and Region of your original DVD or HD-DVD?
setarip_old is offline  
Old 12th February 2008, 19:55   #5  |  Link
Colin_S
Registered User
 
Join Date: Nov 2007
Posts: 22
Don't want to sound condescending but do i really need to go into detail? I am 100% there is only a DTS track.

Thanks for your input though with no sarcasm.

Last edited by Colin_S; 12th February 2008 at 20:13.
Colin_S is offline  
Old 12th February 2008, 20:21   #6  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
I was simply seeking further personal education regarding any new type commercial products that may be out there - mainly because I've always understood that commercial DVD standards REQUIRE that a DVD (even if it contains a DTS audiostream) contain either an .AC3 or LPCM audiostream.

Perhaps another member will offer you further assistance...
setarip_old is offline  
Old 12th February 2008, 20:31   #7  |  Link
Colin_S
Registered User
 
Join Date: Nov 2007
Posts: 22
Didn't mean to offend, just didn't want to go into detail as it is not exactly commercially available.
Colin_S is offline  
Old 12th February 2008, 20:55   #8  |  Link
mikeathome
Registered User
 
Join Date: Nov 2001
Posts: 425
hI,

http://www.w6rz.net/xport.zip

Typical usage for Blu-ray is:

xport -h movie.m2ts 1 1 1

mike
mikeathome is offline  
Old 12th February 2008, 20:55   #9  |  Link
Colin_S
Registered User
 
Join Date: Nov 2007
Posts: 22
got xport now, but have no idea how to make it work. When i run it a cmd screen pops up for less that a second then disappears.

C:\Documents and Settings\Colin\Desktop\xport>xport -h 0000.m2ts 1 1 1
Cannot open bitstream file <-h>

Last edited by Colin_S; 12th February 2008 at 20:58.
Colin_S is offline  
Old 12th February 2008, 21:14   #10  |  Link
mikeathome
Registered User
 
Join Date: Nov 2001
Posts: 425
Quote:
Originally Posted by Colin_S View Post
got xport now, but have no idea how to make it work. When i run it a cmd screen pops up for less that a second then disappears.

C:\Documents and Settings\Colin\Desktop\xport>xport -h 0000.m2ts 1 1 1
Cannot open bitstream file <-h>
Code:
Usage is:

xport <-pavtdszgh> <infile> <program number> <video stream number> <audio stream number>

typically:

xport something.ts 1 1 1

The output files are always named bits0001.mpv for video and bits0001.mpa for audio
(note that bits0001.mpa can be an AC-3 file). For AC-3, MPEG-1 Layer 2 and Blu-ray
LPCM audio, the demuxer will time align the beginning of the two elementary streams
so that a remux to PS or back to TS will have correct A/V sync. The -n option has
been deleted.

Options:

p = parse only, do not demux to video and audio files.
a = dump audio PTS.
v = dump video PTS.
t = GOP timecode mode, count repeated fields/frames.
d = dump all PID's (useful for debugging muxers, but tons of output).
s = suppress TS rate dumping (useful when piping output to a file).
z = demux to PES streams (instead of elementary streams).
g = dump ATSC PSIP information.
h = input file is in HDMV (AVCHD and Blu-ray) format (192 byte packets)
2 = only extract 2 channels of HDMV LPCM audio from multi-channel tracks.
The -h option is for Blu-Ray and HDMV (AVCHD) content only. That's why it is probably useful to know where this TS is coming from.

mike
mikeathome is offline  
Old 12th February 2008, 22:03   #11  |  Link
KenD00
Registered User
 
Join Date: Jan 2007
Location: Internet
Posts: 378
Quote:
Originally Posted by setarip_old View Post
I've always understood that commercial DVD standards REQUIRE that a DVD (even if it contains a DTS audiostream) contain either an .AC3 or LPCM audiostream.
Well, thats indeed almost true for a DVD (IIRC there must be at least one AC3 track), but i'm not aware of any commercial DVD that contains a m2ts file...

However, for BluRays it seems quite common to only contain DTS tracks and even a DTS HD Master Audio track just to be able to argue "This simply won't fit on a HD-DVD" .

@Colin_S
It's a command line program, it has to be started from a console window. Despite to check if the -h switch is necessary, you have to specify the full path to the file if its not in the current directory and maybe the file uses different stream numbers.

KenD00 is offline  
Old 12th February 2008, 23:29   #12  |  Link
nevragain
Registered User
 
Join Date: Apr 2007
Posts: 73
Quote:
Originally Posted by setarip_old View Post
I was simply seeking further personal education regarding any new type commercial products that may be out there - mainly because I've always understood that commercial DVD standards REQUIRE that a DVD (even if it contains a DTS audiostream) contain either an .AC3 or LPCM audiostream.

Perhaps another member will offer you further assistance...
also mp2 for pal
nevragain is offline  
Old 13th February 2008, 00:42   #13  |  Link
Colin_S
Registered User
 
Join Date: Nov 2007
Posts: 22
This original was a HD-DVD and has been remuxed and a Blu-Ray created. I have then extracted the m2ts file from the Blu-Ray files so i'm guessing the -h should be the correct option to use but it doesn't seem to work.

I have my m2ts file in the same directory as the xport file and as for streem numbers i would assume that it is 1 as there is only the 1 video and 1 audio stream in the file.

Last edited by Colin_S; 13th February 2008 at 00:47.
Colin_S is offline  
Old 13th February 2008, 00:50   #14  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Why don't you extract the audio directly from the source HD-DVD?
Guest is offline  
Old 13th February 2008, 00:53   #15  |  Link
Colin_S
Registered User
 
Join Date: Nov 2007
Posts: 22
Quote:
Originally Posted by neuron2 View Post
Why don't you extract the audio directly from the source HD-DVD?
Don't have the means to extract anything from HD-DVD
Colin_S is offline  
Old 13th February 2008, 00:55   #16  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Colin_S View Post
Don't have the means to extract anything from HD-DVD
Therefore you didn't make the M2TS file. Thread closed. Please read and follow our forum rules.
Guest is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.