Dull Circular Saw Blade Under USB Microscope

The USB microscope I used in the video is no longer available. It was a 60x-250x model. You can find similar models on Amazon.

USB Microscopes (Amazon Affiliate)
US: https://amzn.to/3iJcnxi
UK: https://amzn.to/3avgJVJ
CA: https://amzn.to/3asrqbI
ES: https://amzn.to/3g6nC1b
FR: https://amzn.to/2PW9Gw2
IT: https://amzn.to/340xJC5
DE: https://amzn.to/33YDBfa
IN: https://amzn.to/3105qlv
AU: https://amzn.to/2E845jC

Shop Tip: Two Tapes to make a Strong Patch

These are examples of the tapes I used in the video. You should be able to find these at a local home center as well.

IPG 5010-B UL181 Aluminum Foil Tape, 2.5″ x 60 yd, (Single Roll) (Amazon Affiliate)
US: https://amzn.to/3cnxRO3

Saint-Gobain ADFORS FDW6581-U FibaTape Drywall Joint Tape, 1-7/8-Inch x 300-Feet, White (Amazon Affiliate)
US: https://amzn.to/2G5NDkw

J-Rollers (Amazon Affiliate)
US: https://amzn.to/2G5Jugv

FFmpeg: Remove Duplicate Frames with mpdecimate while Retaining Audio

Run mpdecimate Filter on Video (mp4 output)
ffmpeg -i original_file.mp4 -vf mpdecimate -vsync vfr -acodec copy mpdecimated.mp4
Run mpdecimate Filter on Video (mov output)*
ffmpeg -i original_file.mp4 -vf mpdecimate -vsync vfr -acodec copy mpdecimated.mov

* This seems to work better with Final Cut Pro

FFmpeg Installation Links: https://www.rickmakes.com/ffmpeg-notes/

Stack Overflow thread on mpdecimate: https://stackoverflow.com/questions/37088517/remove-sequentially-duplicate-frames-when-using-ffmpeg