for i in *.mp4; do ffmpeg -i $i -q 0 wmv/$i.wmv; done
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i Movie.mkv -map 0:s:0 subs.srt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in books.original/*; do convert $i -resize 1024x1024\> books/$(basename $i); done |
Easily resize, crop and center an image on any container with CSS
<div id="graphic">lorem ipsum</div>
#graphic {
width: 300px;
height: 200px;
Hello
I'm trying to use Ruby 2 and Rails 4 on production but there seems to be a problem with the version of Rubygems that comes with Ruby 2.0.0-p247.
I installed Ruby 2.0.0-p247 and Rails 4.0.0 on a fresh Ubuntu 12.04 TLS server VM
vagrant@dev:~$ gem -v
2.0.3
vagrant@dev:~$ bundle -v
NewerOlder