Nicholas Wronski
Nicholas Wronski
unfortunately, there is no way to do this with `batch-transcode-video`. for me, as convenient as this would be, the risk of accidentally deleting someone's stuff far outweighs the benefit of...
Try adding a custom `mask`. Here is one that would only match `Movie11.mkv` through `Movie20.mkv`: ``` --mask 'Movie(1[1-9]|20).mkv' ``` If the files are in subfolders of your `input` directory, change...
approaching your question from another angle, if you want to run the program overnight and only have it process files that have not been transcoded yet, you can use the...
Probably not right now, but it could be done if I added a way to reference the original file name and then substituted in the right value for each file....
@johnnymajor Have you tried putting these table names in backticks, single quotes, or double quotes?