This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Post-processing script for Plex DVR. | |
# | |
# This script is used to convert the video file produced by the DVR to a smaller | |
# version. The conversion is performed by a separate Docker container. | |
# | |
# For example, the HandBrake docker container is capable of automatically | |
# converting files put in a specific folder, called the "watch" folder. The |