• 締切済み

ffmpegのインストール時のconfigureについて質問です。

ffmpegのインストール時のconfigureについて質問です。 [root@localhost ffmpeg]# ./configure --enable-avisynth\ > --enable-bzlib\ > --enable-libamr-nb\ > --enable-libamr-wb\ > --enable-gpl\ > --enable-nonfree\ > --enable-shared と入力すると、下記エラーが出ます。 ERROR: vfw32 not found vfw32 not foundで検索しても、ERROR: vfw32 not foundで検索しても良い検索結果が見つかりません。情報がとても少ないようです。 どなたか解決方法がわかる方はいらっしゃいますでしょうか? どうぞよろしくお願い致します。

みんなの回答

  • bx2
  • ベストアンサー率47% (97/206)
回答No.1

Avisynthはインストールしてあるんでしょうか。 Avisynthは3.0からLinuxにも対応しているようですが、2系はWindowsのみの対応のようです。 Windows以外で --enable-avisynth を使うのは困難がありそうな予感がします。 Cygwinを使ってWindowsにインストールしようとされているのなら、Avisynthをインストールすればよい気がします。 私は --enable-avisynth を使ったことがないので、確かな情報ではありません。ご参考までに。

関連するQ&A

  • Linux ffmpegについて

    Fedora8にffmpegをインストールしようと思っています。 ffmpegをインストールする前に以下のコーデックをインストールしました。 ・nasm (ツール系) ・lame (Audio MP3 codec) ・faac (Audio AAC codec) ・faad2(Audio AAD2 codec) ・x264 (Video H264-X Codec) ・xvid (Video Xvid Codec) ・ac3 (Audio AC3 DVD codec) ・amr (Audio AMR codec) 次に以下のコマンドでffmpegをチェックアウトして、以下のconfigureを実行すると"--enable-liba52"オプションが無いと言われます。 ./configure --helpで見ると確かに"--enable-liba52"がありません。 ちなみに"--enable-a52"もありませんでした。 ffmpegでac3を有効にするためには、どのようにすればよろしいのでしょうか。 [svn] svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg [configure] ./configure --disable-ffplay --disable-ffserver --enable-gpl --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-pthreads --enable-libx264 --enable-libxvid --enable-libamr-nb --enable-libamr-wb --enable-liba52 --enable-shared 以上、よろしくお願いいたします。

  • 非GPL版libx264とffmpegビルド

    現在ffmpegを下記のような独自設定でビルドしています。 -libx264は非GPLオプション付きでビルド -ffmpegのコンフィグオプション  ./configure --enable-memalign-hack --enable-libx264 上のconfigureを実行したときに--enable-gplが無いとエラーが出ます。 x264を非GPLにした場合これはどのように設定すればよいのでしょうか?

  • FFmpegでAMRの使い方について

    FFmpegでAMRの使い方について お世話になります。現在、CentOS5.4にFFmpegをインストールし、WMVファイルを3gpへ変換しようとしています。ところが、AMRに関して使い方がわかりません。。。 [root@localhost hoge]#ffmpeg -y -i test.wmv -vcodec mpeg4 -b 64k -s qcif -r 15 -acodec libopencore-amrnb -ab 12200 -ar 8000 -ac 1 test3gp.3gp というコマンドを打ち込みますが、「Unknown encorder」エラーがでてしまいます。(下記のとおり、コンパイル時に「libopencore-amrnb」を入れてあります。ネットで色々と検索しますが「libamr_nb」に関する記事が多く、今回レビジョンが22916で、昔の「libamr_nb」を入れる事ができませんでした。) FFmpeg version SVN-r22916, Copyright (c) 2000-2010 the FFmpeg developers built on Apr 20 2010 15:33:40 with gcc 4.1.2 20080704 (Red Hat 4.1.2-46) configuration: --disable-ffplay --disable-ffserver --enable-gpl --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-pthreads --enable-libx264 --enable-libxvid --enable-libopencore-amrnb --enable-version3 --enable-libopencore-amrwb --enable-shared --enable-nonfree libavutil 50.14. 0 / 50.14. 0 libavcodec 52.66. 0 / 52.66. 0 libavformat 52.61. 0 / 52.61. 0 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0.10. 0 / 0.10. 0 Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001) Input #0, asf, from 'maniwmv.wmv': Duration: 00:00:06.50, start: 3.100000, bitrate: 508 kb/s Stream #0.0: Video: wmv1, yuv420p, 640x480, 29.97 tbr, 1k tbn, 1k tbc Stream #0.1: Audio: pcm_u8, 8000 Hz, 1 channels, u8, 64 kb/s Unknown encoder 'libopencore-amr' どなたか、ffmpegの使い方に詳しい方がいらっしゃったら、お教えください。 宜しくお願いします。

  • FedoraCore11でコンパイルできなくて困っています。

    FedoraCore11でコンパイルできなくて困っています。 ffmpeg-phpをインストールしようと思いwgetにて保存 解凍後、phpizeして./configure→makeをすると make: *** ターゲットが指定されておらず, makefile も見つかりません. 中止. というエラーが出てきます。 ./configureの checking for ffmpeg headers... configure: error: ffmpeg headers not found. Make sure you've built ffmpeg as shared libs using the --enable-shared option このエラーが怪しそうです。 どなたか解決方法をお願いします。

  • ./configureがしたいのですが・・・

    /usr/ports/www/apache22からportinstallしたいのですが、make時のoptionが多すぎてわからないので、とりあえずfulloptionでmakeしてその後色々いじって勉強したいのですが、色々検索エンジンで調べてみると #./configure --prefix=/usr/local/test/apache2 --enable-mods-shared=all #make # make install でできるらしいと書いてました。 しかし、./configureとコマンド入れてもcommand not foundになるのでautoconfとかautomakeがあるとできるらしいのでpkg_infoしてみるとすでにautoconf-2.59_2 autoconf-2.61 s automake-1.4.6_2 が/usr/local/binに入ってるようです。 どうしたら./configureできるようになるのでしょう? または./configure使わなくてもapache2.2をfulloptionでインストールするmake方法などありますでしょうか?

  • PHPのconfigureについて

    PHP5.2.6をインストールしようとしているのですが、configureコマンドの所で躓いています 実行しているconfigureオプションは以下の通りです。 ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-gd --with-zlib --enable-bcmath --enable-mbregex --enable-mbstring とすると configure: error: libpng.(a|so) not found. となります。 yum install libpngとすると Package 2:libpng-1.2.10-7.1.el5_3.2.i386 already installed and latest version となるので最新版のようです。 このconfigure: error: libpng.(a|so) not found.を克服する術を教えて頂けると助かります。 何卒よろしくお願いします。

    • ベストアンサー
    • PHP
  • インストール時の./configureで失敗する

    環境は以下です。 ・RedHat ES 4.5 ・Apache1.3.37 ・OracleClient9.2.0 ・PHP4.1.2 PHPをインストールしようとし、前段階で./configureを実行すると以下の メッセージが出力され./configureが中止されます。 ↓↓↓ checking Oracle version... configure: error: Oracle needed libraries not found ↑↑↑ オプションに「--with-oracle=/u01/app/oracle/product/9.2.0」を 設定しており、ここが絡んでいるのだと思いますが、どうしたら 解決するでしょうか? 知識不足ですみません、教えてください。

    • 締切済み
    • PHP
  • ./configureがうまくできない

    昨日、Fedora Core 1をワークステーションタイプでインストールしました。 そのPCにシーラカンス本を見ながらPstgresql7.1.1をインストールしようとし、 ./configure --enable-multibyte=EUC_JP --enable-syslog をしたところ。やたら...noという表示が流れ最後に checking types of arguments for accept()... configure: error: could not determine argument types と出てきました。 makeをしてみると、 You need to run the 'configure' program first. See the file と表示されます。 どうすればこの状況を回避できるのでしょうか? よろしくおねがします。

  • PHPのインストールがうまくできない。

    環境Fedora2 [root@localhost php-5.2.1]# ./configure --with-pgsql --with-apxs2=/usr/local/apache/bin/apxs --enable-mbstring --enable-mbregex ~省略~ checking if compiler supports -Wl,-rpath,... yes checking for re2c... re2c checking for re2c version... 0.11.0 (ok) checking for gawk... gawk checking for bison... no checking for byacc... no checking for bison version... invalid configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 (found: none). checking for flex... lex checking for yywrap in -ll... no checking lex output file root... ./configure: line 3375: lex: command not found configure: error: cannot find output from lex; giving up warning だと、PHP parsersのためのバージョンが必要ということでしょうか?当然makeもできません。 [root@localhost php-5.2.1]# make make: *** ターゲットが指定されておらず、makefile も見つかりません。中止。 調べたんですが aptの導入が必要のようですがよくわからないので詳しい方おねがいします。

  • FedoraCore5へのffmpegのインストール

    FedoraCore5へffmpeg-0.4.9-pre1を インストールしようとしています。 オプション指定なしで./configureして makeすると以下の様なエラーがでます。 [root@localhost ffmpeg-0.4.9-pre1]# make make -C libavcodec all make[1]: Entering directory `/root/ffmpeg-0.4.9-pre1/libavcodec' gcc -O3 -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c In file included from avcodec.h:14, from common.c:28: common.h:67: error: 配列の型が不完全要素型を持っています common.h:71: error: 配列の型が不完全要素型を持っています make[1]: *** [common.o] エラー 1 make[1]: Leaving directory `/root/ffmpeg-0.4.9-pre1/libavcodec' make: *** [lib] エラー 2 このエラーを回避するためにはどうしたらよいのでしょうか?