Creating a Desktop Shortcut on Windows to Watch TV using an HDHomeRun and FFmpeg

Installing FFmpeg on Windows: https://youtu.be/UDIMVp4jWXo FFmpeg playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZOPDZ71Khzt5PX4X4j6flkg FFplay Command to Watch TV FFplay Command to Watch TV (with transcode) FFplay Arguments -i input-ac number of audio channels-vf “yadif” deinterlace-fs fullscreen Script File Name Script File Contents

Installing FFmpeg on a Mac (without Macports)

Installing Macports (including FFmpeg): https://youtu.be/N22Ic6ZRPXI FFmpeg playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZOPDZ71Khzt5PX4X4j6flkg Move to the Download Directory View Files in Download Directory Unzip FFmpeg Move into FFmpeg Directory View Files in the Directory View Files in /usr/local/bin Create /usr/local/bin Directory (if it doesn’t exist) Copy FFmpeg Binaries to System View Executable Search Paths Create .bash_profile (if needed) Open .bash_profile …