-
-
Notifications
You must be signed in to change notification settings - Fork 292
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 a "simple" mode for saving video #2879
Conversation
backend/src/packages/chaiNNer_standard/image/video_frames/save_video.py
Outdated
Show resolved
Hide resolved
Not sure. If it's easy to add, then why not. I just think that it should have "lossless" in the name of the option if you add it.
I think both are used, so maybe both? |
I decided not to add AVI for now. We can add that if anyone wants it. I also added a AVC and HEVC to the h264 and h265 labels, respectively. Also, I made it hide the quality slider for GIF (like advanced mode does) |
backend/src/packages/chaiNNer_standard/image/video_frames/save_video.py
Outdated
Show resolved
Hide resolved
backend/src/packages/chaiNNer_standard/image/video_frames/save_video.py
Outdated
Show resolved
Hide resolved
backend/src/packages/chaiNNer_standard/image/video_frames/save_video.py
Outdated
Show resolved
Hide resolved
I think we need a label for the additional params text box. Otherwise gtg |
People often have confusion as to why the quality (crf) slider is what it is, or what the preset option does. If you don't know FFMPEG, then those things make no sense. Those users probably also don't know anything about encoders or formats.
So, I made a "simple" mode. It gives only a few options for formats, and uses a quality slider from 0-100 that sets both the CRF and preset values. This should make the node much more easily usable and intuitive for non-superusers
Open questions: