From 17f57719063078d82baa2da5b3c11051b0b21077 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Tue, 4 Aug 2020 15:17:01 +0200 Subject: [PATCH 1/2] ffmpeg 4.3.1 supports h264/h265 --- docs/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content.md b/docs/content.md index f9a97b3c..caa650e9 100755 --- a/docs/content.md +++ b/docs/content.md @@ -20,8 +20,8 @@ After installing Forge, simply put the downloaded `ReplayMod.jar` file in the `/ To render your creations with **Replay Mod** you will need to have FFmpeg installed. ### Windows [windows] -Download the latest FFmpeg build from . Currently the best version is `4.2` or the latest snapshot. -> Note: The 4.3 version currently offered by Zeranoe does **not** support MP4. +Download the latest FFmpeg build from . Currently the best version is `4.3.1` (or the latest snapshot). +> Note: The 4.3 version offered by Zeranoe does **not** support MP4. In your `.minecraft` folder, create a `ffmpeg` folder. Extract the downloaded .zip file into this folder. The FFmpeg executable should end up at `.minecraft\ffmpeg\bin\ffmpeg.exe`. From 6537c30d6b47e43ab200bd8f4d214687df6af2c2 Mon Sep 17 00:00:00 2001 From: LindaJuffermans Date: Tue, 4 Aug 2020 16:03:18 +0200 Subject: [PATCH 2/2] Removed mentioning of an ffmpeg version --- docs/content.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content.md b/docs/content.md index caa650e9..8d89465d 100755 --- a/docs/content.md +++ b/docs/content.md @@ -20,8 +20,7 @@ After installing Forge, simply put the downloaded `ReplayMod.jar` file in the `/ To render your creations with **Replay Mod** you will need to have FFmpeg installed. ### Windows [windows] -Download the latest FFmpeg build from . Currently the best version is `4.3.1` (or the latest snapshot). -> Note: The 4.3 version offered by Zeranoe does **not** support MP4. +Download the **latest** FFmpeg build from . In your `.minecraft` folder, create a `ffmpeg` folder. Extract the downloaded .zip file into this folder. The FFmpeg executable should end up at `.minecraft\ffmpeg\bin\ffmpeg.exe`.