Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianDMG authored Jun 10, 2017
1 parent f6ded70 commit 4fdc14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This script requires ffmpeg (<i>ffmpeg.exe, ffprobe.exe</i>) and Handbrake (<i>H
<ul><li><b>conv2mp4-ps.ps1</b>: the executable script.<br>
To use this script on a Windows computer, simply right click the file (<b>conv2mp4-ps.ps1</b>) and choose "<i>Run with Powershell</i>". Additionally, you can run the script as a scheduled task for full automation.</li>
<li><b>cfg_conv2mp4-ps.ps1</b>: configuration file, contains user-defined variables.<br>
<b>User-defined variables (<i>cfg_conv2mp4.ps1</i>)</b><br>
<i>NOTE: If you're upgrading from v2.2 or lower, you may copy your old settings over, but take care not to delete the variables that have been added since the last update.</i><br><br>
<b>User-defined variables (<i>cfg_conv2mp4.ps1</i>)</b><br>
There are several user-defined variables you will need to edit using notepad or a program like <a href="https://notepad-plus-plus.org/download/v6.9.2.html">Notepad++</a>.<br><br>
<b>$mediaPath</b> = the path to the media you want to convert <i>(no trailing "\")</i><br>
<u>NOTE:</u> <i>For network shares, use UNC path if you plan on running this script as a scheduled task. If running manually and using a mapped drive, you must run "net use z: \\server\share /persistent:yes" as the user you're going to run the script as (generally Administrator) prior to running the script.</i><br>
Expand Down Expand Up @@ -51,4 +51,4 @@ To fully automate this script on a Windows system, you will need to set it as a
<li>In the <b>Add arguments</b> field, enter <b>-ExecutionPolicy Bypass -File c:\path\to\script\conv2mp4-ps.ps1</b></li></ul>
<img src="http://teague.io/wp-content/uploads/2017/04/3.png"></li>
<li>(<i>Optional</i>) Tailor settings under the <b>Conditions</b> and <b>Settings</b> tabs to your liking</li></ol>
<br>The script will now run automatically to your specifications.
<br>The script will now run automatically to your specifications.

0 comments on commit 4fdc14f

Please sign in to comment.