Update video-publishing-guide.md

This commit is contained in:
Thomas Zarebczan 2020-10-01 20:26:27 -04:00 committed by GitHub
parent 944c31c389
commit 3413a11a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ ffmpeg will automatically be found from your system path or [lbrynet folder](/fa
### Install and configure
The easiest way to configure ffmpeg on Windows/Mac is to [download the executables](https://www.ffmpeg.org/download.html) and copy the bin folder into a new folder called ffmpeg inside your [lbrynet folder](/faq/lbry-directories). The final path to the files would be something like `...lbry/lbrynet/ffmpeg/bin/ffmpeg.exe`. **This path must be exactly followed if you want it to be picked up automatically**, otherwise you will have to choose the path where the ffmpeg.exe is located on the Settings page.
The easiest way to configure ffmpeg on Windows/Mac is to [download the executables](https://www.ffmpeg.org/download.html) and copy the bin folder into a new folder called ffmpeg inside your [lbrynet folder](/faq/lbry-directories). The final path to the files would be something like `...lbry/lbrynet/ffmpeg/bin/ffmpeg.exe`. **This path must be exactly followed if you want it to be picked up automatically**, otherwise you will have to choose the path where the ffmpeg.exe is located on the Settings > Advanced Settings page.
For Linux, the install process typically adds it to your system path. This will allow the application to automatically detect it, but you can also choose your own custom path on the Settings page (will require restart in some cases).