Pinned Loading
-
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" ];then echo "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 1unsigned char* rgb_to_monochrome(unsigned char *rgbImg, int width, int height, int colorspace, int weighted) { //RGB(A) -> Mono
2unsigned char *monoImg = malloc(width * height);
3int m = 0, n = 0;
4register r = 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
4 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More