Working version
This commit is contained in:
@@ -9,6 +9,7 @@ Windows WPF replacement for `amigadb-render.sh`. The first milestone implements:
|
||||
- PNG/JPG screenshots at a configurable interval;
|
||||
- animated WebP screenshot preview;
|
||||
- optional custom paths for `ffmpeg.exe` and `ffprobe.exe`;
|
||||
- automatic FFmpeg library probing when shared `avformat`/`avutil` DLLs are present beside `ffmpeg.exe`;
|
||||
- non-fatal missing thumbnails;
|
||||
- live FFmpeg log, progress and cancellation;
|
||||
- one-file Windows publishing with embedded FFmpeg and FFprobe.
|
||||
@@ -46,3 +47,7 @@ licensing notices.
|
||||
If you prefer not to use the embedded binaries at runtime, you can point the UI
|
||||
at external `ffmpeg.exe` and `ffprobe.exe` files. Those paths are saved in the
|
||||
user settings file under `%LOCALAPPDATA%\AmiReel\settings.json`.
|
||||
|
||||
If the selected FFmpeg folder also contains shared FFmpeg DLLs such as
|
||||
`avformat-*.dll` and `avutil-*.dll`, AmiReel will use those libraries for media
|
||||
probing in place of `ffprobe.exe` while keeping rendering on `ffmpeg.exe`.
|
||||
|
||||
Reference in New Issue
Block a user