Skip to content

shiftkey/stitch-together

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stitch-together

This is a standalone tool to organize timestamped pictures from a Pi came that are stored in a directory into a video, encoding each image with the timestamp and integrating the modifed images with ffmpeg to handle generating the script.

There is lots of hard-coded logic in here, with no current plans to make this extensible due to me being the only user.

This only support Linux currently (the only environment I've tested this on) and depends on ffmpeg being installed at /usr/bin/ffmpeg.

Usage

dotnet build -c Release
UPLOADS_DIRECTORY=/path/to/images/with/timestamped/file-names/ \
BLUESKY_USERNAME=username \
BLUESKY_PASSWORD=password \
    ./bin/Release/net10.0/linux-x64/stitch-together --date 2026-04-03 --upload

License

Noto Sans Mono Font used under license from Google Fonts.

About

A .NET project for stitching together images into a video using ffmpeg and publishing to Bluesky

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors