Watch Folder with MPDecimate filter
Posted: Thu Oct 14, 2021 7:39 pm
Hello everyone!
I'm just starting to explore FFAStrans and I'd like to thankthe developers for the obvious amount of work put in! It's quite impressive!
Wondering if you could offer any suggestions on how to construct a particular workflow.
I'm looking to set up a watch folder on a network drive that looks at files and runs the mpdecimate filter to look for duplicate frames in footage and then reports the findings in txt file (not actually removing the frames).
The current ffmpeg command I'm using for this is:
-vf mpdecimate -loglevel debug -an -f null - 2>&1 | grep mpdecimate > output.txt
That does the trick for single targeted file but I'm hoping to tie it together in a watch folder drop location for ease of use for the team. I'm currently running a folder processor --> Custom ffmpeg (running the above command in the field) --> Folder for output. So far I'm just getting unknown errors but I feel like there's something I'm missing.
Thanks very much for any help you can provide!
I'm just starting to explore FFAStrans and I'd like to thankthe developers for the obvious amount of work put in! It's quite impressive!
Wondering if you could offer any suggestions on how to construct a particular workflow.
I'm looking to set up a watch folder on a network drive that looks at files and runs the mpdecimate filter to look for duplicate frames in footage and then reports the findings in txt file (not actually removing the frames).
The current ffmpeg command I'm using for this is:
-vf mpdecimate -loglevel debug -an -f null - 2>&1 | grep mpdecimate > output.txt
That does the trick for single targeted file but I'm hoping to tie it together in a watch folder drop location for ease of use for the team. I'm currently running a folder processor --> Custom ffmpeg (running the above command in the field) --> Folder for output. So far I'm just getting unknown errors but I feel like there's something I'm missing.
Thanks very much for any help you can provide!