タグ

linuxとterminalに関するyogoのブックマーク (2)

  • Linux/FreeBSDターミナルアプリケーション8つ

    Linux, Open Source, Gadgets, and all things Digital - TechSource ターミナルアプリケーションはGUI環境のLinuxやFreeBSDを使う上で欠かせない。大抵の場合、ディストリビューションが提供しているデフォルトのターミナルアプリを使っているだろう。GNOMEベースであればGNOMEターミナル、KDEベースであればKonsole、XFce4ベースならXFce4ターミナルといった具合だ。 しかし、実際にはより多くのターミナルアプリケーションが存在する。ターミナルの出来はそのまま作業効率に影響してくるため、自分の肌に合ったものや、より効率のいいターミナルアプリを使うようにしたい。8 Best Linux Terminal Emulators You May Have Never Heard Of - TechSourceにおいてデ

  • All commands

    The 30 means start extracting frames from 30 seconds into the video. The 3 means extract the next 3 seconds from that point. The fps can be adjusted based on your preferences. The 320 is the width of the gif, the height will be calculated automatically. input.mp4 is the video file, which can be any video file ffmpeg supports. The output.gif is the gif created. ffmpeg -ss 30 -t 3 -i input.mp4 -vf "

  • 1