FAQ  •  Register  •  Login

transcoding multichannel

<<

jart352015yup

Streaming enthusiast

Posts: 35

Joined: Fri Apr 03, 2015 12:49 am

Post Mon May 18, 2015 5:08 am

transcoding multichannel

Is there a setting i can use in my profile.xml that would tell serviio to transcode any file that has more than two channel audio, my current setup only supports 2 channel audio

have not had any luck yet.

any help is appreciated

cheers all.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed May 20, 2015 12:17 pm

Re: transcoding multichannel

yes, there is aMultichannel matcher attribute for this.

See http://serviio.org/index.php?option=com ... icle&id=24

and check profiles.xml for example
<<

jart352015yup

Streaming enthusiast

Posts: 35

Joined: Fri Apr 03, 2015 12:49 am

Post Tue May 26, 2015 8:10 am

Re: transcoding multichannel

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>

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 51 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.