ffprobe-python
ffprobe-python copied to clipboard
added support for PurePath objects for defining source file.
pipes breaks with the following error when given a Path object:
TypeError: expected string or bytes-like object, got 'PosixPath'
This change addes a check for, and handles that case so that Path objects can be used directly in Posix enviroments