Tag: convert
Change Case
Convert from lower case to upper case echo ‘hello world’ | tr ‘[:lower:]’ ‘[:upper:]’
Batch Resize Images with ImageMagick
Batch resize files in the current directory and send them to a thumbnails directory (requires convert from Imagemagick) find ….
Rip DVD using Mencoder
Rip a DVD to an AVI file using mencoder mencoder dvd://1 -dvd-device /mnt/Image/ -ovc xvid -xvidencopts pass=1 -alang en -oac…
Manual to Text
Ever wonder how you can get a man page in into a format you can read and print? man command…
Convert FLV file to MPEG
Convert FLV file to MPEG using ffmpeg ffmpeg -i myFile.flv -ab 56 -ar 22050 -b 500 -s 320×240 myFile.mpg
Command for Converting Video Format Using Mencoder
Convent video using mencoder in linux… mencoder input.mpg -o output.avi -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide
Recent Comments