[Feature] Add MKV export support to allow attaching source images from i2v#528
Closed
Gunther-Schulz wants to merge 488 commits intoWan-Video:mainfrom
Closed
[Feature] Add MKV export support to allow attaching source images from i2v#528Gunther-Schulz wants to merge 488 commits intoWan-Video:mainfrom
Gunther-Schulz wants to merge 488 commits intoWan-Video:mainfrom
Conversation
notification sound + prompt box color fix
…fication_sound Revert "notification sound + prompt box color fix"
color fix for all background colors
…on (hello, just using tiled vae decoding!)
… warn and use CPU decoding.
Fix for AMD error when not using tiled VAE decoding
Make seed in a batch further from each other
AMD installation instructions for RDNA3.x+Windows
added docker info
…er-runner Add Docker support with automatic GPU detection and optimization for Debian/Ubuntu systems
Fixed incorrect logic in refresh_status_async function that was causing continuous status updates. Changed condition from 'status == None or len(status) > 0' to 'status is not None and len(status) > 0' to only yield when there's actually a meaningful status to display. This resolves the display issue that started appearing after commit 799c3a2.
- Silences noisy console output when dropping videos without embedded images - Improves user experience by removing irrelevant informational messages
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.
Allow choosing mkv instead of mp4 in Configuration->Outputs. There is a checkbox for enabling to attach source images to the generated mkv. The image will be read back if applying settings from a generated video as well.
All code was generated by AI.
If you decide to merge this and my previous PR theer will be merge conflicts. I have a branch ready with merge conflicts resolved.