Page 1 of 1

[SOLVED] C6000 and aac audio files

PostPosted: Tue Nov 22, 2011 11:53 pm
by drago17
hello!
i have a c6000 samsung tv (it cant play aac audio).
in the settings of profile i choose "samsung tv/player (c/d series)", with transcodific enabled, but when i try to play the file (mkv with aac audio) the tv tell me "audio codec not supported".
If i choose "A series" profile the transcodific work and the tv play the file with the audio...
why i have to choose the "A profile" if i have a C6000?
thanks

Re: C6000 and aac audio files

PostPosted: Wed Nov 23, 2011 12:16 pm
by zip
can you post ffmpeg -i of the file?

Re: C6000 and aac audio files

PostPosted: Wed Nov 23, 2011 6:15 pm
by drago17
this is a report created by mkv info...
is ok?

Re: C6000 and aac audio files

PostPosted: Wed Nov 23, 2011 9:31 pm
by Illico
drago17 wrote:this is a report created by mkv info...
is ok?

Profilo h.264: High @L5.1
Profile level 5.1 is not supported, you have to re-encode with lower level or try to change in the header with this tools:http://forum.serviio.org/viewtopic.php?f=17&t=2118

Re: C6000 and aac audio files

PostPosted: Wed Nov 23, 2011 9:58 pm
by drago17
level changed to 4.1, but nothing is changed...
profile c/d= audio codec not supported...
profile a= work great!!!

?????????

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 11:34 am
by drago17
news?
i tried with other mkv with aac audio and the result is the same...
with the "samsung a series" the audio work, but not the rewind and fast-forward.
with the "b Series" the result is "codec audio not supported".
thank for all helps!

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 1:27 pm
by zip
A series profile transcodes everything, B only remuxes - therefore uses the original data. It seems there is something wrong with how the file has been encoded.

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 1:55 pm
by drago17
and "c series"?

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 2:05 pm
by zip
the same

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 2:21 pm
by drago17
but this problem occurs with all files with AAC audio.
so the only way to see them is to use the profile "A" even though my tv is "C"?

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 2:37 pm
by zip
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.

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 3:35 pm
by drago17
zip wrote:You could set up transcoding files with aac to ac3.

can you explain me what i have to do?
thanks

Re: C6000 and aac audio files

PostPosted: Fri Nov 25, 2011 3:55 pm
by zip
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>   

Re: C6000 and aac audio files

PostPosted: Sat Nov 26, 2011 11:14 am
by drago17
NOW IS GREAT!!!
but for my curiosity, what did you do??? :?: :?: :?:

Re: C6000 and aac audio files

PostPosted: Sat Nov 26, 2011 1:55 pm
by zip
added this line

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


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

Re: C6000 and aac audio files

PostPosted: Mon Nov 28, 2011 5:10 pm
by drago17
Ok, great.
you can replace the title of the topic with the "SOLVED" mark!
Thank you so much!

Re: [SOLVED] C6000 and aac audio files

PostPosted: Thu Feb 02, 2012 11:41 pm
by drago17
after an update i have to replace the "profile" files whit this?

Re: [SOLVED] C6000 and aac audio files

PostPosted: Fri Feb 03, 2012 12:18 pm
by zip
yes, add the line again. there should also be a .bak profiles file in the config folder with your profiles version before update.

Re: [SOLVED] C6000 and aac audio files

PostPosted: Thu Nov 22, 2012 9:12 pm
by drago17
if i got x264 video and aac audio how can i fix?

thanks

Re: [SOLVED] C6000 and aac audio files

PostPosted: Sat Apr 09, 2016 4:10 pm
by drago17
in the last version (1.6.1) the file "profile" is totally changed... how its work? thanks in advance