djaddy
發表於 2010-1-24 12:19
Press and Hold "Subtitle" button for 2 seconds.... and the press "up/down" button and then press "Enter" to save the new subtitle position..... {:6_238:}
you can also set default subtitle position on ...
cmsjkung 發表於 2010-1-24 12:10 http://www.post76.com/discuss/images/common/back.gif
Hey, thx! I just found the answer on the Oppo website. haha...
"During playback, press and hold the "SUBTITLE" button to activate the function and then use up/down arrow buttons to move the subtitle. " Works wonderfully for my old man...
djaddy
發表於 2010-1-24 16:55
Oppo BDP-83 DLNA/UPnP
Over at http://www.avsforum.com/avs-vb/showthread.php?t=1124287 folks are getting fatigued and inundated with questions and posts regarding the recently added DLNA/UPnP functionality.
Post your questions and comments here and hopefully someone will have the answer.
FAQ:
*Can this player stream digital media from network sources?
Yes, as of official firmware released January 5th, 2010. This feature is currently experimental This feature can be accessed from the "My Network" icon in the "Home Menu" screen. It requires a DLNA-capable media server running on your computer. The supported media types are the common set of what the player can decode and what the media server can stream.
*What formats are supported?
Different formats are available for media streaming than playback from USB devices. They currently are:
* jpg
* mkv
* mp3
* mpg
* png
* vob
*Media Server configuration
Most media servers will serve up video which is supported by Oppo's DLNA implementation. Other formats require transcoding.
TVersity can be configured to stream compatible formats and transcoding unsupported video to MPEG video/MP3 audio.
* Install TVersity and the supplied codec pack.
* Add this code to the end of "profiles.xml" found in "C:\Program Files\TVersity\Media Server":
(It's very possible that the profile id may vary from machine to machine. Needs verification.)
Code:
<profile id="658d367c-7bbd-4dc6-8a0b-369cbe899f74">
<friendlyName>Oppo BDP-83 Disc Player</friendlyName>
<manufacturerName>Oppo Digital Inc</manufacturerName>
<modelName>BDP-83</modelName>
<HTTPHeader inUASubstr="IPI/1.0"/>
<deviceDescription name="UPNP_AV_MediaServer_1.0.default.xml"/>
<contentDirectory/>
<transcodeTarget audio="audio/L16" video="video/vob" photo="image/jpeg"
onlineAudio="audio/L16" onlineVideo="video/vob" onlinePhoto="image/jpeg"/>
<maxVideoInfo width="1920" height="1080" bitrate="20000000" fps="60"></maxVideoInfo><!-- MPEG1,2,4 at 1080p is supported -->
<minVideoInfo width="0" height="0" bitrate="0" fps="0"></minVideoInfo>
<maxImageInfo width="1920" height="1080"></maxImageInfo>
<minImageInfo width="0" height="0"></minImageInfo>
<maxAudioInfo sampleRate="48000" bitsperSample="16" nchannels="6" bitrate="4000000"></maxAudioInfo>
<minAudioInfo sampleRate="11025" bitsperSample="16" nchannels="1" bitrate="32000"></minAudioInfo>
<mimetypeList>
<mimetype value="audio/L16"/><!--PCM audio format-->
<mimetype value="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/x-mpeg" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/mp3" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/x-mp3" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/mpeg3" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/x-mpeg3" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/mpg" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/x-mpg" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/x-mpegaudio" rename="audio/mpeg"/><!-- MP3 audio format-->
<mimetype value="audio/x-ms-wma"><!--WMA audio format--> <!-- WMA DRM, pro, lossless not supported -->
<codec name="WMAV1"/>
<codec name="WMAV2"/>
<!-- Not supported<codec name="0x0162"/>--><!-- WMA 9 Professional-->
<!-- Not supported<codec name="0x0163"/>--><!-- WMA 9 Lossless-->
</mimetype>
<mimetype value="image/jpeg"/><!-- jpeg image format-->
<mimetype value="image/png"/><!-- png image format-->
<mimetype value="video/mpeg"/><!-- MPEG (1 or 2 program or transport stream) video format-->
<mimetype value="video/mp1s" rename="video/mpeg"/><!-- MPEG1 system stream video format-->
<mimetype value="video/mpeg2" rename="video/mpeg"/><!-- MPEG2 (program or transport stream) video format-->
<mimetype value="video/mp2p" rename="video/dvd"/><!-- MPEG2 program stream (VOB) video format-->
<mimetype value="video/dvd"/><!-- MPEG2 program stream (VOB) video format-->
<mimetype value="video/x-matroska"/><!-- Matroska (MKV)-->
<mimetype value="video/mkv" rename="video/x-matroska"/><!-- Matroska (MKV)-->
</mimetypeList>
</profile>
(Alternatively overwrite with this file: profiles.xml.)
* Then restart the server.
Twonkymedia Server can be configured to stream compatible formats and transcode unsupported video. The transcoding documentation is poor. Many have reported issues getting it to work.
* Edit the clients.db file in C:\Program Files\TwonkyMedia\resources\ and insert the following text before the final ">>":
(for Mac "Show Package Contents" of TwonyMediaServer.app to find this folder)
Code:
>>
NA:Oppo Digital BDP-83 BluRay player
HH:IPI/1.0
TR:JPEG_HD,LPCM,MP3,VOB,WMV,MPG,PNG
DB:FIX
* You will need to edit the *.location files in the /cgi-bin directory to match the paths of the binary files (i.e. "C:\Program Files\ffmpeg"). Notice: No trailing slash is necessary.
* The included *.desc files will provide basic transcoding. Additional may be needed.
* You may also need to add some MIME descriptions to the "transcoding.db" file in the same directory.
Code:
# additional for BDP-83
MKV,mkv,video/x-matroska
MKV,mkv,video/mkv
VOB,vob,video/dvd
AVI,avi,video/x-msvideo
DIVX,divx,video/divx
AAC,m4a,audio/x-aac
FLAC,flac,audio/x-flac
OGG,ogg,application/ogg
MKA,mka,audio/x-matroska
Asset from Illustrate (makers of DBPowerAmp) make a transcoding audio server that will serve and transcode to LPCM, even 24-bit FLAC and Apple Lossless. While the Oppo does not display bitrate via UPnP, Asset is sending at the appropriate rate without transcoding. 5.1 FLAC does not play correctly. Another user posted his experience here: http://www.avsforum.com/avs-vb/showp...postcount=2829
Your configuration may look something like this:
Foobar2000 have UPnP component add-on for their popular music player/library. It will transcode to LPCM but needs to be limited to 16-bit and 48000 Hz sampling rate. This is likely a big/little-endian problem.
Your configuration may look something like this:
PS3 Media Server version 1.20 (currently SVN) will have player profile capability. Once you compile the SVN, drop into the java/renderers path (or platform equivalent) a new file for the oppo, e.g. OppoBDP83.conf. Save as a text with the following code:
Code:
# ps3mediaserver renderer profile for Oppo BDP-83
# Refer to PS3.conf for help
RendererName=Oppo BDP-83
RendererIcon=pch.png
UserAgentSearch=IPI/1.0 UPnP/1.0 DLNADOC/1.50
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGAC3
TranscodeAudio=PCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
TranscodeExtensions=hdmov,hdm,flac,fla,dts,ogg,asf,asx,m2v,m4a,mov,mp4,iso,avi
StreamExtensions=mkv,jpg,mp3,mpg,pcm,png,vob
From there, You will be able to stream MKV and transcoding AVI. User kwolfman had success streaming ISOs as well. See his post: http://www.avsforum.com/avs-vb/showp...&postcount=116.
Nearly any other UPnP/DLNA server will work (e.g. PlayOn, Playback, etc.) but will only be able to stream files natively playable via UPnP on the Oppo.
http://www.avsforum.com/avs-vb/showthread.php?t=1215071
jasonbiker
發表於 2010-1-24 17:55
講下笑姐, {:6_174:}
咁arm我落到老麥,有特價套歺,超低....廿雞{:6_135:}
bigpun1975 發表於 2010-1-24 01:33 http://www.post76.com/discuss/images/common/back.gif
今次有時間再嚟坐吓! 或者下次有firmware我又upgrade唔到!!
jasonbiker
發表於 2010-1-24 17:58
本帖最後由 jasonbiker 於 2010-1-24 18:18 編輯
I was playing 2018 this morning. When I push the "up arrow" on the remote, the menu will pop up. How do I move the subtitles?
Thx.
djaddy 發表於 2010-1-24 12:04 http://www.post76.com/discuss/images/common/back.gif
反而我睇(未upgrade firmware前)2018同騎劫列車123時, 字幕已經喺最低!
djaddy
發表於 2010-1-24 18:09
反而我睇(未upgrade firmware之)2018同騎劫列車123時, 字幕已經喺最低!
jasonbiker 發表於 2010-1-24 17:58 http://www.post76.com/discuss/images/common/back.gif
jason hing,
pls try setting up the oppo 83 as a media server. I wanna know of the result.
jasonbiker
發表於 2010-1-24 18:21
jason hing,
pls try setting up the oppo 83 as a media server. I wanna know of the result.
djaddy 發表於 2010-1-24 18:09 http://www.post76.com/discuss/images/common/back.gif
係咪要買多個hard-disc先得? 太深我唔識架!!
djaddy
發表於 2010-1-24 18:24
係咪要買多個hard-disc先得? 太深我唔識架!!
jasonbiker 發表於 2010-1-24 18:21 http://www.post76.com/discuss/images/common/back.gif
need a computer
pkny
發表於 2010-1-25 07:13
本帖最後由 pkny 於 2010-1-25 07:22 編輯
580# djaddy
Setting up DLNA with PS3 Media Server version 1.20 is not hard, and it works without the code above.However, the transcode uses 80% of my core2quad 3.0GHz CPU when play 1080p materials{:1_329:}, and the quality is bad{:1_331:} .Even though without transcode, the quality does not meet my standard.I have given up this feature already.
There is another solution for store the media collections if you do not need to stream your media through the whole house.It is using AVCHD.Program like multiavchd and tsMuxeR will split the file into 4GB parts so that they will fit on the FAT32 hard drive.I have put 1TB of my DVDs and blu-rays on a hard drive using AVCHD.The quality is good because there is no transcode and/or conversion{:1_351:} .The programs just put the media into AVCHD file format.Also, the processing time for putting in AVCHD is not much.For tsMuxeR, it takes <3 mins for a DVD9 and 10-15 mins for a blu-ray if the DVDs and the blu-rays are already on the hard drive{:1_352:} .Note:This is not teaching how to make private illegal copy.You have to own the disc to make it to AVCHD.I am responsible for people making illegal copy.{:1_338:}
djaddy
發表於 2010-1-25 15:42
580# djaddy
Setting up DLNA with PS3 Media Server version 1.20 is not hard, and it works without the code above.However, the transcode uses 80% of my core2quad 3.0GHz CPU when play 1080p material ...
pkny 發表於 2010-1-25 07:13 http://www.post76.com/discuss/images/common/back.gif
ching,
thx a lot for your sharing. So what u r saying is that I only need an external HDD for backed up copies of BD movies, correct?
djaddy
發表於 2010-1-25 15:52
http://multiavchd.deanbg.com/