Skip to content

Tags: Mikau28/conv2mp4-ps

Tags

v3.1.2

Toggle v3.1.2's commit message
v3.1.2

* New method of calculating per-encode and cumulative disk usage change
* Calculated values are more accurate now - using a 1024 base
instead of 1000
* Closes issue BrianDMG#27
* Removed unnecessary whitespace

v3.1

Toggle v3.1's commit message
v3.1

* Addressed Issue BrianDMG#19 : Added a toggle for Plex features so it can be
turned on or off (by setting $usePlex to $True or $False in the cfg
file)
* Addressed Issue BrianDMG#22 : Special characters in file names are ignored and
working properly now
* Added a description for each ffmpeg and HandbrakeCLI argument within
the script. Hopefully this will make it easier for those wishing to
customize encoding parameters.
* Since an option was added to the cfg file, make sure you don't delete
the new $usePlex variable if you copy your old settings over. Using a
text diff/merge tool (like WinMerge) is recommended.

v2.2

Toggle v2.2's commit message
v2.2

* Added script queuing via semaphore lock file - If script is already
running and a new instance is created (via task scheduler or manually),
new instance will wait for the older instance to release the lock file
before proceeding.

v3.5-BETA

Toggle v3.5-BETA's commit message
Update README.md

Formatting

v3.0-BETA

Toggle v3.0-BETA's commit message
Update README.md

Formatting

v2.1

Toggle v2.1's commit message
v2.1

Addressed issue BrianDMG#5 - Added switch to allow the log to append new session
logs to previous session logs or overwrite previous session log with new
session log.

Fixed issue BrianDMG#6 - Correct file size no being updated when Handbrake
failover was encountered., causing Handbrake encodes to be deleted
regardless of encode success/failure. Now reports the correct file size
of the re-encoded file and only deletes the file again if it's actually
still too small.

v2.0

Toggle v2.0's commit message
V2.0 Release

* Added test to ensure user-defined paths are valid, with friendly
output.
* Added check for file sizes to allow for representing sizes as KB, MB,
or GB
* Implemented error handling that should prevent data loss due to source
files being deleted when a user cancels the script mid-encode.
* Improved exception handling to allow the script to fail gracefully

v1.9-BETA

Toggle v1.9-BETA's commit message
Update README.md