diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..ff24aaf Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 1b6da1c..cc375ed 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,23 @@ Your friendly multilateral video toolkit built for artists by artists. It's your ## Available Programs | Program | Description | | -------- | ------- | +| blur_pix | Extracting the silence out of a video file | | convert | Simple video file convert | | extract_frames | Extract individuals frames from a video file as PNGs | -| resize | Resizing the dimensions of a video file | +| frame_delay_pro1 | Apply frame delay effect with parameter input | +| frame_delay_pro2 | Apply frame delay effect with parameter input | +| lsd_feedback | Apply LSD-like frame delay effect | +| mirror_delay | Apply a frame delay plus a mirrored effect | +| nostalgic_stutter | Apply frame stutter akin to a corrupted file | +| overexposed_stutter | Apply a frame stutter and exposing the video like the file is corrupted | +| resize | Resizing the dimensions of a video file | +| reverse | Reverse video file | +| scrolling_pro | Apply video scrolling effect with definable parameters | +| scrolling | Apply static video scrolling effect | | silence_extraction | Extracting the silence out of a video file | +| sound | Extract audio from video file | +| stack_2x | Stack 2 videos on top of each other keeping the original orientation | +| stutter_pro | Apply frame stutter effect with definable parameters | ## Dependencies FFmpeg is required for the project. Install *ffmpeg* using [Homebrew](https://formulae.brew.sh/formula/ffmpeg) diff --git a/img/7na1n3u7ji_72eycdz6el_vc011887.png b/img/7na1n3u7ji_72eycdz6el_vc011887.png new file mode 100644 index 0000000..dd2aaec Binary files /dev/null and b/img/7na1n3u7ji_72eycdz6el_vc011887.png differ diff --git a/inputs/input.mp4 b/inputs/input.mp4 deleted file mode 100644 index 0987e6d..0000000 Binary files a/inputs/input.mp4 and /dev/null differ diff --git a/inputs/input2.mp4 b/inputs/input2.mp4 deleted file mode 100644 index 55c8867..0000000 Binary files a/inputs/input2.mp4 and /dev/null differ diff --git a/outputs/extract_sound.wav b/outputs/extract_sound.wav deleted file mode 100644 index 6f9535f..0000000 Binary files a/outputs/extract_sound.wav and /dev/null differ