Skip to main content

Raúl - [^BgTA^]'s Library tagged convert   View Popular

19 Aug 08

PICFONT - Add text to picture

Crea imagenes con el texto en la fuente que quieras

picfont.com - Preview

Bookmarks image font pictures convert text tools web2.0 webdesign photo

21 Mar 08

htm2pdf | convert your html to pdfs

  • Convierte un html en PDF - bgtasoft on 2008-03-21
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
1 - 15 of 15
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo