Make converters into converter modules #8
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KnarCraft/FFmpegConvert#8
Loading…
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).