Skip to content

Instantly share code, notes, and snippets.

View yudi-matsuzake's full-sized avatar

Yudi Matsuzake yudi-matsuzake

  • Curitiba, Paraná, Brasil
View GitHub Profile
@yudi-matsuzake
yudi-matsuzake / fu.sh
Created June 15, 2015 18:05
./fu.sh arquivo frase 1000
#!/bin/bash
if [ "$#" -ne 3 ]
then
exit
fi
echo "arquivo: $1"
echo "tamanho: $3"
echo "frase: \"$2\""
@yudi-matsuzake
yudi-matsuzake / knowledge_log.md
Last active August 29, 2015 14:12
Log informal de algumas coisas - ao meu ver - interessantes.

Bibliotecas necessárias para o Spotify rodar músicas locais

  • libx264-123

  • ffmpeg

Alterando as metatags de um mp3 com ffmpeg

ffmpeg32 -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" out2.mp3