Skip to content

Instantly share code, notes, and snippets.

View faleev's full-sized avatar

Pavlo Falieiev faleev

View GitHub Profile
@faleev
faleev / video4android.sh
Created August 22, 2012 21:04
Convert video for HTC Desire
#!/bin/sh
# Convert widescreen-clips to mp4 for android
# http://www.linux.org.ru/forum/mobile/5042707
# How to compile FFMPEG:
# https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide
INPUT="$1"
if [ ! -f "$INPUT" ] ; then
echo File $INPUT not found