How to change the dock animation
defaults write com.apple.dock autohide-time-modifier -float 0.25;killall Dock
How to solve ffmpeg@4-related error when dealing with av==8.1.0
Install ffmpeg@4 with brew, do brew ulink ffmpeg and then brew link ffmpeg
Logitech Mouse Settings
Removed the acceleration in the advanced settings, and used these settings:

ffmpeg commands
Convert mp4 from h264 to h265 using m1 gpu acceleration
ffmpeg -i input-file.mp4 -acodec copy -c:v hevc_videotoolbox output-file.mp4
Get codec of a video file
ffprobe -v error -select_streams v -show_format -show_streams "video.mp4" | grep codec
tags: macos