PinnedLoading
- Create animated thumbnail with ffmpe...
Create animated thumbnail with ffmpeg in bash 1#!/bin/bash
2#Creates an animated thumbnail of a video clip
3#This script uses scene cuts instead of fixed time intervals, and does not work well for videos with few/infrequent scene cuts
4if [-z"$1" ];thenecho"Usage: <Video Files...> [outputs to same dir as input]"&>2;exit 1;fi
5 - Seam Carving with Sobel in C
Seam Carving with Sobel in C 1unsignedchar*rgb_to_monochrome(unsignedchar*rgbImg,intwidth,intheight,intcolorspace,intweighted) {//RGB(A) -> Mono
2unsignedchar*monoImg=malloc(width*height);
3intm=0,n=0;
4registerr=width*height;
5 - magic_square_of_squares_calculator
magic_square_of_squares_calculator PublicBrute force a 3x3 magic square of squares extremely quickly
C
- Video_Clipper
Video_Clipper PublicClip / crop video segments, and concatenate them into a highlight reel. Simple and clean single page web app
HTML
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.