-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Audio Only
& Worst
options to task queue preferred quality
#994
Comments
In order to achieve this, we should probably move the current file extension guessing from CLI to Core so we aren't hard coding in the enqueuer: TwitchDownloader/TwitchDownloaderCLI/Modes/DownloadVideo.cs Lines 50 to 58 in 1afcc3c
TwitchDownloader/TwitchDownloaderWPF/WindowQueueOptions.xaml.cs Lines 477 to 480 in 1afcc3c
|
I think the whole file extension guessing is something done only on Windows, and generally speaking it shouldn't matter. |
FFmpeg uses the file extension to automatically determine several things. |
Audio Only
preferred quality optionAudio Only
& Worst
options to task queue preferred quality
Originally posted by @ZeusLT in #955 (comment)
Prerequisites:
The text was updated successfully, but these errors were encountered: