feedme java project

is free software, licensed under the terms of the GNU General Public License, that feeds/imports media from anywhere to xbox360 media center extenders, ipods, web servers, file servers, etc. using Java.

Please read the license here.

Monday, August 18, 2008

avi to ipod


ffmpeg -i in.avi -f psp -r 29.97 -b 768k -ar 24000 -ab 64k -s 320x240 out.mp4

ffmpeg -i in.avi -vcodec h264 -s 320x240 -acodec aac -ab 128 -f mov out.mov

ffmpeg -i in.avi -vcodec h264 -s 320x240 -acodec aac -ab 128 -f mp4 out.mp4

No comments: