Tech Bench Build: Mounting a Mac Mini on a Monitor when using a VESA Mount (Ep. 5)

HIDEit MiniU Mac Mini VESA Mount (Amazon Affiliate)
US: https://amzn.to/2Xr9O8g
UK: https://amzn.to/3n5zUuP
CA: https://amzn.to/3gBCZQT
ES: https://amzn.to/3a259n3
FR: https://amzn.to/37NnKjP
IT: https://amzn.to/3nee48k
DE: https://amzn.to/3n6KYrC

HumanCentric Mounting Bracket Compatible with Intel NUC | VESA Monitor Arm Extension Plate Compatible with The NUC Mini PC Computer (Amazon Affiliate)
US: https://amzn.to/3o1Jmj3

Monoprice High Speed HDMI Cable – 1 Feet – Black| Certified Premium, 4K@60Hz, HDR, 18Gbps, 36AWG, YUV, 4:4:4 – Ultra Slim Series (Amazon Affiliate)
US: https://amzn.to/2FKNbrV

WALI Free Standing Dual LCD Monitor Fully Adjustable Desk Mount Fits 2 Screens up to 27 inch, 22 lbs. Weight Capacity per Arm, with Grommet Base (MF002), Black (Amazon Affiliate)
US: https://amzn.to/3pVEkWX
UK: https://amzn.to/3m3WnXT
CA: https://amzn.to/3m18jtm
AU: https://amzn.to/2LgROg1

Tech Bench Build: Intel NUC Monitor Mount VESA Extension Plate (Ep. 4): https://youtu.be/57koxvZurYk

HIDEit MiniU Mac Mini Monitor (VESA)/Wall Mount Overview: https://youtu.be/st6G0y8Km6s

Tech Bench Build Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPodl2JAm5Iy9TSSvC1Smal

Installing FFmpeg on macOS Big Sur (on Intel)

FFmpeg download: https://ffmpeg.org

Adding the path when using Bash: https://www.rickmakes.com/installing-ffmpeg-on-a-mac-without-macports/#bash_profile

FFmpeg Notes: https://www.rickmakes.com/ffmpeg-notes/

FFmpeg playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZOPDZ71Khzt5PX4X4j6flkg

Go to Downloads Folder
cd ~/Downloads
List Files
ls
Check if /usr/local/bin exists
ls /usr/local/bin
Create /usr/local/bin (if it doesn’t exist)
sudo mkdir -p /usr/local/bin
Copy Binaries to /usr/local/bin
sudo cp ff* /usr/local/bin
Remove Binaries from Quarantine
sudo xattr -dr com.apple.quarantine /usr/local/bin/ff*
Check PATH
echo $PATH
Go to Home Directory
cd
Add /usr/local/bin to PATH (if needed)
touch ~/.zshrc
open -e ~/.zshrc
Contents of .zshrc File
path+=/usr/local/bin
Load .zshrc Immediately
source .zshrc
Run ffmpeg, ffprobe, ffplay
ffmpeg
ffprobe
ffplay
Check Shell (if you are having trouble)
echo $SHELL

If you get “/bin/bash”, see these instructions.

Installing MacPorts on macOS Big Sur (on Intel)

Installing MacPorts on macOS Catalina: https://youtu.be/oio02HVUoeE
Installing MacPorts on macOS Mojave: https://youtu.be/fJveW3f5p0c
Installing MacPorts on macOS Sierra: https://youtu.be/N22Ic6ZRPXI

Connect to Graphical Applications on Linux using XQuartz on a Mac: https://youtu.be/s6e3cqCISaE

Mac Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPxkWT9rjYcF–ZSivANTkb

Tech Bench Build: Intel NUC Monitor Mount VESA Extension Plate (Ep. 4)

HumanCentric Mounting Bracket Compatible with Intel NUC | VESA Monitor Arm Extension Plate Compatible with The NUC Mini PC Computer (Amazon Affiliate)
US: https://amzn.to/3o1Jmj3

Monoprice High Speed HDMI Cable – 1 Feet – Black| Certified Premium, 4K@60Hz, HDR, 18Gbps, 36AWG, YUV, 4:4:4 – Ultra Slim Series (Amazon Affiliate)
US: https://amzn.to/2FKNbrV

WALI Free Standing Dual LCD Monitor Fully Adjustable Desk Mount Fits 2 Screens up to 27 inch, 22 lbs. Weight Capacity per Arm, with Grommet Base (MF002), Black (Amazon Affiliate)
US: https://amzn.to/3pVEkWX
UK: https://amzn.to/3m3WnXT
CA: https://amzn.to/3m18jtm
AU: https://amzn.to/2LgROg1

Kreg Universal Bench Components Idea List* (Amazon Affiliate)
US: https://amzn.to/32Os5S0
* I used 64″ and 28″ rails in my project. Hover over the images on the link to see the sizes.

Tech Bench Build Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPodl2JAm5Iy9TSSvC1Smal