From 0a52b8ef2f2311b48d6a3684d17f1bb34ff08c1b Mon Sep 17 00:00:00 2001 From: BrianDMG Date: Wed, 13 Jul 2016 11:05:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f753af2..ee46deb 100644 --- a/README.md +++ b/README.md @@ -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.

Dependencies
This script requires ffmpeg and Handbrake to be installed on your computer. You can download them from here:
-ffmpeg +ffmpeg
Handbrake

Usage
To use this script on a Windows computer, simply right click the file and choose "Run with Powershell".