tomeko wrote:tomeko wrote:With mediainfo=true some mkv files (AVC 1080p/DTS) are displayed with many blocks (picture is broken). More test later. (BRAVIA 5500 / SB12)
When MediaInfo=true,
PMS transcode movies with audio like DTS as follows:
- Code: Select all
mencoder_mt.exe -ss 0 -quiet G:\move.mkv -quiet -quiet -nosound -nosound -of rawvideo -quiet -quiet -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 2 -vf expand=:::::16/9 -lavdopts debug=0:threads=4 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=ac3:abitrate=256:threads=4:keyint=25:vqscale=1:vqmin=1:vrc_maxrate=20000:vrc_buf_size=1835 -ass -nofontconfig -spuaa 3 -subcp cp1250 -subfont C:\Windows\Fonts\Arial.ttf -ass-color ffff3300 -ass-border-color 00000000 -ass-font-scale 1.0 -ass-force-style FontName=Arial,Outline=5,Shadow=1,MarginV=10 -quiet -quiet -sid 100 -quiet -quiet -ofps 24000/1001 -sub G:\movie.txt -lavdopts fast -mc 0 -noskip -o \\.\pipe\1295378101438ffmpegvideo
mencoder.exe -ss 0 G:\movie.mkv -quiet -quiet -really-quiet -msglevel statusline=-1:mencoder=-1 -channels 2 -ovc copy -of rawaudio -mc 0 -noskip -aid 0 -oac pcm -af pan=2:1:0:0:1:1:0:0:1:0.707:0.707:1:1 -srate 48000 -o \\.\pipe\1295378101440ffmpegaudio01
tsMuxeR.exe pms-tsmuxer.meta \\.\pipe\1295378101427tsmuxerout.ts
where pms-tsmuxer.meta
- Code: Select all
MUXOPT --no-pcr-on-video-pid --no-asyncio --new-audio-pes --vbr --vbv-len=500
V_MPEG-2, "\\.\pipe\1295379184875videoout", fps=23.976, level=4.1, insertSEI, contSPS, track=1
A_LPCM, "\\.\pipe\1295379184877audioout", track=2
when MediaInfo=false
- Code: Select all
mencoder_mt.exe G:\video.mkv -quiet -quiet -oac lavc -of mpeg -quiet -quiet -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 2 -vf expand=:::::16/9 -lavdopts debug=0:threads=4 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=ac3:abitrate=256:threads=4:keyint=25:vqscale=1:vqmin=1:vrc_maxrate=20000:vrc_buf_size=1835 -ass -nofontconfig -spuaa 3 -subcp cp1250 -subfont C:\Windows\Fonts\Arial.ttf -ass-color ffff3300 -ass-border-color 00000000 -ass-font-scale 1.0 -ass-force-style FontName=Arial,Outline=5,Shadow=1,MarginV=10 -aid 0 -sid 100 -quiet -quiet -ofps 24000/1001 -sub G:\video.txt -lavdopts fast -af lavcresample=48000 -srate 48000 -o \\.\pipe\mencoder1295378205934
Both are send as MPEG_PS_NTSC. I don't think that tsMuxeR produce MPEG-PS stream, so renderer can't play it properly.
As workaround, remove lpcm from conf (but better fix issue, becouse BRAVIA can play video with LPCM stream):
- Code: Select all
Supported = f:mpegps|mpegts v:mpeg2|mp4|h264 a:ac3|aac|mpa m:video/mpeg
Other thing to temporary remove, because BRAVIA cant play wav audio (only LPCM), and PMS at this moment can't produce LPCM audio (
http://code.google.com/p/ps3mediaserver/issues/detail?id=457):
- Code: Select all
#Supported = f:wav m:audio/L16
awesome post man so until a few of the issues get fixed then the bravia5500.conf would need some tweaking.
MediaInfo=true
# temporary removed lpcm
#Supported = f:mpegps|mpegts v:mpeg2|mp4|h264 a:ac3|lpcm|aac|mpa m:video/mpeg
Supported = f:mpegps|mpegts v:mpeg2|mp4|h264 a:ac3|aac|mpa m:video/mpeg
Supported = f:mp3 m:audio/mpeg
# Bravia can't play wav, only lpcm
#Supported = f:wav m:audio/L16
Supported = f:jpg m:image/jpeg
either that or i guess just turn mediainfo back off until those issues get fixed.
PMS 1.82.0 SNAPSHOT - HP Proliant Microserver N54L Dualcore 2.2 Ghz 8 GB - Windows Home Server 2011 - Bravia KDL55HX750