FAQ  •  Register  •  Login

Currupt ps3 picture with mpeg-2 mkv

<<

supportedge

Serviio newbie

Posts: 3

Joined: Wed Oct 15, 2014 7:34 am

Location: Sydney

Post Wed Oct 15, 2014 8:23 am

Currupt ps3 picture with mpeg-2 mkv

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 6752 times
Attachments
serviio.log
log file
(219.3 KiB) Downloaded 469 times
from_ffmpeg.txt
output from ffmpeg -i
(6.52 KiB) Downloaded 479 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Oct 15, 2014 5:26 pm

Re: Currupt ps3 picture with mpeg-2 mkv

its probably a high video bitrate or profile. COuld you provide MediaInfo tools result ?
<<

supportedge

Serviio newbie

Posts: 3

Joined: Wed Oct 15, 2014 7:34 am

Location: Sydney

Post Wed Oct 15, 2014 8:31 pm

Re: Currupt ps3 picture with mpeg-2 mkv

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.
Attachments
mediainfo_bad.txt
this mkv doesn't work
(3.73 KiB) Downloaded 456 times
mediainfo_good.txt
this mkv play perfectly
(4.68 KiB) Downloaded 469 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Oct 16, 2014 12:25 pm

Re: Currupt ps3 picture with mpeg-2 mkv

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>
<<

supportedge

Serviio newbie

Posts: 3

Joined: Wed Oct 15, 2014 7:34 am

Location: Sydney

Post Sat Oct 18, 2014 4:28 am

Re: Currupt ps3 picture with mpeg-2 mkv

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.
Attachments
serviio.log
results of changing profile
(243.08 KiB) Downloaded 497 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat Oct 18, 2014 7:09 am

Re: Currupt ps3 picture with mpeg-2 mkv

For audio you can try to change aBitrate="320".
Sorry I have no more ideas...change your source file.

Return to Sony

Who is online

Users browsing this forum: No registered users and 31 guests

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