Batch transcoding without DirectShow input
To avoid having to implement specific code for editing or transcoding tasks that do not use the pipe as input, you can use the filter for a normal batch transcoding as follows:
- 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.:
