Batch transcoding without DirectShow input
To avoid writing specific code for editing or transcoding tasks that do not use the pipe as input, the filter can also run a plain batch transcoding:
- add the filter to the graph (alone, without connecting any pin),
- configure the command line with a normal FFmpeg command line (without
%PIPE%), - run the graph.
The progress log and completion notification events work the same way as in the normal mode.
E.g.:
