-
Notifications
You must be signed in to change notification settings - Fork 7
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
Button to take a screenshot #38
Comments
Note that, the button would take a screenshot on all cameras (buttons cannot be dynamically added, so it is impossible to add buttons for each camera you have) |
I only use one camera at a time, that is complicated enough, but it might be different for others. I would suggest disabling this new button whilst normal recording, and enable it when the main recording is paused. If you are recording normally there probably isn't any need to immediately take the next shot. |
After further thinking, this does not seem to make sense. So better 'protect' the creators from adding extra jitter by using the button! |
That is completely fair enough. You the boss. |
Would it work for this to be a third tooltip button, along with the camera edit button and the pause all cameras button? |
That was the plan yes, add a 3rd button that can be put on the toolbar. With this it is also possible to add a keyboard shortcut, like the other 2 buttons have. While I was thinking about this feature, I was wondering if the camera should or should not transition when activating the button. Edit Now that I think about jittery animations will be the case even, without being in a transition. As different number of game ticks have been passed each time you click the button (as you are not a machine, while the mod is able to precisely take screenshots for a fluent video). @theotherbigfoot Are you sure, this is a desired side-effect of your feature request? |
I'm not worried about jittery animations if the camera is stationary. We are talking individual frames, nobody is going to notice that. I can't talk about side-effects, I don't really know the technical details. I understand what you are saying (about tick timers and such) but I would have no idea how to solve the problem we are talking about. The final product is really the most important thing, the video itself, so if fixing the problem (or adding the feature) causes a crappy transition in the final video then I would probably prefer that the mod was left the way it is at the moment. To be honest, not being able to pause the timelapse whilst the camera is transitioning is a bigger problem for me but I have a feeling this is the exact same issue. If the feature can't be added then it can't be added. I will just continue doing things the way I do things. |
I was just reconsidering the effect of such a manual button. It is not a problem it implement. Pasuing cameras in any way, while the world is running, causing this jitter. As the progression rate of the works in the video varies. I was just wondering if jitter during transitions would invalidate the use-case of the button (wasting spend effort). TBH I wonder/suppose your current way of working is actually the only way to prevent such jitter, as you keep the camera running at all times. (I understand it causes stress or boredom, depending on the amount of tasks you have to do in-between frames. All for the views I guess? 😉 As said before, I have zero experience with video editing/producing, so it is hard for me to imagine the side-effects of certain changes. So I am happy for you to provide feedback from your pool of experience on such topics 👍 |
Ok, let me give you some perspective. There was a time when I didn't understand how the transitions in the mod worked. It was actually a certain drdozer who explained it to me. So in order to get the camera to transition I would manually change the co-ordinates in the area tracker tab, smooth tracking switched off, capture a single image, build a bit more, change the co-ordinates, capture an image etc. It was a ball ache but it got the job done. I'm explaining this for two reasons. 1. Thanks to drdozer I am happy just to have automated transitions at all, my original method was incredibly painful. 2. Is this not a much simpler way of doing things coding wise? Move each individual corner by the same amount each tick in a straight line from A to B? I mentioned this earlier with the whole zooming thing based on the centre of an area, because the algorithm of that seems complicated. If we made the algorithm simpler would it solve this issue? |
I've given up caring about the views. I do this because I think it is awesome. And I'm a perfectionist, so if I am going to do it I'm gonna make the best damn video I can come up with. I put a timelapse up yesterday, the last 2 minutes of that video took about 30 hours to make but now its done I don't have to do it again. I just get to enjoy it. I don't mind a bit of hard graft if there is a clear end result |
Thanks for the clarification. It made clear to me how the (preferred) use-case of the button should look like. The button will be only active when the camera is paused. As I do not see a use-case to add extra frames when the camera is rolling (except for adding jitter to the video). I feel that a warning (tooltip) is in place to make the side-effects clear (jitter). Then it becomes a powerful tool for the creator to play with. Basically allowing for stop-motion during game-play and during transitions. 30 hours of work for 2 minutes of video? That is some serious dedication! 💪 |
I have gone back to my original timelapse compiling software application, Microsoft Photos. This was the issue. I paid for a piece of software that is crap. I needed it for 4k, but that wasn't worth it either. Only Microsoft Photos from here on. |
I didn't know it would take 30 hours when I started. Once you are committed... Thank you for the compliment |
I make my timelapses within kdenliven, using the image series importer. I
don't know if there's a windows build.
…On Mon, 26 Jun 2023 at 16:39, theotherbigfoot ***@***.***> wrote:
I have gone back to my original timelapse compiling software application,
Microsoft Photos. This was the issue. I paid for a piece of software that
is crap. I needed it for 4k, but that wasn't worth it either. Only
Microsoft Photos from here on.
—
Reply to this email directly, view it on GitHub
<#38 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEOOXF5CZO2N5MRA7ZOSOTXNGUK3ANCNFSM6AAAAAAZQBLF7M>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Dr Matthew Pocock
Turing ate my hamster LTD
mailto: ***@***.***
gchat: ***@***.***
msn: ***@***.***
irc.freenode.net: drdozer
skype: matthew.pocock
mob: +447535664143
|
There is indeed a windows build. I will take a look. |
Available in the next release |
You are my hero |
If you want to try before the release, you could already grab the source code and replace the TLBE mod in your mods folder:
You could also check that/if the Pause Camera issue is fixed. Note: As this is still experimental/unreleased code, I would recommend to not save your game, so it won't get messed up on accident 😉 |
YES!!! Works perfectly. Amazing. |
Released in v1.5.0 |
Requested in #37:
The text was updated successfully, but these errors were encountered: