Page 1 of 1

Remux MKV for PS3/Sony Devices

PostPosted: Mon May 07, 2012 12:18 pm
by Evostance
If you don't want to remux MKV's on the fly and would rather have then in a readable AVI file then follow this:

1) Open up Notepad and copy the following code:

  Code:
@ECHO OFF
PUSHD %~dp0 
"C:\Program Files\Serviio\lib\ffmpeg" -i "%~nf1" -vcodec copy -acodec copy "%~dp1%~n1.mp4"


2) Ensure that the ffmpeg folder location is correct. If not, change it but keep it inside the quotation marks

3) Save the file as a .bat. You might have to save it as a .txt and then change the extension to .bat

4) Drag the MKV file onto this batch file. It will convert it and output the AVI to wherever your MKV file is.

Re: Remux MKV for PS3/Sony Devices

PostPosted: Wed Sep 19, 2012 4:37 am
by krameraxeman
Hi, I tried out this script and it converted my mkv to a mp4. The mp4 plays fine using vlc player, but the file shows up on my ps3 as an unsupported media type. Tried playing the mp4 on my Sony Bravia, but playback was really choppy. Any suggestions?

Re: Remux MKV for PS3/Sony Devices

PostPosted: Fri Sep 21, 2012 1:19 am
by krameraxeman
I should add that video and audio are really choppy on my ps3 too. Basically not watchable on either the Bravia or ps3.

Re: Remux MKV for PS3/Sony Devices

PostPosted: Fri Sep 21, 2012 8:41 am
by Illico
I think mp4 is not a good choice.
You should prefer MPEGTS/AVC-H264/AC3 output format.

Re: Remux MKV for PS3/Sony Devices

PostPosted: Mon Sep 24, 2012 11:22 am
by shrirange
Some one please ask Sony to bump up their firmware for Gods sake. This is a fraud not to support mkv in this era!!

Re: Remux MKV for PS3/Sony Devices

PostPosted: Sun Nov 11, 2012 8:04 pm
by robertsearle
krameraxeman wrote:I should add that video and audio are really choppy on my ps3 too. Basically not watchable on either the Bravia or ps3.


i have a similar problem playing files wirelessly on the smp-n100. I thought the problem was the bitrate over the wireless network. It might be the smp-n100 can't handle that fast a stream or that complex a mkv file. I changed the profile to always re-encoding the mkv files to a different format and down grade the video stream bit rate and set it to 720p. See viewtopic.php?p=52709#p52709


hope it helps

Re: Remux MKV for PS3/Sony Devices

PostPosted: Thu Nov 29, 2012 11:01 am
by jack9091
I should add that video and audio are really choppy on my ps3 too. Basically not watchable on either the Bravia or ps3.