This allows for installation of the script using pip, as well as calling the script from anywhere without specifying the location (as it gets installed into the PATH).
For this to cleanly work, I had to change the configuration file behaviour: instead of changing config.py a configfile has to be created with the paths to ffmpeg and ffprobe, if they are NOT in the path.
Otherwise it should work out of the box.
All this is documented in the README.
PS: Sorry about some unnecessary edits, my editor removed trailing whitespace.
This allows for installation of the script using pip, as well as calling the script from anywhere without specifying the location (as it gets installed into the PATH).
For this to cleanly work, I had to change the configuration file behaviour: instead of changing config.py a configfile has to be created with the paths to ffmpeg and ffprobe, if they are NOT in the path. Otherwise it should work out of the box. All this is documented in the README.
PS: Sorry about some unnecessary edits, my editor removed trailing whitespace.