Thread: Pcm2Tsmu v1.3
View Single Post
Old 21st September 2008, 17:49   #16  |  Link
Jeff Flowerday
Registered User
 
Join Date: Aug 2008
Location: Calgary, AB
Posts: 150
Quote:
Originally Posted by tebasuna51 View Post
No problem, I need sleep also...

Here is the problem:
Code:
eac3to v2.63
command line: eac3to SourceHDDVD.m2ts 2: z.pcm
---------------------------------------------------------
M2TS, 1 video track, 1 audio track, 0:01:00
1: VC-1, 1080p24 /1.001 (16:9) with pulldown flags
2: TrueHD, 5.1 channels, 48khz, dialnorm: -27dB
[a02] Extracting audio track number 2...
[a02] Removing TrueHD dialog normalization...
[a02] Decoding with libav/ffmpeg...
[a02] Swapping endian...
[a02] Remapping channels...
[a02] Creating file "z.24bit.pcm"...
[a02] This audio track has a constant bit depth of 16 bits.
[a02] The zero bytes were successfully removed.
Video track 1 contains 1454 frames.
eac3to processing took 6 seconds.
Done.
Then using Pcm2Tsmu correctly:

PcmTsmu z.pcm -i 16

We obtain a correct z_tsm.pcm 16 bits (default is 24), 6 chan (default), 48 KHz (default)

Often is enough put the log files to see the problem.
Sorry, when you said log files I didn't realize the output log from eac3to. This should also solve my "The Invasion" problem which has a constant bit rate of 16.

Thanks!
Jeff Flowerday is offline   Reply With Quote