Page 1 of 1

MKV file with ogg/vorbis audio not displayed on Sony BDPS470

PostPosted: Sat Dec 03, 2011 9:09 pm
by Koekebeest
I have a mkv video in my library, but it does not get listed on my SONY BDPS470 bluray player.

The file plays fine on my sony tv which is a KDL32ex700.

The log reports the following:
2011-12-03 19:59:25,184 WARN [VideoDeliveryEngine] Cannot get media info for transcoded file House S02 E21 Euphoria (pt2) 720p x264 .mkv: MPEG2TS video file House S02 E21 Euphoria (pt2) 720p x264 .mkv does not match any supported DLNA profile

This is the output from mediainfo:

General
Unique ID : 13130188128795605691642046919267451383 (0x9E0C8417CF1A42F8A726123661E01F7)
Complete name : Z:\Recorded TV\House\Season 2\House S02 E21 Euphoria (pt2) 720p x264.mkv
Format : Matroska
File size : 1.45 GiB
Duration : 43mn 7s
Overall bit rate mode : Variable
Overall bit rate : 4 818 Kbps
Writing application : AVI-Mux GUI 1.17.5, Apr 5 2006 18:41:17
Writing library : matroska muxer by Alexander Noe, build date Apr 5 2006

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L5.1
Format settings, CABAC : Yes
Format settings, ReFrames : 7 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 43mn 7s
Nominal bit rate : 4 500 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.204
Writing library : x264 core 44 svn-438
Encoding settings : cabac=1 / ref=4 / deblock=1:-4:-4 / analyse=0x3:0x133 / me=hex / subme=6 / brdo=1 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / chroma_qp_offset=0 / slices=2 / nr=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / wpredb=1 / bime=1 / keyint=250 / keyint_min=25 / scenecut=40 / rc=2pass / bitrate=4500 / ratetol=1.0 / rceq='blurCplx^(1-qComp)' / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30
Language : English

Audio
ID : 2
Format : Vorbis
Codec ID : A_VORBIS
Duration : 43mn 7s
Bit rate mode : Variable
Channel(s) : 6 channels
Sampling rate : 48.0 KHz
Compression mode : Lossy

Guess it is related to the audio being Vorbis, since that's the difference between my other files, but it should be supported.

Does anyone have an idea what the problem is?

Thanks!

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Sun Dec 11, 2011 11:35 pm
by patters
[topic moved to the Sony support folder]

Can you try stopping Serviio, editing config/profiles.xml to change the Sony BDP's transcoding section, making the following addition (in italics):

<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="320">
<!-- FFmpeg cannot currently remux dts audio properly so it must be transcoded, but all other audio is left alone -->
<Matches container="matroska" aCodec="dca" />
<Matches container="matroska" aCodec="vorbis" />
<Matches container="ogg" vCodec="mpeg4" />
<Matches container="mp4" aCodec="lpcm" />
</Video>

Then start Serviio again.

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Mon Dec 12, 2011 12:53 pm
by Illico
Format profile : High@L5.1

Natively not supported by Sony BDP

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Mon Jan 23, 2012 7:47 pm
by DigitalHEAD
Vorbis Audio Codec playback is not supported too.

To solve the format profile issue, use this. http://www.videohelp.com/tools/H264-AVC-Level-Editor No need for file conversion.

Now the Vorbis issue, you'll have to convert files. It only takes less than ten minutes with MediaCoder

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Mon Jan 23, 2012 8:28 pm
by Cerberus
DigitalHEAD wrote:Now the Vorbis issue, you'll have to convert files. It only takes less than ten minutes with MediaCoder


no you dont have to convert them you can just add the line that patter suggested above to sony profile. ;)

<Matches container="matroska" aCodec="vorbis" />

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Mon Jan 23, 2012 8:41 pm
by eclp
Can you please answer my question too?

I want to see wmv files natively (Some will play, others do not. Some others are not displayed).
What I have to enter where profiles.xml in?

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Mon Jan 23, 2012 9:08 pm
by Cerberus
eclp wrote:Can you please answer my question too?

I want to see wmv files natively (Some will play, others do not. Some others are not displayed).
What I have to enter where profiles.xml in?


bro start your own topic don't hijack.

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Thu Mar 21, 2013 8:08 pm
by AdamP
I have a Sony 590 with the same vorbis issue. Is there a similar line of code I can add to my profile? Thank you.

Cerberus wrote:
DigitalHEAD wrote:Now the Vorbis issue, you'll have to convert files. It only takes less than ten minutes with MediaCoder


no you dont have to convert them you can just add the line that patter suggested above to sony profile. ;)

<Matches container="matroska" aCodec="vorbis" />

Re: MKV file with ogg/vorbis audio not displayed on Sony BDP

PostPosted: Thu Mar 21, 2013 10:47 pm
by zip
It's already included in the profile. Post detailed log of playing the file to confirm it's being transcoded.