From e80c1f6d590b6d3b578f5206fd8b3f611d287f7c Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 24 Sep 2022 00:05:47 +0200 Subject: [PATCH] mention how ffmpeg was built --- scripts/pyinstaller/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/pyinstaller/README.md b/scripts/pyinstaller/README.md index 28c7490e..af8eb618 100644 --- a/scripts/pyinstaller/README.md +++ b/scripts/pyinstaller/README.md @@ -5,3 +5,8 @@ requires a win7 vm which has never been connected to the internet and a host-onl first-time setup steps in notes.txt run build.sh in the vm to fetch src + compile + push a new exe to the linux host for manual publishing + + +## ffmpeg + +built with [ffmpeg-windows-build-helpers](https://github.com/rdp/ffmpeg-windows-build-helpers) and [this patch](./ffmpeg.patch) using [these steps](./ffmpeg.txt)