1360 x 768 problems
Hello, I'm trying to loop an h.264-encoded quicktime using an HD110, connected via VGA to a Samsung LG190N monitor. The monitor's native resolution is 1360 x 768, so I've encoded the video to the same dimensions with a bitrate of around 14. The problem is that no matter what I do, there is a black border on the right side of the monitor. I've tried setting videomode both with a playlist and an autorun file (which i'll paste below) but nothing seems to work. any tips would be much appreciated. using firmware 3.5.42 Thanks! the autorun file: videomode$="1360x768x60p" v=CreateObject("roVideoPlayer") vmode = createobject("roVideoMode") vmode.SetMode(videomode$) v.SetLoopMode(true) list=matchfiles(".","*.mov") v.PlayFile(list.RemoveHead()) while true sleep(1000) end while