EDIT: not really, see my post below.
If you have mkv or similar files on your PC, you can actually convert it to vob and the PS3 will play it with its 5.1 audio intact. No more converting to AAC which the PS3 just downmixes! :lol
http://www.redkawa.com/forums/showthread.php?t=1906
I'm sure there are people here who know about it, but I've asked here before if it is at all possible and never got any help, so I'm just assuming this is new to some people at least.
If you have mkv or similar files on your PC, you can actually convert it to vob and the PS3 will play it with its 5.1 audio intact. No more converting to AAC which the PS3 just downmixes! :lol
http://www.redkawa.com/forums/showthread.php?t=1906
I have done some tests of getting the ac3 (Dolby digital) and h.264 (AVC) to play in ps3 without re-encode ac3 to aac. I found a solution.
Step by step.
1.mvkextact audio and video.
2.change the level of h.264 to 4.1 if needed with h264info
3. mux audio and video together with the latest ffmpeg.
ffmpeg -r 23.976 -f h264 -i input.h264 -f ac3 -i input.ac3 -vcodec copy -acodec copy -f vob output.vob
Put this in to the folder for streaming (I use Tversity), it is shown as mpeg-2 in xmb.
Play it and it works great. Press info and you see that it is dolby digital and avc
Fast forward do not seems to work but the files can now be bigger than 4GB.
Maybe there can be a profile in redkawa for this
I'm sure there are people here who know about it, but I've asked here before if it is at all possible and never got any help, so I'm just assuming this is new to some people at least.