From 72490103a9c21d4e08d1bf0f1a93d5fbc6f63ce7 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Tue, 24 Mar 2026 18:14:48 -0600 Subject: [PATCH] updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a53de6..e6205b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SWF → MP4 Converter +This project was born from the desire to download a [Strong Bad email](https://homestarrunner.com/sbemails) SWF file, convert it to a video, prevent infinite loops at the end of the main video, and capture any "easter egg" content. Claude was used for the initial generation. + Converts SWF (Flash) files to MP4 videos on Fedora, with: - **Automatic loop detection** — stops recording after 5 seconds of a repeated loop - **Interactive branch capture** — records separate MP4s for each clickable path @@ -29,6 +31,8 @@ swf_converter/ ## Installation +This script was intended for a Fedora 43 machine, adjust accordingly. + ```bash bash install.sh ```