Page 1 of 1

Minor addition to Sony Sx90 (2012) for audio support

PostPosted: Thu Oct 31, 2013 7:41 am
by Darkfalz
Adds:

truehd/flac for mkv movies (rare, but I have a few)
lpcm for MPEG-2 (not uncommon for extracted DVD music videos)

These are unsupported natively

  Code:
         <!-- Remux video and transcode unsupported audio codecs flac, truehd in mkv and lpcm in mpeg -->
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="640">
            <Matches container="matroska" aCodec="truehd" />
            <Matches container="matroska" aCodec="flac" />
            <Matches container="mpeg" aCodec="lpcm" />
         </Video>

Re: Minor addition to Sony Sx90 (2012) for audio support

PostPosted: Thu Oct 31, 2013 8:15 am
by Illico