Make converters into converter modules #8

Open
opened 2024-04-08 20:24:17 +02:00 by EpicKnarvik97 · 0 comments

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).

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).
EpicKnarvik97 added the
enhancement
label 2024-04-08 20:24:17 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KnarCraft/FFmpegConvert#8
No description provided.