From 02bcc96df0ff3f8776435e68480f57cbcad0aa5d Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 12 Apr 2017 20:51:21 -0400 Subject: [PATCH] Update README.md Formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a30bd7..112ca7d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # conv2mp4-ps Powershell script that recursively searches through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio as needed using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. The purpose of this script is to reduce the amount of transcoding CPU load on a Plex server and increase video compatibility across platforms.

Python version can be found here: conv2mp4-py

-Dependencies
This script requires:Usage
  1. Unzip or place script files in the same directory or folder
  2. Prior to running the script, run the interactive configuration setup utility (setup_conv2mp4-ps.ps1)
  3. Run the script (conv2mp4-ps.ps1) either manually or as a scheduled task for full automation.

Features +Dependencies
This script requires:Usage
  1. Unzip or place script files in the same directory or folder
  2. Prior to running the script, run the interactive configuration setup utility (setup_conv2mp4-ps.ps1)
  3. Run the script (conv2mp4-ps.ps1) either manually or as a scheduled task for full automation.

Features