updated README

This commit is contained in:
2026-03-24 18:14:48 -06:00
parent 352c8e0b73
commit 72490103a9
+4
View File
@@ -1,5 +1,7 @@
# SWF → MP4 Converter # 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: Converts SWF (Flash) files to MP4 videos on Fedora, with:
- **Automatic loop detection** — stops recording after 5 seconds of a repeated loop - **Automatic loop detection** — stops recording after 5 seconds of a repeated loop
- **Interactive branch capture** — records separate MP4s for each clickable path - **Interactive branch capture** — records separate MP4s for each clickable path
@@ -29,6 +31,8 @@ swf_converter/
## Installation ## Installation
This script was intended for a Fedora 43 machine, adjust accordingly.
```bash ```bash
bash install.sh bash install.sh
``` ```