SPOJE.NET

Technická dokumentace

Uživatelské nástroje

Nástroje pro tento web


howto:linux:useful_commands

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revizePředchozí verze
Následující verze
Předchozí verze
Následující verzeObě strany příští revize
howto:linux:useful_commands [2016/12/29 17:36] harviehowto:linux:useful_commands [2017/10/09 05:55] – [Sources & External References…] harvie
Řádek 18: Řádek 18:
   * http://successtheory.com/tips/zshtips.html   * http://successtheory.com/tips/zshtips.html
   * http://navody.josef.kyrian.cz/   * http://navody.josef.kyrian.cz/
 +  * https://www.safematix.com/
 ===== Commands ===== ===== Commands =====
 <note important>Tuhle stránku prosím nepřekládat do češtiny!</note> <note important>Tuhle stránku prosím nepřekládat do češtiny!</note>
Řádek 101: Řádek 102:
 <code bash>ffmpeg -i IN.mp4 -vf hue=h=0:s=2:b=0 OUT.mp4</code> <code bash>ffmpeg -i IN.mp4 -vf hue=h=0:s=2:b=0 OUT.mp4</code>
  
 +
 +=== Capture screencast using ffmpeg ===
 +
 +<code bash>ffmpeg -video_size 1280x800 -framerate 25 -f x11grab -i :0.0+0,0 output.mp4</code>
 +
 +with sound:
 +
 +<code bash>ffmpeg -video_size 1280x800 -framerate 25 -f x11grab -i :0.0+0,0 -f alsa -ac 2 -i default output.mp4</code>
 ==== CUPS Printing ==== ==== CUPS Printing ====
 Install CUPS and you get the print server cupsd and the print commands lpstat, lpr and lpq, amongst others. I installed CUPS on two Gentoo boxes, following the Gentoo Printing Guide. On one of these machines I run the cupsd server. Install CUPS and you get the print server cupsd and the print commands lpstat, lpr and lpq, amongst others. I installed CUPS on two Gentoo boxes, following the Gentoo Printing Guide. On one of these machines I run the cupsd server.
howto/linux/useful_commands.txt · Poslední úprava: 2022/09/29 21:44 autor: gandalf