Some useful updates#5
Open
NyashniyVladya wants to merge 2 commits into
Open
Conversation
Automatic detection of the output folder based on the source file has been added. The option to select the extension of the output file has been added. For example, if you need to create a folder containing mp3 files based on a downloaded YouTube playlist in the form of a single video file.
The ability to pass multiple paths simultaneously has been added (the files will be split sequentially). The `audiobook-split-ffmpeg-mp3` script has been added; it is identical to its predecessor, but specifies the .mp3 format as the output format. The ability to pass a directory containing media files as an argument has also been added. The ability to pass an argument as a positional argument has been added. This may be useful for conveniently running the script via the ‘Open with’ command in Windows, where you can specify the utility’s .exe script.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Automatic detection of the output folder based on the source file has been added.
The option to select the extension of the output file has been added. For example, if you need to create a folder containing mp3 files based on a downloaded YouTube playlist in the form of a single video file.
The ability to pass multiple paths simultaneously has been added (the files will be split sequentially).
The
audiobook-split-ffmpeg-mp3script has been added; it is identical to its predecessor, but specifies the .mp3 format as the output format.The ability to pass a directory containing media files as an argument has also been added.
The ability to pass an argument as a positional argument has been added.
This may be useful for conveniently running the script via the ‘Open with’ command in Windows, where you can specify the utility’s .exe script.