FAQ  •  Register  •  Login

Old Xbox transcoding

<<

servillino

Serviio newbie

Posts: 15

Joined: Tue Apr 07, 2015 9:54 pm

Post Wed Apr 08, 2015 11:58 am

Old Xbox transcoding

Hi, I have an old Xbox with XBMC. It work fine, but don't permitted to see the MKV file.
The old xbox work with mpg and mpeg4 file but with standard resolution.
I try to transcode the mkv in mpg2 with sd resolution but don't work.
tanks for help
<<

servillino

Serviio newbie

Posts: 15

Joined: Tue Apr 07, 2015 9:54 pm

Post Wed Apr 08, 2015 2:55 pm

Re: Old Xbox transcoding

now i use this profile

  Code:
<Profile id="Custom" name="My XMBC Profile" extendsProfileId="1">
   <Transcoding>
      <!-- Transcode everything  to ensure low bit rate -->
      <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="4000" forceVTranscoding=“true” maxHeight=“360”targetACodec=“mp3" >
         <Matches container="*" />
      </Video>
   </Transcoding>
</Profile>

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 47 guests

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