Replay Mod Forums
This Thread is hidden — only Moderators can see it.
This Thread is locked — no new replies are allowed.
This Thread is sticky.
Locked How do I install ffmpeg?
-
$move_dropdown$
- User
- 1 forum post
User331
Aug 13 15, 03:31 AM
I tried to render a video, and the mod said I needed ffmpeg installed. I tried downloading ffmpeg from the website, and all the downloads were in weird file formats that I don’t recognize. How can I get ffmpeg.exe?
- Moderator
- Beta Tester
- 249 forum posts
Где и как установить ffmpeg для Replay mod’a
По данным из статьи Reddit сайт где мы раньше могли скачать ffmpeg закрылся 18 сентября 2020 года. Таким образом мы не сможем перейти на этот сайт. Чтобы не приводить в ступор при установки Replay mod’a создана данная статья.
Приступим:
Заходим на официальный сайт ffmpeg, нажимает на иконку с вашей операционной системой ( в моем случае Windows )
, и нажимаем на первую ссылку.
Нас перекидывает на сайт где мы идем вниз до главы git и скачиваем первую ссылку.
После скачивания и открытия архива мы видим папку.
Переносим её в папку .minecraft* и переименовываем в ffmpeg
Готово. Теперь вы сможете создавать и редактировать ваши записи с Replay mod’a, а с этим вам помогут эти ролики:
Также вы можете посмотреть полную установку replay mod’a:
Ну а на этом все, не забудьте поддержать пост лайком. Всем спасибо за просмотр статьи!
Download FFmpeg
FFmpeg only provides source code. Below are some links that provide it already compiled and ready to go.
Linux Packages
Linux Static Builds
Windows EXE Files
macOS
Get the Sources
You can retrieve the source code through Git by using the command:
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
Cannot access Git or wish to speed up the cloning and reduce the bandwidth usage?
FFmpeg has always been a very experimental and developer-driven project. It is a key component in many multimedia projects and has new features added constantly. Development branch snapshots work really well 99% of the time so people are not afraid to use them.
Git Repositories
Since FFmpeg is developed with Git, multiple repositories from developers and groups of developers are available.
Release Verification
All FFmpeg releases are cryptographically signed with our public PGP key and should be verified for authenticity.
pub rsa2048 2011-04-26 [SC] FCF986EA15E6E293A5644F10B4322F04D67658D8 uid [ full ] FFmpeg release signing key sub rsa2048 2011-04-26 [E]
-
Import our public key into your local keyring:
$ curl https://ffmpeg.org/ffmpeg-devel.asc | gpg --import
$ gpg --verify ffmpeg-4.3.2.tar.xz.asc ffmpeg-4.3.2.tar.xz gpg: Signature made Sun 21 Feb 2021 06:35:15 AEST gpg: using RSA key FCF986EA15E6E293A5644F10B4322F04D67658D8 gpg: issuer "ffmpeg-devel@ffmpeg.org" gpg: Good signature from "FFmpeg release signing key " [full]
Releases
Approximately every 6 months the FFmpeg project makes a new major release. Between major releases point releases will appear that add important bug fixes but no new features. Note that these releases are intended for distributors and system integrators. Users that wish to compile from source themselves are strongly encouraged to consider using the development branch (see above), this is the only version on which FFmpeg developers actively work. The release branches only cherry pick selected changes from the development branch, which therefore receives much more and much faster bug fixes such as additional features and security patches.
FFmpeg 7.0 «Dijkstra»
7.0 was released on 2024-04-05. It is the latest stable FFmpeg release from the 7.0 release branch, which was cut from master on 2024-03-27.
It includes the following library versions:
libavutil 59. 8.100 libavcodec 61. 3.100 libavformat 61. 1.100 libavdevice 61. 1.100 libavfilter 10. 1.100 libswscale 8. 1.100 libswresample 5. 1.100 libpostproc 58. 1.100
FFmpeg 6.1.1 «Heaviside»
6.1.1 was released on 2023-12-31. It is the latest stable FFmpeg release from the 6.1 release branch, which was cut from master on 2023-10-29.
It includes the following library versions:
libavutil 58. 29.100 libavcodec 60. 31.102 libavformat 60. 16.100 libavdevice 60. 3.100 libavfilter 9. 12.100 libswscale 7. 5.100 libswresample 4. 12.100 libpostproc 57. 3.100
FFmpeg 6.0.1 «Von Neumann»
6.0.1 was released on 2023-11-10. It is the latest stable FFmpeg release from the 6.0 release branch, which was cut from master on 2023-02-19.
It includes the following library versions:
libavutil 58. 2.100 libavcodec 60. 3.100 libavformat 60. 3.100 libavdevice 60. 1.100 libavfilter 9. 3.100 libswscale 7. 1.100 libswresample 4. 10.100 libpostproc 57. 1.100
FFmpeg 5.1.4 «Riemann»
5.1.4 was released on 2023-11-10. It is the latest stable FFmpeg release from the 5.1 release branch, which was cut from master on 2022-07-13.
It includes the following library versions:
libavutil 57. 28.100 libavcodec 59. 37.100 libavformat 59. 27.100 libavdevice 59. 7.100 libavfilter 8. 44.100 libswscale 6. 7.100 libswresample 4. 7.100 libpostproc 56. 6.100
FFmpeg 4.4.4 «Rao»
4.4.4 was released on 2023-04-12. It is the latest stable FFmpeg release from the 4.4 release branch, which was cut from master on 2021-04-08.
It includes the following library versions:
libavutil 56. 70.100 libavcodec 58.134.100 libavformat 58. 76.100 libavdevice 58. 13.100 libavfilter 7.110.100 libswscale 5. 9.100 libswresample 3. 9.100 libpostproc 55. 9.100
FFmpeg 4.3.6 «4:3»
4.3.6 was released on 2023-04-16. It is the latest stable FFmpeg release from the 4.3 release branch, which was cut from master on 2020-06-08.
It includes the following library versions:
libavutil 56. 51.100 libavcodec 58. 91.100 libavformat 58. 45.100 libavdevice 58. 10.100 libavfilter 7. 85.100 libswscale 5. 7.100 libswresample 3. 7.100 libpostproc 55. 7.100
FFmpeg 4.2.9 «Ada»
4.2.9 was released on 2023-04-21. It is the latest stable FFmpeg release from the 4.2 release branch, which was cut from master on 2019-07-21.
It includes the following library versions:
libavutil 56. 31.100 libavcodec 58. 54.100 libavformat 58. 29.100 libavdevice 58. 8.100 libavfilter 7. 57.100 libswscale 5. 5.100 libswresample 3. 5.100 libpostproc 55. 5.100
FFmpeg 4.1.11 «al-Khwarizmi»
4.1.11 was released on 2023-06-07. It is the latest stable FFmpeg release from the 4.1 release branch, which was cut from master on 2018-11-02.
It includes the following library versions:
libavutil 56. 22.100 libavcodec 58. 35.100 libavformat 58. 20.100 libavdevice 58. 5.100 libavfilter 7. 40.101 libswscale 5. 3.100 libswresample 3. 3.100 libpostproc 55. 3.100
FFmpeg 3.4.13 «Cantor»
3.4.13 was released on 2023-06-12. It is the latest stable FFmpeg release from the 3.4 release branch, which was cut from master on 2017-10-11.
It includes the following library versions:
libavutil 55. 78.100 libavcodec 57.107.100 libavformat 57. 83.100 libavdevice 57. 10.100 libavfilter 6.107.100 libavresample 3. 7. 0 libswscale 4. 8.100 libswresample 2. 9.100 libpostproc 54. 7.100
FFmpeg 2.8.22 «Feynman»
2.8.22 was released on 2023-10-29. It is the latest stable FFmpeg release from the 2.8 release branch, which was cut from master on 2015-09-05. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2015-08-28, libav 11 as of 2015-08-28.
It includes the following library versions:
libavutil 54. 31.100 libavcodec 56. 60.100 libavformat 56. 40.101 libavdevice 56. 4.100 libavfilter 5. 40.101 libavresample 2. 1. 0 libswscale 3. 1.101 libswresample 1. 2.101 libpostproc 53. 3.100
ReplayMod + Reborn — крутая запись игры [1.20.4] [1.19.4] [1.18.2] [1.16.5] [1.12.2] [1.8.9] [1.7.10]
Replay Mod — крутой мод для записи игрового процесса, притом это не просто мод на запись, он в прямом смысле записывает игру вокруг и при повторах можно менять камеру как вам хочется.
Как я уже сказал, основная фишка мода в том, что он не записывает именно видео с вашего монитора, мод записывает мир, ваше положение, изменения, после чего вы сможете сколько угодно раз повторять то, что вы делали прямо в самой игре, притом вы сможете менять ракурс камеры, вы сможете смотреть вашу записанную игру как бы со стороны.
Мод начнёт записывать всю вашу деятельность, как только вы зайдёте на сервере/свой мир. Мод практически не жрёт фпс, так что играть с ним будет удобно. После того как вы закончите играть, вы сможете приступить к редактированию видео ПРЯМО в MINECRAFT, т.е мод начнет воспроизводить свою запись (ваши движения, изменения мира, мобов) повторяя их прямо в игре, т.е игра заново будет проигрывать данные моменты, но при этом вы сможете размещать и перемещать камеру так, как вы хотите.
- Запись всего что происходило во время вашей игры. Но одно ограничение — чанки. В редакторе заснять вы можете только те места, где вы были непосредственно в игре.
- Практически нулевая потеря кадров.
- Удобный и лёгкий редактор.
- Возможность хранить записи и ПОСЛЕ закрытия игры.
- Отлично работает со всеми Шейдерами/Ресурс паками.
Моды для записи роликов:
Как установить мод:
- Установи Forge или Fabric
- Для версий 1.12.2 и более старых — скачай ffmpegофф-сайт | С нашего сайта
- Создай папку ffmpeg в папке .minecraft
- Из скачанного архива скопируй в папку ffmpeg папки bin, presets, doc, так что бы было .minecraft/ffmpeg/bin/ffmpeg.exe
- Установи все дополнительные моды если указано.
- Скачай мод и скопируй в .minecraft/mods
- В лаунчере запускай версию игры с форджем или фабриком.