Page 1 of 1

Panasonic BD - Model DMP-BDT110

PostPosted: Thu Mar 13, 2014 4:56 pm
by JonathanBerry123
Hi,

I am using Serviio to stream content from my home server to my panasonic BD player, I am currently using DLNA on the blu ray player to play the content, I have set Serviio profile to "Panasonic BD player" for this device.

Everytime i play a movie on the BD the films are zoomed in, if anybody can help me fix this, would be greatly appreciated.

Thanks Jon

File Info -
Format : Matroska
Format version : Version 4 / Version 2
File size : 5.00 GiB
Duration : 1h 30mn
Overall bit rate : 7 862 Kbps
Encoded date : UTC 2014-02-07 08:52:32
Writing application : mkvmerge v6.7.0 ('Back to the Ground') 64bit built on Jan 8 2014 15:10:52
Writing library : libebml v1.3.0 + libmatroska v1.4.1

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 12 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 1h 30mn
Bit rate : 6 355 Kbps
Width : 1 280 pixels
Height : 534 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.388
Stream size : 3.94 GiB (79%)
Writing library : x264 core 140 r2377+40 929f149 tMod [8-bit@all X86]
Encoding settings : cabac=1 / ref=12 / deblock=1:-3:-3 / analyse=0x3:0x113 / me=umh / subme=10 / psy=1 / fade_compensate=0.00 / psy_rd=1.05:0.00 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=16 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / fgo=0 / bframes=8 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc=2pass / mbtree=0 / bitrate=6355 / ratetol=1.0 / qcomp=0.60 / qpmin=0:0:0 / qpmax=69:69:69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=4:0.80 / aq-sensitivity=10.00 / aq-factor=1.00:1.00:1.00 / aq2=0 / aq3=0
Language : English
Default : Yes
Forced : No

Audio
ID : 2
Format : DTS
Format/Info : Digital Theater Systems
Mode : 16
Format settings, Endianness : Big
Codec ID : A_DTS
Duration : 1h 30mn
Bit rate mode : Constant
Bit rate : 1 509 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 982 MiB (19%)
Language : English
Default : Yes
Forced : No

Re: Panasonic BD - Model DMP-BDT110

PostPosted: Fri Mar 14, 2014 12:47 am
by DenyAll
By zoomed in - do you mean stretched to fill the screen (everyone appears a bit taller and skinnier)?

If so, try the following:

  • Back up the file \Serviio\config\Profiles.xml
  • Edit the file (using a text editor) and find the Panasonic BD player profile
  • Add the following:
      Code:
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3" aBitrate="384">
       <Matches container="matroska" vCodec="h264" />      
    </Video>
    just above the existing line <Video targetContainer="mpegts">.
  • Save the file and restart your PC.
If the above doesn't work, try changing the "mpegts" to "mpeg". Let me know if you have to do this (helps with something else).

Re: Panasonic BD - Model DMP-BDT110

PostPosted: Fri Mar 14, 2014 11:00 am
by JonathanBerry123
Hi,

Thank you very much for your help, it now works perfectly now, thanks very much again

Ps by zoomed in, i did mean stretched to fill the screen

Jon