View Single Post
Old 14th October 2017, 18:44   #14393  |  Link
Q-the-STORM
Registered User
 
Join Date: Sep 2012
Posts: 174
Quote:
Originally Posted by tebasuna51 View Post
Now the same m2ts converted to mkv with MkvToolNix is show by eac3to like:

Code:
eac3to Eac30.mkv
------------------------------------------------------------------------------
MKV, 1 video track, 2 audio tracks, 0:01:23, 24p /1.001
1: h264/AVC, English, 1080p24 /1.001 (16:9)
2: EAC3, English, 5.1 channels, 48kHz
3: EAC3, Spanish, 5.1 channels, 48kHz
Bitstream parsing for tracks 2 and 3 failed.  <WARNING>
Demuxing these tracks may still produce correct results - or not.  <WARNING>
And now:

eac3to Eac30.mkv 2: output.eac3 [-core] -> OK eac3 output
eac3to Eac30.mkv 2: output.ac3 [-core] -> ERROR

eac3to Eac30.mkv 3: output.eac3 [-core] -> OK eac3 output
eac3to Eac30.mkv 3: output.ac3 [-core] -> ERROR

Can extract both tracks but never decode/recode
btw decode/recode should work after you demuxed eac3 and renamed to ac3....

So:
eac3to Eac30.mkv 2: output.eac3
then
rename to output.ac3
then
eac3to output.ac3 output2.wav -whatever


At least it works with my files that have eac3 tracks and no core. I always need to demux and rename, then decoding and recoding work.

That seems like a eac3to bug to me.
Q-the-STORM is offline