Hi, the easiest way would be to install photofilmstrip via apt-get with all dependencies suggested by apt-get (that means wxPython 4.0.x respective deb package python3-wxgtk4.0) Unfortunately the photofilmstrip package in 20.04 missed an update so you may edit the file "/usr/lib/python3/dist-packages/photofilmstrip/action/ActionI18N.py" navigate to line 43 and change the line "lang.install(True)" to "lang.install()" (remove the True). if you install wxPython via pip you get the newest version 4.1.x....
This error is already fixed and should be updated in the ubuntu/debian packages very soon. As long you only can fix it yourself by editing the file /usr/lib/python3/dist-packages/photofilmstrip/AppMixin.py (as root) and change the line (31) lang.install(True) to lang.install()
Thanks for the hint. I will have a look at this.
I noticed this too. Close the dialog once via x button or escape. Then redo creating a new project. The second time the dialog opens up all buttons are visible. I am still investigating
Thanks for reporting this. i created a bug issue. As a workaround you can modify something else e.g. duration of a slide to make the save button enabled.
I like the idea to include the subtitle in the video file. Thanks for the hint. I plan this as a new feature in a future release.
You have to set the start rectangle equal to the target rectangle. You can use the tool buttons in the middle. The bad thing is you have to do it for every picture :-(.
Thank you for your input. I have planned a feature to put multiple slideshows together. I like your idea to add/record a narration to each slide. I need to think about it how to add this. Thanks.