Minor addition to Sony Sx90 (2012) for audio support
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
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>
Sony KDL-55HX750 and BDV-N990W (Home Theatre)
Sony KDL-40D3100 and BDP-S390 (Loungeroom)
Sony KDL-40D3100 and BDP-S390 (Loungeroom)