Tue May 26, 2015 8:10 am by jart352015yup
ok thanks ill try that.
ok ....I tried using the aMultichannel matcher in my profile but no luck.
I just remux files with multichannel i guess.... not that hard... and my real issue is multiple audio streams... having it select English instead of first audio stream.... but i think that was addressed somewhere and can be voted for i think.
anyway...
if you have any idea on why the multi channel option does not work.. let me know...
here is my transcode section of my profile.
<Transcoding>
<!-- custom profile - roku media player 2 xs -->
<Video targetContainer="mpegts" targetVCodec="h264" maxVBitrate="12000" targetACodec="mp3" aBitrate="320" forceStereo="true">
<Matches container="matroska" aCodec="dca" />
<Matches container="matroska" aCodec="dts-hd" />
<Matches container="matroska" aCodec="vorbis" />
<Matches container="*" vCodec="h265" />
<Matches container="matroska" vCodec="h264" />
<Matches container="ogg" vCodec="mpeg4" />
<Matches container="flv" vCodec="h264" />
<Matches container="avi" />
<Matches container="mp4" aMultichannel="true" />
</Video>
<Audio targetContainer="mp3">
<Matches container="*" />
</Audio>
</Transcoding>