Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged convert



« Prev 1 Next »
simple command that resize and crop, if necessary, an image, centering the image.
0 678 posted 12 years ago by artaserse
A pair of handy terminal commands for converting Apple .plist preference files from binary to XML format [allowing for easy editing with a text editor] and then back to binary again, afterwards.
0 1078 posted 12 years ago by stiobhart
must install flac and lame apt-get install flac apt-get install lame
0 519 posted 12 years ago by pbreah
0 520 posted 13 years ago by lafayette
Script will extract all flv's or other videos specified to mp3. You can change *.flv to prob. any other extension. Tested on *.mp4 and *.flv
0 422 posted 13 years ago by dogrizz
source: http://ubuntuforums.org/showthread.php?t=806125
0 509 posted 13 years ago by wnasich
A simple one-liner to resize images from commandline
1 816 posted 14 years ago by ping_ch
0 601 posted 14 years ago by pashky
* Resized images are generated into TARGET_DIR. * Change the resolution (800x800 in my example) and quality (80) as you want. * The command keeps the image's proportion. 1600x1200 will be converted into 800x600, 1200x1600 into 600x800. _Notice_:...
2 812 posted 15 years ago by Dorgendubal
1. Save under .gnome2/nautilus-scripts/ 2. Right click some video file 3. Select Scripts->toFlv Works with multiple files.
1 806 posted 15 years ago by ping_ch
0 568 posted 15 years ago by ping_ch
If you don't have Adobe Acrobat Pro to export a PDF to multiple images, you can use this ImageMagick code. This command will produce the files 'result-0.jpg' , 'result-1.jpg', etc... for each PDF page.
5 952 posted 15 years ago by webonomic
Line 6 starts a loop (which ends with line 15). The ls command returns a list of filenames which are sequentially assigned to the shell variable x. The if test (lines 8 through 10) checks to see if the current filename is that of a plain file. If not...
0 877 posted 15 years ago by jonhenshaw
- lowQ/ is the output directory - pass quality level from 1 to 100
2 836 posted 16 years ago by abhiomkar
0 929 posted 17 years ago by netjackal
1 532 posted 17 years ago by whitetiger
0 573 posted 17 years ago by whitetiger
« Prev 1 Next »