Page 3 of 3

Re: Oppo Blu-ray Players

Posted: Fri Feb 28, 2014 5:38 pm
by paganos
This is for cmg. I haven't checked back here in a while, sorry. I do have a very functional, yet simple conf file for the Oppo-105, Here it is

Code: Select all

#----------------------------------------------------------------------------
# Profile for OPPO BDP-105.
# See PS3.conf for a description of all possible configuration options.
#
# I don't have a good image for the 105, so I'm still using BDP-93 image.
#

RendererName=OPPO BDP-105
RendererIcon=oppobdp93.png
UserAgentSearch=OPPO PLAYER
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGPSAC3
TranscodeAudio=LPCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=false
TranscodeExtensions=iso,vob
StreamExtensions= gif,jpg,png,aac,flac,m4a,mp3,pcm,wav,wma,avi,mkv,mp4,m2ts,ts,wmv,ogg,ogm
I hope this helps you out. The last line is the important one.

Also, make sure to upgrade to the 3.4.2 release. It has a few Oppo specific fixes in it.

Re: Oppo Blu-ray Players

Posted: Wed Apr 02, 2014 2:24 am
by cmg
Paganos, thanks for your input.
Sorry for not replaying earlier but I had a complet computer crash a couple of weeks ago.

Well, version 3.4.2 did not help me but version 3.5 made a big differens.
I still must have MediaInfo=true in the render file.
I have not tested all file format but so far everything is working, inkluding external subtitles.
Except if I have external subtitles and a movie with already built in subtitles then the built in will override the external.
I think it should be the other way around.

Anyway, so far things look alot better now.

Re: Oppo Blu-ray Players

Posted: Wed Apr 02, 2014 3:52 am
by DeFlanko
paganos wrote:This is for cmg. I haven't checked back here in a while, sorry. I do have a very functional, yet simple conf file for the Oppo-105, Here it is

Code: Select all

#----------------------------------------------------------------------------
# Profile for OPPO BDP-105.
# See PS3.conf for a description of all possible configuration options.
#
# I don't have a good image for the 105, so I'm still using BDP-93 image.
#

RendererName=OPPO BDP-105
RendererIcon=oppobdp93.png
UserAgentSearch=OPPO PLAYER
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGPSAC3
TranscodeAudio=LPCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=false
TranscodeExtensions=iso,vob
StreamExtensions= gif,jpg,png,aac,flac,m4a,mp3,pcm,wav,wma,avi,mkv,mp4,m2ts,ts,wmv,ogg,ogm
I hope this helps you out. The last line is the important one.

Also, make sure to upgrade to the 3.4.2 release. It has a few Oppo specific fixes in it.
Submitted a pull request with this rendererso it makes it easier to get into the build of UMS. ;)