Skip to content

Commit ab7a345

Browse files
author
arch
committed
add ffmpeg fix notes
1 parent feb0e20 commit ab7a345

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/app/docs/user-guide/build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cd Python-Funscript-Editor
3535
conda env create -f environment_ubuntu.yaml
3636
```
3737

38-
On some distributions e.g. Ubuntu 20.04 LTS, the FFmpeg package does not contain the required `v360` filter. Therefore you can download a static linked FFmpeg package for this application with `bash download_ffmpeg.sh` from project root directory. (Perform this step if you are not sure if your FFmpeg version is sufficient!).
38+
On some distributions e.g. Ubuntu 20.04 LTS, the FFmpeg package does not contain the required `v360` filter. Therefore you can download a static linked FFmpeg package for this application with `bash download_ffmpeg.sh` from project root directory. (Perform this step if you are not sure if your FFmpeg version is sufficient!). The latest ffmpeg downloaded via `download_ffmpeg.sh` break current MTFG. Therefore you should copy the ffmpeg executable from `./assets` to `./funscript_editor/data` for now.
3939

4040
Ubuntu user can alternatively use the `savoury1` ppa:
4141

@@ -66,6 +66,8 @@ sudo pacman -Sy python-opencv python-pyqt5
6666

6767
All other required python packages can be installed from pip.
6868

69+
The latest ffmpeg break current MTFG. Therefore you should copy the ffmpeg executable from `./assets` to `./funscript_editor/data` for now!!
70+
6971
## Flatpak
7072

7173
The repository contains an flatpak build recipe that can be used to build an flatpak app. You can build the flatpak with the `build_flatpak.sh` script in the project root directory. The build script generate the `PythonFunscriptEditor.flatpak` package that can be installed with `flatpak install --user PythonFunscriptEditor.flatpak` on the system.

0 commit comments

Comments
 (0)