zanders3 / filmsaw

A barebones movie editor inspired by Windows Movie Maker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filmsaw

Logo Image

A barebones movie editor inspired by Windows Movie Maker. Made during the Handmade Network Wheel Reinvention Jam.

Written in C using the Sokol Libs for graphics, window setup and input and FFmpeg to actually open and render the movie files to the screen.

Screenshot

Building on Windows

Install CMake 3.10 and Visual Studio 2022 then run cmake -G "Visual Studio 17 2022" .. Open moviemaker.sln and mash F5.

The code has been written in a cross platform-ish way but other platforms (Mac, Linux) are untested and unbuilt at this point.

About

A barebones movie editor inspired by Windows Movie Maker.

License:zlib License


Languages

Language:C 88.0%Language:C++ 11.7%Language:CMake 0.2%Language:GLSL 0.1%