diff options
Diffstat (limited to 'mplayer/README')
| -rw-r--r-- | mplayer/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mplayer/README b/mplayer/README new file mode 100644 index 0000000..f9702c8 --- /dev/null +++ b/mplayer/README @@ -0,0 +1,7 @@ +1. prepare your avi files for Ben: + +for i in $(echo "*.avi"); do /usr/bin/mencoder -o "$i.mpg" -vf scale=320:-2 -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video:vpass=1:vbitrate=200 -ofps 24000/1001 -oac lavc -lavcopts acodec=mp2:abitrate=64 "$i" && /usr/bin/mencoder -o "$i.mpg" -vf scale=320:-2 -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video:vpass=2:vbitrate=200 -ofps 24000/1001 -oac lavc -lavcopts acodec=mp2:abitrate=64 "$i"; done + +2. play your files with Ben: + +mplayer -vo sdl -ac mad file.mpg |
