Open
Conversation
Owner
|
Hi @BizarreMachinist , sorry for the very late response and thanks for your help, I haven't look into this project for a long time and I decided to update it a bit during this holiday. However I cannot test your pr locally since I do not work with dual monitors, I hope someone else can confirm this pr works :) |
|
Unfortunately, this does not work for me. I only get a black screen. GNOME 42 |
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.
Hey there!
I've added the ability to have the video stretch across dual monitors (an probably more, but I can't test it).
This is for when you make a video that is the combined width of both monitors. Previously it would squish the width and display a copy on each monitor.
This can be done by adding an optional
--spanor-safter the file name.I've also made it throw an error if no arguments are given. This doesn't stop you from adding more than the file name and
-s, but it'll simply ignore everything after.I tried to keep your formatting style while editing. Let me know what you think. This is kinda my first pull request :D
Have a glorious day!