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 ```