From 1ee692ff8129f202971df913bbcc8606a24d2abe Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 10 Jul 2020 14:13:48 -0400 Subject: [PATCH] Update video-publishing-guide.md --- content/faq/video-publishing-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq/video-publishing-guide.md b/content/faq/video-publishing-guide.md index 875e76fb..40d231e1 100644 --- a/content/faq/video-publishing-guide.md +++ b/content/faq/video-publishing-guide.md @@ -23,9 +23,9 @@ 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`. For Linux, the install process typically adds it to your system path. +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. -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 most 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). **Known issues:*