PDA

View Full Version : eac3to via wine?


ggking7
6th December 2008, 18:59
In my quest for an application that can automate m2ts selection (when multiple non-sequential m2ts files are necessary) and convert a TrueHD stream to something playable, I'm trying eac3to via wine. From a Blu-Ray rip which includes TrueHD audio, I'm getting the error:

"The audio conversion is not supported."

I'm using:

wine eac3to.exe forgettingsarahmarshall forgettingsarahmarshall.ts

I've tried adding the -libav and -core options with no change. Has anyone run eac3to via wine?

I can -demux just fine but then I end up with separate audio and video files. Is there another program I can run them through to remux them?

liquidator87
13th December 2008, 19:02
It works just fine...
For example, if the THD is the first audio stream, prolly it'll show up as third in eac3to (first is chapters, second the video track)... so you can do:
(eac3to.exe is places in the same folder that contains the BD rip)

wine eac3to "1)" 3: audio.ac3

ggking7
13th December 2008, 19:20
Can it mux the audio and video into .ts?

liquidator87
14th December 2008, 13:51
I don't think... you can mux to matroska

ggking7
14th December 2008, 15:42
Yeah but it doesn't work via wine. It's alright though, I'm demuxing via eac3to and muxing via tsmuxer. Thanks a lot for your help.