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://amzlink.to/az0zyCXW9UfT0

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

J-Rollers (Amazon Affiliate)
US: https://amzlink.to/az0fNxT1BUca4

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