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.

Wednesday, August 15, 2007

out.ipod.mp4


#!/bin/bash
/Applications/VLC.app/Contents/MacOS/VLC -vvv "$1" \
:sout="#transcode{vcodec=mp4v,vb=1024,scale=1, \
acodec=mp4a,ab=128,channels=2}:standard{access=file, \
url=$1.mp4}" vlc:quit \
--aspect-ratio "4:3" --sout-transcode-width 360 \
--sout-transcode-height 240 --sout-transcode-fps 30


#!/bin/bash
/Applications/VLC.app/Contents/MacOS/VLC -vvv "$1" \
--sout "#transcode{vcodec=mp4v,vb=1024,scale=1, \
acodec=mp4a,ab=128,channels=2}:standard{access=file, \
url=$1.mp4}" \
--aspect-ratio "4:3" --sout-transcode-width 360 \
--sout-transcode-height 240 --sout-transcode-fps 30

No comments: