Skip to content
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

[Feature Request] Queue System #59

Closed
cdgriffith opened this issue Sep 8, 2020 · 4 comments
Closed

[Feature Request] Queue System #59

cdgriffith opened this issue Sep 8, 2020 · 4 comments
Labels
feature request New idea for project

Comments

@cdgriffith
Copy link
Owner

This would be very "dumb" compared to other solutions. Aka nothing like handbrake's awesome subtitle / audio track detection mechanisims. Simply always using the same tracks.

@cdgriffith cdgriffith added the feature request New idea for project label Sep 8, 2020
@cdgriffith
Copy link
Owner Author

Updating this to be a little bit more usable instead of just a dumb operation, just send the commands you want to a queue. First take won't be as smooth as other solutions where you could send it back off the queue and edit it, but still would be handy.

@cdgriffith cdgriffith changed the title Feature Request: "Run on all files in directory" [Feature Request] Queue System Oct 25, 2020
@malcolmradelet
Copy link

Would this allow setting some default options like the Preset and CRF for all the files? Hope so :)

@cdgriffith
Copy link
Owner Author

Currently in heavy dev, but yes! Working on Queue + Profiles are the big additions for 4.0.

queue_and_presets

cdgriffith added a commit that referenced this issue Dec 6, 2020
* Adding #59 Queue system
* Adding #94 profiles (thanks to robchap79)
* Adding #98 multi-lingual support (thanks to leonardyan)
* Adding #111 HDR10+ Optimization flag for x265 (thanks to SlashX)
* Adding #113 copy video track option (thanks to leonardyan)
* Adding |=====  | Progress Bars
* Adding support for interlaced videos
* Adding option to download newest FFmpeg on Windows
* Adding builds for MacOS and Linux
* Adding --test (imports only) and --version startup options
* Changing to a model based dataclass setup with a large internal re-write
* Changing so it opens the file dialog for new video to last used directory
* Fixing #116 how HDR10 options for x265 work (thanks to HannesJo0139)
* Fixing thumbnails not being generated properly on 10-bit non bt2020 files
* Fixing QThread destroyed message on close
cdgriffith added a commit that referenced this issue Dec 27, 2020
* Adding #59 Queue system
* Adding #94 profiles (thanks to robchap79)
* Adding #98 multi-lingual support (thanks to leonardyan)
* Adding #111 HDR10+ Optimization flag for x265 (thanks to SlashX)
* Adding #113 copy video track option (thanks to leonardyan)
* Adding |=====  | Progress Bars
* Adding support for interlaced videos
* Adding option to download newest FFmpeg on Windows
* Adding builds for MacOS and Linux
* Adding --test (imports only) and --version startup options
* Adding option to clean old (over two weeks) logs by compressing them
* Adding background fix for first subtitle track to not be default if mkvpropedit is detected (thanks to ftpmorph)
* Changing to a model based dataclass setup with a large internal re-write
* Changing so it opens the file dialog for new video to last used directory
* Changing log names, including file output stem in conversion log
* Fixing #116 how HDR10 options for x265 work (thanks to HannesJo0139)
* Fixing dispositions being set for wrong tracks (thanks to ftpmorph)
* Fixing thumbnails not being generated properly on 10-bit non bt2020 files
* Fixing QThread destroyed message on close
* Fixing Cannot queue arguments of type 'QTextCursor' warning messages

Co-authored-by: leonardyan <64267563+leonardyan@users.noreply.github.com>
@cdgriffith
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New idea for project
Projects
None yet
Development

No branches or pull requests

2 participants