Ubuntu ffmpegでAV1のエンコードをしよう 以下は、AV1のソフトウェアエンコードを実行できるようにするためのビルドスクリプトです。#!/bin/bashsudo apt -y updatesudo apt -y upgradesudo apt -y install clangsud... 2024.08.26 Ubuntu
Ubuntu ubuntuでffmpeg #!/bin/bash#ffmpegのビルドに必要なライブラリのインストール-----------------------------------------sudo apt -y updatesudo apt -y upgradesudo... 2024.08.17 Ubuntu