Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianDMG authored Jul 13, 2016
1 parent f7ab5ed commit 0a52b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Powershell script that recursively searches through a defined file path and converts MKV, AVI, FLV, and MPEG files to MP4 using ffmpeg (with AAC audio). It then refreshes a Plex library, and deletes the source file upon success. Fails over to Handbrake encode if conversion failure is detected. The purpose of this script is to reduce the number of transcodes performed by a Plex server.<br><br>
<b><u>Dependencies</u></b><br>
This script requires ffmpeg and Handbrake to be installed on your computer. You can download them from here:<br>
<a href="https://ffmpeg.org/download.html">ffmpeg</a>
<a href="https://ffmpeg.org/download.html">ffmpeg</a><br>
<a href="https://handbrake.fr/downloads.php">Handbrake</a><br><br>
<b>Usage</b><br>
To use this script on a Windows computer, simply right click the file and choose "Run with Powershell".<br><br>
Expand Down

0 comments on commit 0a52b8e

Please sign in to comment.