7. 12. 2024
How to properly expose for slog
https://www.youtube.com/watch?v=R8o7T5f3UuA&t=190s
- Gamma display assist (unlut?) - to dark?
- Menu/setup/display options/Gamma display-assist/on
- Use histogram (push to the right), if the stream is 8 bit, slog2 might be better, because is less flat.
- Zebra (90%-95% should be ok for slog)
- Overexpose a stop or two to get rid of some of the noise in blacks
- Maybe don’t shoot in slog at lower lightning conditions at all?
Sony luts: https://www.sony-mea.com/en/electronics/support/software/00263050
4. 12. 2024
https://www.ezeelogin.com/blog/how-to-harden-ssh-server/
- Passwordless Authentication
- disable root
- custom port (disable 22)
- Timeout for SSH Connections
- Enable two-factor authentication for SSH (libpam-google-authenticator)
- Fail2ban
- and more …
Changing the port from 22 still seem like a good practice:
https://www.ibm.com/docs/en/aspera-fasp-proxy/1.4?topic=appendices-securing-your-ssh-server
22. 11. 2024
yt-dlp --download-sections "*00:05:00-00:05:01" -o "video" url
shall download a small section starting at minute 5.
ffmpeg -i video.webm -vf "select=eq(n\,0)" -vsync vfr frame.png
will extract first frame from video (which may be named something other than video.webm).
To be continued.
15. 11. 2024
https://www.gimp.org/news/2024/11/06/gimp-3-0-RC1-released
improvements and bug fixes to our non-destructive filter code