v19 Force an aspect ratio from a RTSP stream somehow? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: v19 Force an aspect ratio from a RTSP stream somehow? (/showthread.php?tid=364735) |
Force an aspect ratio from a RTSP stream somehow? - graysky - 2021-10-02 Following the STRM method wiki article, I made the following which I use to view a security cam in Kodi. I am wondering how I can force a 16:9 aspect ratio. The native resolution of the cam is 2560x1920 so it's 4:3 and looks bad. Thanks. Code: % cat cam1.strm RE: Force an aspect ratio from a RTSP stream somehow? - wsnipex - 2021-10-02 I guess you should be able to add the stream to the library, then just adjust the aspect ratio in video settings. RE: Force an aspect ratio from a RTSP stream somehow? - graysky - 2021-10-02 (2021-10-02, 21:46)wsnipex Wrote: I guess you should be able to add the stream to the library, then just adjust the aspect ratio in video settings. I added it to the library, and adjusted it as you suggested. Seems to work as expected. Thanks for the suggestion. Still wondering if there is a way to hard-code it into the actual text file or in the accompanying nfo file I made? First time using nfo files. RE: Force an aspect ratio from a RTSP stream somehow? - wsnipex - 2021-10-03 should be possible, see https://kodi.wiki/view/NFO_files/Movies
I'd try exporting the library entry to nfo RE: Force an aspect ratio from a RTSP stream somehow? - graysky - 2021-10-03 Interestingly, when I exported to a single file then came down to the relevant bit, there is nothing about aspect ratio at all. I wonder where it is stored. Code: <movie> So I removed that entry from the library and tried your idea. Which did launch in 16:9 so I think problem solved, thank you! Code: % cat garage_access_door.nfo |