|
|
TopPage > Linuxいろいろ(Tool関係) > Linuxいろいろ(Tool関係1) |
>acroread -toPostscript foo.pdf |
>acroread -toPostscript-start m -end n -pairs foo.pdf cut_page.ps |
オプション | 内容 |
-toPostscript | Postscriptに変換 |
-binary | binaryで出力 |
-annotsOFF | 注釈を外す |
-start m | 開始ページをmにする。mは数字 |
-end n | 終了ページをnにする。nは数字 |
-pairs pdf_1.pdf ps_1.ps... | ペア??? |
-size ss | サイズを指定 ss=letter,tabloid,ledger,legal,a3,a4,a5,b4,b5,wxh.... wxhは、customサイズ |
-scale p | scaleを指定。defaultは、100(%) |
-shrink | ページサイズにfitさせる。 |
-odd | 偶数ページを抜きだし |
-even | 奇数ページを抜きだし |
-landscape | 90°回転 |
-reverse | 上下反転 |
変更前 | |
変更後 |
$pathch < xxxxx.diff |
$ tar jxvf f4l-0.2.1.tar.bz2 $ cd f4l-0.2.1 |
..... #Makefile: f4l.pro /usr/share/qt3/mkspecs/default/qmake.conf #修正前 Makefile: f4l.pro /usr/lib/qt-3.3/mkspecs/default/qmake.conf #修正後 .... |
..... // FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, .... //修正前 FSDefineSound(int anIdentifier, int encoding, int rate, int channels, .... //修正後 .... |
$make |
[host]$ sox input.wav output.wav trim start_sec trim_sec |
[host]$ lame -V n --scale s input.wav output.mp3 |
[host]$ ffmpeg -i input.avi -acodec copy output.mp3 [host]$ ffmpeg -i output.mp3 -vol s output2.mp3 |
[host]$ mplayer input.avi -ao pcm:file=output.wav -vc dummy -vo null |
[hoge]# yum install jhead |
[hoge]$ jhead xxxxx.jpg yyyyy yyyyyy ..... yyyyy |
[hoge]$ jhead -purejpg xxxxx.jpg |
[hoge]$ jhead -purejpg xxxxx.jpg File name : xxxxx.jpg File size : zzzzzz bytes File date : 20xx:xx:xx xx:xx:xx Resolution : yyyy x yyyy |
TopPage > Linuxいろいろ(Tool関係) > Linuxいろいろ(Tool関係1) |