Make converters into converter modules #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the recent changes in the stream-reordering branch, it seems possible to make converters into converter modules instead. A converter module does a task, like upscaling, downscaling, converting to h264, converting to h265, changing the output container (avi->mp4 for example), burning in specific subtitle, sorting streams based on some criteria, collecting adjacent files into one, etc. It should be possible to use several modules at once, and the user should be able to save a set of modules to a custom named template they can use whenever they want. This should be saved to a file adjacent to the executable, like ffmpegconvert.ini (extension not final).