mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update video-publishing-guide.md
This commit is contained in:
parent
a0aa1f97f3
commit
0230f24529
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ffmpeg will automatically be found from your system path or [lbrynet folder](/fa
|
||||||
|
|
||||||
### Install and configure
|
### 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 > Advanced 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) (make sure to use the Go To finder option on Mac). 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).
|
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).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue