Archive: 2014/08/26

x264のCRF

完成形に達したと思っていたffmpegによるmp4エンコードだが、今頃なってbオプションで指定した5Mbpsに遠く及ばない1~2Mbps程度になっている事に気付いた。

2 class="List">CRF
3 class="List">1280x720p
3 class="List">720x480p

Intel Media SDK

予てより模索中の"Linux環境におけるQSV対応"エンコード。

Open SourceなHandBrakeMilestone QuickSync Betaを見つけた時にはテンションが上がったが、開けてみたらWindows版だけだったという顛末にガックリ。

しかし、お土産にqsv-ffmpeg-codecなるものを発見。しかし、Intel Media SDK for Serversが必要と言う事なので、30日評価版を導入したところ、libdrm-intel1とコンフリクトしているというエラー発生。

Installing and Running Intel Media SDK 2014 R2 for Servers on Linuxによると

Intel Media SDK for Linux Servers comes with a customized libdrm. To avoid conflicts please remove any other versions of libdrm from the system. Where this cannot be done through regular package management commands, this can be accomplished as below
という「やんごとない」事情があるらしく、
sudo find /usr –name 'libdrm*' -exec rm –rf {} \;
しろという事だ。