Cambridge audio 752BD with newer MKV files
Re: Cambridge audio 752BD with newer MKV files
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.
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
@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
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
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
Please try varying the TranscodeVideo line. The possible options are:
I suggest starting with MPEGTS-H264-AAC
Code: Select all
TranscodeVideo = MPEGPS-MPEG2-AC3
TranscodeVideo = MPEGTS-MPEG2-AC3
TranscodeVideo = MPEGTS-H264-AC3
TranscodeVideo = MPEGTS-H264-AAC
TranscodeVideo = WMV