• 0 Posts
  • 230 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle
  • The best YouTube TV app for desktops is YouTube TV.

    Look up PS4 Pro Leanback UserAgent and I recommend using that with Chrome because Firefox has a little bit of bugs. If you use it as a web app it works pretty well. The one caveat is you cannot exit out of it without enabling a developer flying in Chrome, without that flag you need to use alt + f4.

    You want to use a web app or kiosk mode, specifically because resolution that you get in video is determined by the window size at startup, so if you have a 4K display, it needs to be full screen at start or else you will not get 4K video. Playback, you’ll only get 1440p.

    Otherwise, just full screen it, then refresh.

    I personally have found that the kodi plugin is quite frankly not very good.
















  • A) Export using a lower effort, with libjxl effort 2 or something will be fine.

    B) Export to a faster image format like QOI or TIFF or PPM/PNM etc.

    PNG, JXL, WEBP, all have fairly high encode times by default with ffmpeg. lower the effort or use a faster format

    If you think that it really could be write speed limitations, encode to a ramdisk first then transfer if you have the spare ram, but using a different and faster format will probably help as PNG is still very slow to encode. (writing to /tmp is fine for this)