-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot load images #2
Comments
@izikeros, could you please try to follow the tutorial which is now in the README.md of this project? Do you still have the same issue? |
@michalfapso I will do it definitely after Easter - I will try to do it next week. |
Hi @michalfapso. I was able to generate first slideshow synced to the beat and with Ken-Burns effect! I needed to introduce small manual edit in the project file to have OpenTimelineIO working. Hint from Regarding the instruction - is super detailed now, thank you very much :)
BTW: superb outdoor activities in the video! :) |
I'm really glad to hear that you were able to generate the slideshow, @izikeros! The bug: I'm using an older version of Kdenlive 21.04.3 and maybe the latest version removed the Tracks: First I thought I'll make two video and two audio tracks to be able to make fade transitions between clips. But then I realized that having the Ken-Burns effect, the fade transition is not much needed and it's much more difficult to edit such project in Kdenlive afterwards. So I ended up with just a single video and audio track plus the separate music track. Virtualenv: I found it really simple to use on Linux, but when I tried to run it the same way on my Windows + MSYS2, there were many errors and I gave up after a while :) Project directory: Launching the editor from the project dir is simpler because all paths to picture and video clips referenced in the Kdenlive project file are relative to the project path. So this way all referenced paths work correctly. But to be able to run the editor from any dir, the project path could be just automatically prepended to all paths referenced in the project during import, and then during export all paths would have to be transformed back to relative paths. You're right that this slideshow editor is a bit rough to use. I just wanted to create slideshows of our family trips. We usually bring a bunch of photos and short videos and we like to put them together in a slideshow. So this editor is more like just a helping tool and the final product is actually the rendered slideshow. So I didn't put too much effort to enhancing the user experience aspect as it was only me using it :) Thanks, we like to spend time in forests, so I put them in the testing video :) |
Not sure if using the app in proper way but after launching
app.py
I cannot load images. Dialog for file selection opens butOpen
button is inactive.Observed under MacOS Monterey 12.2.1 (21D62) with package versions as in requirements.txt. I was using my fork with fixed bug with filenames variable.
The text was updated successfully, but these errors were encountered: