Video editor for making parallax video from images (what is parallax effect?)
Windows, Mac , Linux
this app requires to file access, to load and save images, setting files.
for Mac
the app may not work on Apple silicon Mac (M1 etc)
you might need to give file access authority to the app. To do that, open terminal and type
xattr -d com.apple.quarantine
then drop the app icon to the terminal. result is
xattr -d com.apple.quarantine [file path to the app]
then hit return. for more information is here
you can change parameter value by dragging over parameter names on the menu
Set canvas camera size, aspect ratio in Canvas menu
In frame menu, Add Image controllers and load image files.
Set parameters like image position etc for both start and end frame.
In play menu, set video duration etc.
in export section, you can export sequenced image files and mp4 video file. Exported files are always generated in desctop.
If you want to export video file, you need ffmpeg.
Dowload ffmpeg binary from site like https://github.com/eugeneware/ffmpeg-static. Then click "select ffmpeg" button in export section menu and select executable ffmpeg file. The executable ffmpeg file is often located in bin folder in downloaded ffmpeg binary folder
project setting is saved in prefs.json in SimpleParallaxMakerPrefs folder which is generated in the same folder the application folder in.
Source code will be published once after I refactor it