Freitag, 6. Juli 2012

[OT] Convert video to Kindle Fire friendly format


I searched the whole web to find a good script for converting movies to Kindle Fire friendly format.

Finally i made it up from some other scripts i found for other devices

Note : I use CM_9 and Mob*Play*r on it

convert-kindle.sh

INPUT="$1"
ffmpeg -y -i "$INPUT" -s 1024x600 -b 0.3M -bt 0.3M -vcodec libx264 -pass 1 -vpre fastfirstpass -an "$INPUT"-KINDLEFIRE.mp4
ffmpeg -y -i "$INPUT" -s 1024x600 -b 0.3M -bt 0.3M -vcodec libx264 -pass 2 -vpre hq -acodec libfaac -ac 2 -ar 48000 -ab 128k "$INPUT"-KINDLEFIRE.mp4

Keine Kommentare:

Kommentar veröffentlichen