• 0 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle




  • trust the lighting would work in a life-like manner

    Ah we’ve had raytracing for a long time already, and you can download something like Blender and play around with it yourself. You’ll quickly discover that just because it conforms to some real-world principles (and works in a reliable manner) doesn’t mean it’s a magic tool that Just Works and immediately makes anything look good.

    You still have to setup your world lighting (point/sun lights, skyboxes, emissive materials, whatever), adjust it to get the look you want, and your hardware requirement for testing this are now increased.

    Raytracing is nice because it can make things look even better, not because it replaces parts of the workflow.















  • You can use the OpenWith extensions to add it as a right click option.

    I have this setup for my non-technical family members, so they just right click on the page choose open with -> ytdlp and it saves it to their downloads folder.

    You can set up different options for example video or audio only.


    • In Firefox install: http://webextension.org/listing/external-application-button.html
    • In the Extension options, add an application
    • Name it something like “Open in YT-DLP: mp4”
    • Set the exe name to the path of a local copy of yt-dlp
    • Set the arguments to be -S res,ext:mp4:m4a --recode mp4 [HREF]
    • Under the Placement options -> Context Menu -> select “All Contexts”

    You should now be able to right click on a YouTube page and choose “External Application launcher -> Open in YT-DLP: mp4”

    If you want audio only, add another application in the extension settings and use the arguments -f ba[ext=m4a] [HREF] for m4a files.