Updated Installation (markdown)

Michael Fabian Dirks
2019-10-08 16:19:12 +02:00
parent 1922b60b48
commit cfdd505a9a
+3 -3
@@ -8,13 +8,13 @@ To ensure that you will not run into problems, make sure to disable or remove th
* Avira: Known to cause problems with .exe installs by randomly deleting files that were just installed.
* Avast: See Avira.
# Windows: Using the Installer
# Using the Installer (Windows only)
OBS FFmpeg Encoder(s) ships with an .exe installer that will automatically search for an installed OBS Studio (not a portable OBS Studio) and will install the plugin correctly there. Launch OBS Studio and you should now find the new encoders available in Output Mode Advanced.
# Windows: Using the Zip and 7Z Archives
# Using the Zip and 7Z Archives (Windows only)
These archives have their content structure exactly identical to the one required by a Windows OBS Studio installation. Extract them to the place you installed OBS Studio to (usually C:\Program Files (x86)\obs-studio) and then launch OBS Studio. You should now find the new encoders available in Output Mode Advanced.
# Building together with OBS Studio
# Building together with OBS Studio (All platforms)
1. Follow the OBS Studio compiling guide for Windows.
2. Clone obs-ffmpeg-encoder to `<obs source code>/plugins/obs-ffmpeg-encoder` (should have a CMakeLists.txt at `<obs source code>/plugin/obs-ffmpeg-encoder/CMakeLists.txt`).
3. Add `add_subdirectory(obs-ffmpeg-encoder)` to `<obs source code>/plugins/CMakeLists.txt`.