FAQ  •  Register  •  Login

Help creating profile for a Sharp BD35U Blu-ray player

<<

Hat

Serviio newbie

Posts: 2

Joined: Sun Jan 27, 2013 5:22 pm

Post Sun Jan 27, 2013 5:26 pm

Help creating profile for a Sharp BD35U Blu-ray player

Hi,

I've got a Sharp BD35U blu-ray player I want to use with Serviio. It seems to have less file format support than the Aquos TV's. According to the owners manual it only supports DivX Plus HD (avi/divx/mkv).

Can anyone help me create profile for this?

Wikipedia says that format is:
Profile +HD 1080p
Codec MPEG4 part 10 (H.264)
File Extension(s) .mkv
Max. resolution (px×px×Hz) 1920×1080×30,

1280×720×60
Max VBV bitrate (bit/s) VCL: 20000000,

NAL: 24000000
Min. VBV buffer size (KiB) VCL: 3200, NAL: 3840
Macroblocks (per second) 244800
Subtitles 8×SRT,[8]SSA[9]
Audio 8×MP3,AC3,AAC
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Fri Feb 01, 2013 4:14 am

Re: Help creating profile for a Sharp BD35U Blu-ray player

It's tough to build a complete profile just based on a few specs.. best approach would be to create a new profile based on the sharp aquos profile and throw media at it and tweak it out from there.

I would start with this and tweak as needed
  Code:
<Transcoding>
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="flv" vCodec="h264"/>            
         </Video>
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
            <Matches container="flv" />
            <Matches container="wtv" />
            <Matches container="asf" />
            <Matches container="rm" />
         </Video>
         <Audio targetContainer="lpcm">
            <Matches container="asf" />
            <Matches container="flac" />
            <Matches container="ogg" />
         </Audio>
      </Transcoding>
<<

Hat

Serviio newbie

Posts: 2

Joined: Sun Jan 27, 2013 5:22 pm

Post Sat Feb 02, 2013 11:26 pm

Re: Help creating profile for a Sharp BD35U Blu-ray player

Thanks, I'll give that a shot. Will update this post after I've tried it out.

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 10 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.