I suppose your "problem" is
https://github.com/ps3mediaserver/ps3me ... a06be770c2PMS never switch to remuxing when transcoding is not needed so MEncoder waste your CPU and memory. On WIFI or slower PC file is not played at all or it stutter.
You need to manually go to TRANSCODE folder and play [tsMuxeR] alternative if it helps.
EDIT:
Checked your log and I see:
- Code: Select all
Starting "C:\Program Files (x86)\PS3 Media Server\win32\mencoder.exe" -ss 0 G:\Movies\sample.mkv -msglevel statusline=2 -nosound -of rawvideo -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 2 -lavdopts debug=0:threads=2 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=ac3:abitrate=640:threads=2:keyint=5:vqscale=2:vqmin=3:vrc_maxrate=53000:vrc_buf_size=7000 -subdelay 20000 -ofps 24000/1001 -vf softskip,scale=1920:796 -lavdopts fast -mc 0 -noskip -o \\.\pipe\1353824885217ffmpegvideo
What setting are you using that it tries to rescale your video???
- Code: Select all
-vf softskip,scale=1920:796
I can understand using "expand" instead of "scale" to fix aspect ratio or for resoulutions not divisible by 8/16/32 etc. It is much faster and with better quality so loosing/adding 2 pixels with "expand" is worth it.
Maybe this scale is incorrectly used by PMS so it has nothing to do with your settings.