Cambridge audio 752BD with newer MKV files

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: Cambridge audio 752BD with newer MKV files

Post by Sami32 »

Hi,

Sadly you cannot do much more than what you already found out, only H.264 level will be restricted to 4.1 level and all the other video codecs like HEVC will not.
Using FFmpeg optional custom parameters "-vpre" could be used as a workaroud but i'm afraid that most users will find that overskilled and annoying.
User avatar
SubJunk
Lead Developer
Posts: 3805
Joined: Sun May 27, 2012 4:12 pm

Re: Cambridge audio 752BD with newer MKV files

Post by SubJunk »

@floatingkiwi the change you provided should work for the level but we will need to do more to make sure that H.265 doesn't stream. Please try this and let me know how that works:

Code: Select all

#----------------------------------------------------------------------------
# Profile for Cambridge Audio Azur BD players.
# See DefaultRenderer.conf for descriptions of all the available options.
#

RendererName = Azur BD
RendererIcon = cambridgeaudioazur752bd.png
UserAgentSearch = AZUR BD PLAYER

TranscodeVideo = MPEGTS-H264-AC3
DefaultVBVBufSize = true
MuxLPCMToMpeg = false
MediaInfo = true

# Supported video formats:
Supported = f:avi
Supported = f:divx
Supported = f:flv
Supported = f:mkv      v:divx|h264|mp4|xvid
Supported = f:mov
Supported = f:mp4      v:divx|h264|mp4|xvid
Supported = f:mpegps   v:h264|mpeg1|mpeg2|mp4
Supported = f:mpegts   v:h264|mpeg1|mpeg2|mp4   m:video/vnd.dlna.mpeg-tts
Supported = f:vob
Supported = f:wmv

# Supported audio formats:
Supported = f:adts
Supported = f:aiff
Supported = f:ape
Supported = f:dff|sdf
Supported = f:flac
Supported = f:m4a
Supported = f:mka
Supported = f:mp3|mp2|mpa
Supported = f:wav
Supported = f:wma
User avatar
SubJunk
Lead Developer
Posts: 3805
Joined: Sun May 27, 2012 4:12 pm

Re: Cambridge audio 752BD with newer MKV files

Post by SubJunk »

Interesting, how about:

Code: Select all

#----------------------------------------------------------------------------
# Profile for Cambridge Audio Azur BD players.
# See DefaultRenderer.conf for descriptions of all the available options.
#

RendererName = Azur BD
RendererIcon = cambridgeaudioazur752bd.png
UserAgentSearch = AZUR BD PLAYER

TranscodeVideo = MPEGTS-H264-AC3
DefaultVBVBufSize = true
MuxLPCMToMpeg = false
MediaInfo = true

# Supported video formats:
Supported = f:avi
Supported = f:divx
Supported = f:flv
Supported = f:mkv      v:divx|h264|mp4|xvid
Supported = f:mov
Supported = f:mp4      v:divx|h264|mp4|xvid
Supported = f:mpegps   v:h264|mpeg1|mpeg2|mp4
Supported = f:mpegts   v:h264|mpeg1|mpeg2|mp4
Supported = f:vob
Supported = f:wmv

# Supported audio formats:
Supported = f:adts
Supported = f:aiff
Supported = f:ape
Supported = f:dff|sdf
Supported = f:flac
Supported = f:m4a
Supported = f:mka
Supported = f:mp3|mp2|mpa
Supported = f:wav
Supported = f:wma
User avatar
Sami32
Posts: 851
Joined: Mon Apr 11, 2016 5:09 am

Re: Cambridge audio 752BD with newer MKV files

Post by Sami32 »

As a side note, i cannot remember any Cambridge users having ever posted a full trace log in this forum.
User avatar
SubJunk
Lead Developer
Posts: 3805
Joined: Sun May 27, 2012 4:12 pm

Re: Cambridge audio 752BD with newer MKV files

Post by SubJunk »

Please try varying the TranscodeVideo line. The possible options are:

Code: Select all

TranscodeVideo = MPEGPS-MPEG2-AC3
TranscodeVideo = MPEGTS-MPEG2-AC3
TranscodeVideo = MPEGTS-H264-AC3
TranscodeVideo = MPEGTS-H264-AAC
TranscodeVideo = WMV
I suggest starting with MPEGTS-H264-AAC
Post Reply