buju wrote:It looks like both ways work in order to reduce the wireless throughput required.
Yet, I wonder why in the PS3 XMB menu the video files show up as MPEG2 - in both cases: tsmuxer and mencoder?
Under file info it would show the transoded file type and size as MPEG2 and 94GB, while the original is H.264 + DTS and 6.2GB.
I would expect to see avc, mp4, or some other H.264 compatible container, and the original file size, or very close to that.
NOTE: for my HD files from my camcorder the file format is .mts and in PS3 I do see
I am even starting to wonder if I am really seeing a difference in throughput - but I do seem to see a 40-50% reduction.
What am I missing?
I did check the original file with tsmuxer (standalone installation) and it does indicate that the orginal mkv contains H.264, DTS, and and .srt file.
Talking about the srt - when I use mencoder I can see the subtitles, when using tsmuxer they are gone. Is this normal?
Thank you.
tsMuxer supports embedding external .srt subtitles in its stream when demuxing, but PS3 doesnt support reading it. Therefore, if you start to play a supported format by the PS3 and there is a external srt subtitle file located in the videos folder, with the same name, PMS will automatically transcode to get the subtitles too. You can manually choose the version in TRANSCODED folder without *subtitles found, or just remove the subtitles from the folder and PMS wont then recognize it. (this affects natevly supported formats, tsMuxer demuxing of MKV doesnt support subtitles weather they exist or not)
You should really see a lower througput (bitrate) when streaming natively (or with tsMuxer) then with ie MEncoder. All my 1080p MKV that are around 10-20Mbps with tsMuxer (original bitrate because video is untouched) are all 50-60Mbps with MEncoder. This is because the less efficent MPEG2 codec used to transcode.
The reason why MPEG2 is used with transcoding, instead of ie H264, is because there is a big difference in required performance for decoding MPEG2 vs H264. Even a fast quad core would probably have issues with decoding to H264.