Anacondaを用いてffmpegを使っています。
このFFmpegにlibx264を入れる方法が分かりません。
ffmpegとすると、
bash
1$ ffmpeg 2ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developers 3 built with gcc 7.2.0 (crosstool-NG fa8859cb) 4 configuration: --prefix=/home/usr/anaconda3 --cc=/opt/conda/conda-bld/ffmpeg_1531088893642/_build_env/bin/x86_64-conda_cos6-linux-gnu-cc --disable-doc --enable-shared --enable-static --enable-zlib --enable-pic --enable-gpl --enable-version3 --disable-nonfree --enable-hardcoded-tables --enable-avresample --enable-libfreetype --disable-openssl --disable-gnutls --enable-libvpx --enable-pthreads --enable-libopus --enable-postproc --disable-libx264 5 libavutil 56. 14.100 / 56. 14.100 6 libavcodec 58. 18.100 / 58. 18.100 7 libavformat 58. 12.100 / 58. 12.100 8 libavdevice 58. 3.100 / 58. 3.100 9 libavfilter 7. 16.100 / 7. 16.100 10 libavresample 4. 0. 0 / 4. 0. 0 11 libswscale 5. 1.100 / 5. 1.100 12 libswresample 3. 1.100 / 3. 1.100 13 libpostproc 55. 1.100 / 55. 1.100 14Hyper fast Audio and Video encoder 15usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... 16 17Use -h to get full help or, even better, run 'man ffmpeg'
と表示されるのですが、--disable-libx264となっているところを--enable-libx264としたいです。
例えば
bash
1$ conda install ffmpeg --enable-libx264
とすると
bash
1usage: conda [-h] [-V] command ... 2conda: error: unrecognized arguments: --enable-libx264
となります。
bash
1conda update --all
とした後に、
関係ありそうなx264を
bash
1conda install x264
で入れてから、ffmpegをアンインストール後、再インストールしてみましたがうまくいきませんでした。
ffmpegにlibx264を入れる方法が分かる方がいらっしゃったらご教示ください。
環境は次の通りです。
bash
1$ lsb_release -a 2No LSB modules are available. 3Distributor ID: Debian 4Description: Debian GNU/Linux 7.11 (wheezy) 5Release: 7.11 6Codename: wheezy
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/11/07 09:44
2018/11/07 10:03
2018/11/08 07:18