Page 1 of 1

Currupt ps3 picture with mpeg-2 mkv

PostPosted: Wed Oct 15, 2014 8:23 am
by supportedge
Hi Everyone,

I'm having trouble playing about 60% of my mkv files. steaming to the web interface on my pc is perfect but playing to my ps3 results with a corrupt picture for about 1 second, good picture for 1 second and so on until the video ends. Sound stutters and video appears to run slow.

I have attached images and logs, would appreciate any guidance. The file I'm trying to play in the log is "ams.mkv".

Thanks in advance.

pic_on_tv_durring_playback.JPG
image on screen during playback on ps3
pic_on_tv_durring_playback.JPG (100.19 KiB) Viewed 7976 times

Re: Currupt ps3 picture with mpeg-2 mkv

PostPosted: Wed Oct 15, 2014 5:26 pm
by Illico
its probably a high video bitrate or profile. COuld you provide MediaInfo tools result ?

Re: Currupt ps3 picture with mpeg-2 mkv

PostPosted: Wed Oct 15, 2014 8:31 pm
by supportedge
in my haste to try and figure this out I deleted the original ams.mkv file the above post refers to. but have included mediainfo for another mkv file that gives identical results on my ps3 (I have also included mediainfo results for a mkv that plays perfectly).

I'm using makemkv to create my files from my original blu-ray's.

Re: Currupt ps3 picture with mpeg-2 mkv

PostPosted: Thu Oct 16, 2014 12:25 pm
by Illico
These video are remuxed by serviio/ffmpeg into mpegts with video stream copied and audio transcoded to ac3.
Problem come probably from the video stream h264/avc encoding settings of the source file.

You can create a custom PS3 profile that you'll select on serviio console to play this particular file (get back after viewing):
Add these lines on ./serviio/config/profiles.xml file just before the last </Profiles> element, restart serviio service (not server) or reboot PC to reload profiles.
  Code:
   <Profile id="ps3fix" name="Playstation 3 (mkv)" extendsProfileId="4">
      <Transcoding>
         <!-- Transcode all mkv/h264 video on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
            <Matches container="matroska" vCodec="h264"  />
         </Video>
      </Transcoding>
   </Profile>

Re: Currupt ps3 picture with mpeg-2 mkv

PostPosted: Sat Oct 18, 2014 4:28 am
by supportedge
it looks like serviio is now rendering all mkv files. i really would like to avoid this. when the original profile is used all mkvs stream straight to the ps3 without render. Plus with this particular mkv I am also experiencing a drop in audio and video at around 3mins, then at about 10mins the video started playing in fast forward (looks like double speed). audio just sounded like static. this problem occurs at different intervals with other mkvs.

Re: Currupt ps3 picture with mpeg-2 mkv

PostPosted: Sat Oct 18, 2014 7:09 am
by Illico
For audio you can try to change aBitrate="320".
Sorry I have no more ideas...change your source file.