View Single Post
Old 28th June 2010, 15:50   #5989  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by DaFees View Post
...
Either way though I would like to know why eac3to would fail the first time each with TrueHD.

Logs should be attached below.
Reading your logs:
Code:
[17:43:27] Converting TrueHD audio to LPCM (eac3to)...
[17:43:40] eac3to refused to convert audio! 1
[17:43:40] Trying to demux it...
[17:44:25] Trying to convert TrueHD again with eac3to to LPCM...
[17:48:05] Succeess! 2
[17:48:05] Adding LPCM headers (pcm2tsmu)...
[17:49:34] Succeess! 3
...
        tsMuxeR (Version 1.10.6) output:
======================================
Decoding H264 stream (track 1): Profile: High@4.1  Resolution: 1920:1080p  Frame rate: 23.976
H.264 stream does not contain fps field. Muxing fps=23.976
Decoding LPCM stream (track 2): Bitrate: 6912Kbps 
Sample Rate: 48KHz  Channels: 5.1  Bits per sample: 24bit 4
...
-------------------------------------------------------------
eac3to v3.22
-------------------------------------------------------------
TrueHD/AC3, 5.1 channels, 48kHz, dialnorm: -27dB
...
The original audio track has a constant bit depth of 16 bits.
Superfluous zero bytes detected, will be stripped in 2nd pass.
...
Creating file "c:\multiavchd\_temp\multitemp-20100627\00001.pcm"...
The processed audio track has a constant bit depth of 16 bits. 5
1) Maybe the first time try extract a .wav file and refuse the output because the <WARNING> about wav file > 4GB

2) After try extract a .pcm file without problems.

3) And use pcm2tsmu to convert the .pcm to a file accepted by TsMuxer. The problem is here: pcm2tsmu must be called with the parameter -i 16

4) And TsMuxer think the pcm is 24 bits

5) But the eac3to output is 16 bit

@Deank
After eac3to v3.21
* fixed: big w64/rf64 files sometimes had incorrect header information

I think the best way to send uncompressed audio to TsMuxer is with .w64 files.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote