Raúl - [^BgTA^]'s Library tagged → View Popular
30 Jun 08
Vector Magic | Precision Bitmap to Vector Conversion Online
Convierte cualquier tipo de imagen a vectorial
30 Aug 06
Linux.com | How to convert YouTube videos to DivX or XviD
- Convierte los videos de YouTube a Divix o XVid - bgtasoft on 2006-08-30
-
#!/bin/sh
if [ -z "$1" ]; then
echo "Usage: $0 {-divx|-xvid} list_of_flv_files"
exit 1
fi
# video encoding bit rate
V_BITRATE=1000
while [ "$1" ]; do
case "$1" in
-divx)
MENC_OPTS="-ovc lavc -lavcopts \
vcodec=mpeg4:vbitrate=$V_BITRATE:mbd=2:v4mv:autoaspect"
;;
-xvid)
MENC_OPTS="-ovc xvid -xvidencopts bitrate=$V_BITRATE:autoaspect"
;;
*)
if file "$1" | grep -q "Macromedia Flash Video"; then
mencoder "$1" $MENC_OPTS -vf pp=lb -oac mp3lame \
-lameopts fast:preset=standard -o \
"`basename $1 .flv`.avi"
else
echo "$1 is not Flash Video. Skipping"
fi
;;
esac
shift
done
25 Jul 06
Jean-Jacques’s blog » Blog Archive » How to convert your photoshop document to a CSS in less than 30 seconds, a precise tutorial with illustrations
- Photoshop a HTML - bgtasoft on 2006-07-25
Alkyproject.com - bringing Microsoft Windows programs to Linux and Mac!
- Ejecutables Windows convertidos a OSX/Linux - bgtasoft on 2006-07-25
1 - 15 of 15
Showing 20▼ items per page
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in convert
Related Lists on Diigo
-
Convert OST
Highly advance ost to pst c...
Items: 1 | Visits: 63
Created by: recoverdata
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
