FAQ  •  Register  •  Login

[SOLVED] C6000 and aac audio files

<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Nov 25, 2011 2:37 pm

Re: C6000 and aac audio files

AAC is normally supported audio format of the TV, so it's something specific to your files. You could set up transcoding files with aac to ac3.
<<

drago17

Streaming enthusiast

Posts: 29

Joined: Thu Nov 11, 2010 1:26 pm

Post Fri Nov 25, 2011 3:35 pm

Re: C6000 and aac audio files

zip wrote:You could set up transcoding files with aac to ac3.

can you explain me what i have to do?
thanks
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Nov 25, 2011 3:55 pm

Re: C6000 and aac audio files

Find this in the C/D profile:

  Code:
<!-- transcode H264 MP4 files with LPCM audio -->
            <Video targetContainer="mpegts" targetACodec="ac3">
                <Matches container="mpegts" aCodec="mp2" />
                <Matches container="mp4" aCodec="lpcm" />
                <Matches container="flv" vCodec="h264" />
                <Matches container="matroska" vCodec="h264" aCodec="flac" />
                <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
                <Matches container="matroska" vCodec="h264" aCodec="truehd" />
                <Matches container="matroska" vCodec="vc1" />
                <Matches container="ogg" vCodec="mpeg4" />
                <Matches container="3gp" aCodec="amrnb" /> 
            </Video>   


and replace it with

  Code:
<!-- transcode H264 MP4 files with LPCM audio -->
            <Video targetContainer="mpegts" targetACodec="ac3">
                <Matches container="mpegts" aCodec="mp2" />
                <Matches container="mp4" aCodec="lpcm" />
                <Matches container="flv" vCodec="h264" />
                <Matches container="matroska" vCodec="h264" aCodec="flac" />
                <Matches container="matroska" vCodec="h264" aCodec="vorbis" />
                <Matches container="matroska" vCodec="h264" aCodec="truehd" />
                <Matches container="matroska" vCodec="h264" aCodec="aac" />
                <Matches container="matroska" vCodec="vc1" />
                <Matches container="ogg" vCodec="mpeg4" />
                <Matches container="3gp" aCodec="amrnb" /> 
            </Video>   
<<

drago17

Streaming enthusiast

Posts: 29

Joined: Thu Nov 11, 2010 1:26 pm

Post Sat Nov 26, 2011 11:14 am

Re: C6000 and aac audio files

NOW IS GREAT!!!
but for my curiosity, what did you do??? :?: :?: :?:
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Nov 26, 2011 1:55 pm

Re: C6000 and aac audio files

added this line

  Code:
  <Matches container="matroska" vCodec="h264" aCodec="aac" />


which transcodes aac audio to ac3 in every mkv file with h264 video.
<<

drago17

Streaming enthusiast

Posts: 29

Joined: Thu Nov 11, 2010 1:26 pm

Post Mon Nov 28, 2011 5:10 pm

Re: C6000 and aac audio files

Ok, great.
you can replace the title of the topic with the "SOLVED" mark!
Thank you so much!
<<

drago17

Streaming enthusiast

Posts: 29

Joined: Thu Nov 11, 2010 1:26 pm

Post Thu Feb 02, 2012 11:41 pm

Re: [SOLVED] C6000 and aac audio files

after an update i have to replace the "profile" files whit this?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Feb 03, 2012 12:18 pm

Re: [SOLVED] C6000 and aac audio files

yes, add the line again. there should also be a .bak profiles file in the config folder with your profiles version before update.
<<

drago17

Streaming enthusiast

Posts: 29

Joined: Thu Nov 11, 2010 1:26 pm

Post Thu Nov 22, 2012 9:12 pm

Re: [SOLVED] C6000 and aac audio files

if i got x264 video and aac audio how can i fix?

thanks
<<

drago17

Streaming enthusiast

Posts: 29

Joined: Thu Nov 11, 2010 1:26 pm

Post Sat Apr 09, 2016 4:10 pm

Re: [SOLVED] C6000 and aac audio files

in the last version (1.6.1) the file "profile" is totally changed... how its work? thanks in advance

Return to Samsung

Who is online

Users browsing this forum: No registered users and 12 guests

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