-
Notifications
You must be signed in to change notification settings - Fork 548
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
'Picture Frames' Animated Titles error #3420
Comments
@badukibaduki From the log you posted, that's almost certainly my fault, sorry. I'll take a look right now and hopefully have it fixed shortly. |
#3421 should fix both of the errors in your log, I should have an updated Windows installer for you in just a few minutes. |
Here's a link to a Windows 64-bit installer with the fixes from #3421 included: https://drive.google.com/file/d/1soB_rNptIVkpnpo-aO9Zp_xNNQt1M8Uz/view?usp=sharing Let us know if that fixes the problem, I tested under Linux briefly and things seem to be working correctly now. Sorry about that! |
@badukibaduki Great, thanks for getting back to me on that! Yeah, the image selection thing is normal, we don't assume which files you'd want to choose for the titles or in which order you'd want to use them, so all of the selectors just default to the first item on the list. I suppose we could be a little proactive, and automatically choose the first four items in order. At worst you'd have to adjust them all, which would be no different from how things currently work. I'll have to think about that a bit. It should be possible, as long as I can't think of any problems we'd be causing for people with that change. |
Yes true, but when I first tried to use the 'Picture Frames', I didn't load any images and thought I could click at the file path and choose them. (since the name 'Picture 1 Path' suggests I can choose any image in any folders) But if we are using images from the loaded project files, it should be just 'Picture 1' 'Picture 2' and so on.. without 'path' which confuses a little or if you could implement in choosing any file from any folder, it would look like this.. just one more option for you to think about? ;) |
That's an excellent point, and I will definitely at least remove "Path" from the labels. (I suspect originally you could load image files directly, and when the interface was changed to work off of the Project Files list, the labels were never corrected In theory, there's no reason the images need to be in Project Files. Once the animation is generated, they're no longer strictly necessary. However, I think managing them through Project Files is a good idea for two reasons:
|
Part of me is tempted to change the selection boxes to initially read "Choose Project File...", to make it a bit more explicit what's expected there. But then you'd be forced to make a selection for all four pictures every time, and that goes against the OpenShot design guideline that something useful should be produced even with all-default settings. (As you've seen, when there are no project files loaded the lists are disabled and show "No Files Found". Which maybe could be changed to "No Project Files available" or something, but otherwise I think is clear enough.) |
As @badukibaduki pointed out in #3420, it's misleading to label the picture selections "Picture 1 Path", "Picture 2 Path", etc. We only allow the user to select existing Project Files, so they can't load an arbitrary file path.
I've updated PR #3421 to also fix those labels (to just "Picture 1", "Picture 2", etc.). |
Cool! I corrected my xml as yours for now instead of downloading the whole daily build. Yes I agree with you. But in my case, I was only using those 4 images for the title animation. 4 can be easily remembered and also redo it anytime without being saved. But having them in the project files bin confuses me with bunch of other media files. If I have 10+ images for slide show, I will have to know them by file names (since thumbnail view is not available in the list) and that will be very frustrating. For testing, I used 30 images and the whole screen took up with the list and I have to know which file name is which. I also tried selecting 4 images from the bin and open 'Animated titles' as I thought it would limit me in using only those 4 but that didn't do anything. I still had to choose from the long list. But, if I want to re-use the image for both the title and the slideshow, that would be fine. So, pre-selecting 4 for the title would be an option, loading directly is an option even though validation could cause openshot to crash but can limit to only view/select image files and no other visible. Or, if none will work... then maybe instead of "No files found".. how about.. "Add files to Project" something like that. |
Describe the bug
'Picture Frames' from the Animated Titles doesn't work.
I have tried with different versions of Openshot(2.5.1 & 2.5.1-dev2) and Blender(2.82 & 2.90alpha) but same outcome. Both programs run fine except occasional Openshot shutdowns but that's fine.
All 'Animated Titles' also work fine. So why is this 'Picture Frames' not working? There are no examples of doing the picture frames and so I can't even see if I'm doing anything wrong. I have also tried this with one other friend and he too have the same problem. Unfortunately he has more problems then I with frequent shutdowns and longer rendering, output time even though he has a better cpu. But that's not the problem right now. I need to get this picture frames working.
Steps to reproduce the behavior:
4-1. No images in the project produces blank 4 image slots with no files found path (unclickable) but render-able with pink blocks.
4-2. If images are loaded then there is nothing in the paths section and render button is grayed out. (see screenshots)
Expected behavior
I have tried with different versions of Openshot(2.5.1 & 2.5.1-dev2) and Blender(2.82 & 2.90alpha) but same outcome.
Both programs run fine except occasional Openshot shutdowns.
All 'Animated Titles' are also fine except 'Picture Frames'
System Details
Log Files
Exception / Stacktrace
No stacktrace found in log files
Screenshots
No picture loaded:
Picture loaded:
The text was updated successfully, but these errors were encountered: