https://github.com/fonsp/one-seconder
📽 A simple mono application to create a one-second-a-day compilation
https://github.com/fonsp/one-seconder
Last synced: about 1 month ago
JSON representation
📽 A simple mono application to create a one-second-a-day compilation
- Host: GitHub
- URL: https://github.com/fonsp/one-seconder
- Owner: fonsp
- Created: 2017-09-30T18:36:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T15:05:13.000Z (about 4 years ago)
- Last Synced: 2025-03-10T11:02:17.085Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# one-seconder
A simple mono application to create a one-second-a-day compilation. Still in development.
Features:
- Scans a folder and selects only long (at least 1 sec) clips for every day.
- Adds a date watermark.
Running on linux (tested on Ubuntu 16.04.1):
- Install ffmpeg (2.8.11) and mono-dev
- Compile and run with `mcs OneSeconder.cs && mono OneSeconder.exe`
- Have a VLC window open which plays the testScreen.mp4 file (in the execution folder) on repeat. To update the test screen, press stop and play.
Read `OneSeconder.cs` for instructions on how to prepare the videos before selection, and on how to concatinate them afterwards.
## Video editing commands
`bright` to increase the image brightness, `unbright` to undo
`slow2` to slow the video down 2x and setting the framerate to 30, `unslow2` to undo
`slow4` to slow the video down 4x and setting the framerate to 30, `unslow4` to undo
`c` to rotate clockwise
`cc` to rotate clockwise
`flip` to rotate 180 degrees
`default` to reset rotation
_Upscaling to 1080p and padding vertical videos is done automatically after choosing your second._