You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction of a New Parameter in Command Line Interface
This upgrade introduces a new element named output_mkv in the command-line interface (CLI). This feature will give users the ability to save the subtitled video in their desired format, either an .mkv or .mp4 container. By default, the subtitled video will be in .mp4 format.
Adjustments to Enhance output_mkv Functionality
Specific conditional statements have been incorporated. These improvements guide the software on how to respond when output_mkv is set to True. In this case, it leverages on the ffmpeg.output instead of ffmpeg.concat method. Its objective is to enable smooth transfer of video and subtitle streams into an .mkv container.
Flexible Output File Extension
The output file extension has been modified for flexibility. With this, the output video can switch between "mkv" or "mp4" formats effortlessly. This is determined by the user's preference, specifically the value set for output_mkv.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added an option to add soft subs to the video in a .mkv container.