Update video-publishing-guide.md

This commit is contained in:
Thomas Zarebczan 2020-05-26 16:49:20 -04:00 committed by GitHub
parent cfc2efa50e
commit 4fa4bfdc7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,7 @@ If you prefer 1080P, please try to keep the bitrate at or below 8 Mbps. You'll b
The LBRY Desktop application supports local transcoding of videos during the publish process. This will require ffmpeg (automated process coming later) to be installed and will create a transcoded copy alongside your original file (**_fixed** appended to the filename).
![publish](https://spee.ch/0/publish-page.jpeg)
ffmpeg will automatically be found from your system path or [lbrynet folder](/faq/lbry-directories), or you can also use a custom path.
**Known issues:*
- For Windows users, do not use system protected paths like program files/system32 as this may not have appropriate permissions.
- For Mac users, you may need to run the ffmpeg / ffplay from the command line a single time before the app has permission to do so.
ffmpeg will automatically be found from your system path or [lbrynet folder](/faq/lbry-directories), or you can also use a custom path.
### Install and configure
@ -32,6 +27,11 @@ The easiest way to configure ffmpeg on Windows/Mac is to [download the executabl
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).
**Known issues:*
- For Windows users, do not use system protected paths like program files/system32 as this may not have appropriate permissions.
- For Mac users, you may need to run the ffmpeg / ffplay from the command line a single time before the app has permission to do so.
![settings](https://spee.ch/4/ffmpeg-settings.jpg)
## Instructions for Handbrake