@youtherthyf 's little gif blog. i like making gif sets of shows and movies i like. and this blog is for forcing it all down your throught. open for suggestions of gifs sets to make tho
Don't wanna be here? Send us removal request.
Text
remember when this game was lost for like a decade? yeah that was basically all i knew about scott pilgrim for years before i got into the fandom-
#thanks to random gaming fact video i saw when i was 12. you introduced me to this#scott pilgrim#scott pilgrim the game#scott pilgrim vs the world#gif#gifset#tw flashing lights#not gonna tag every single character lmao
12 notes
·
View notes
Text
so thought i might as well pin this now. for future reference, most things on this blog are made using a janky ass bash script i made while bored last semester. feel free to copy and use it if you want(needs bash and ffmpeg installed to work)
[traverse the "keep reading" for code]
! /bin/bash mkdir gifmktemp343123423 #set values starttime=0 playtime=100 if [[ -z $2 ]]; then starttime=0 else starttime=$2 fi if [[ -z $3 ]]; then playtime=100 else playtime=$3 fi #create palette ffmpeg -ss $starttime -t $playtime -i $1 -filter_complex "[0:v] palettegen" gifmktemp343123423/palette.png #make gif ffmpeg -ss $starttime -t $playtime -i $1 -i gifmktemp343123423/palette.png -filter_complex "[0:v][1:v] paletteuse" gifmktemp343123423/output.gif #find resulotion x1=$(ffmpeg -i $1 2>&1 | grep Video: | grep -Po '\d{3,5}x\d{3,5}' | cut -d'x' -f1) y1=$(ffmpeg -i $1 2>&1 | grep Video: | grep -Po '\d{3,5}x\d{3,5}' | cut -d'x' -f2) x2=540 y2=$((($x2*$y1)/$x1)) echo $starttime echo $playtime echo $y2 #compress gif ffmpeg -i gifmktemp343123423/output.gif -s $x2"x"$y2 yourgif.gif rm -r gifmktemp343123423
#coding#gif#programming#bash#linux#ffmpeg#will probably edit this if i change the script... probably
1 note
·
View note
Text
trailer has been out for months but i only got around to making this
#gif#gifset#monster prom#monster con#monster prom zoe#monster prom liam#monster prom nico#monster prom doug#monster prom omen#monster prom april#monster roadtrip#monster camp
350 notes
·
View notes
Text
#putting this here for organisation reasons#helluva boss#helluva fizzarolli#fizzarolli#sign language
136 notes
·
View notes
Text
#putting this here for organisation reasons#scott pilgrim#scott pilgrim vs the world#first time doing a gifs post#scott pilgrim takes off#learning to use ffmpeg was lots of fun#lucas lee#envy adams#stacy pilgrim#kim pine#julie powers#wallace wells#todd ingram#gideon graves#mathew patel#remona flowers#roxie richter#young neil#knifes chau#gif#gifset
3K notes
·
View notes