FAQ  •  Register  •  Login

Transcoding to SD for Original Xbox

<<

bbking67

Streaming enthusiast

Posts: 31

Joined: Mon Jun 18, 2012 12:32 am

Post Fri Aug 03, 2012 3:07 am

Transcoding to SD for Original Xbox

I have been using classic Xbox game systems as media players for years. Even though the original Xbox supports 1080i resolution, it hasn't got the CPU power to decode HD video.

Can Serviio be used to convert HD content to a bitrate/resolution that the Xbox can handle? Has anyone got a working profile for this?

The other thing that would be neat is that the Xbox can handle resolutions higher than 480P, buit not quite 720P (all dependant on codec used and other factors). If a profile could be established whereby the Xbox could playout at the best possible resolution it would be fabulous! You'd basically have pseudo-HD.



/bbking67
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Aug 03, 2012 8:06 pm

Re: Transcoding to SD for Original Xbox

do you have a list of codecs that the XBox supports?
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Fri Aug 03, 2012 10:26 pm

Re: Transcoding to SD for Original Xbox

The original Xbox isn't really a media player itself, so I assume you're talking about it running XBMC? If so, then it's basically mplayer which will play most things in software, and act as a uPnP/DLNA client. I used to have one years ago. I think it can manage H.264 in SD resolutions because I remember using the BBC iPlayer plugin someone made.

I would guess that an Xbox-specific Serviio device profile would be similar to the generic profile, but with videos above a certain vertical resolution being transcoded. However whilst you can specify a resolution for files that are transcoded, resolution matching rules aren't yet possible in Serviio's profiles.xml. There is an open ticket: https://bitbucket.org/xnejp03/serviio/i ... resolution
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

bbking67

Streaming enthusiast

Posts: 31

Joined: Mon Jun 18, 2012 12:32 am

Post Sat Aug 04, 2012 2:06 am

Re: Transcoding to SD for Original Xbox

Sorry i should have stated that... yes it's a modified Xbox running XBMC for Xbox. There actually is a Microsoft media client as well, but I've never used it.

Right, it supports most formats but chokes as high bitrates/resolutions. Most SD content is just fine.

Can I just transcode everything that is, say MP4 or MKV to SD resolution?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Aug 04, 2012 11:02 am

Re: Transcoding to SD for Original Xbox

you could try something like this:

  Code:
<Transcoding>
   <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" maxHeight="480">
      <Matches container="*" />
   </Video>
</Transcoding>


This would transcode everything (no matter what codec, container or resolution) to mpeg2, possibly changing resolution to be max 480p
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Tue Aug 07, 2012 6:45 pm

Re: Transcoding to SD for Original Xbox

Is resolution-based matching of transcoding rules a possibility for v1.1? Like say, only transcode videos with a Height > 575. This would be particularly useful for mobile devices to cut down on the transcoding.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Aug 07, 2012 9:56 pm

Re: Transcoding to SD for Original Xbox

Maybe in 1.1, not in 1.0.1

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 27 guests

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