Page 1 of 2

Re: Cambridge audio 752BD with newer MKV files

Posted: Fri Dec 07, 2018 1:04 am
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.

Re: Cambridge audio 752BD with newer MKV files

Posted: Fri Dec 07, 2018 10:53 am
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

Re: Cambridge audio 752BD with newer MKV files

Posted: Fri Dec 07, 2018 6:43 pm
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

Re: Cambridge audio 752BD with newer MKV files

Posted: Sun Dec 09, 2018 10:00 am
by Sami32
As a side note, i cannot remember any Cambridge users having ever posted a full trace log in this forum.

Re: Cambridge audio 752BD with newer MKV files

Posted: Sun Dec 09, 2018 7:57 pm
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