• 締切済み

MacにてクイックタイムでのAVI再生

友人にAviファイルを送ったところ、映像のみで音声が聞こえないとのことで質問させていただきます。 友人のPCはMacOSX10.4だそうです。 自分自身Macはよくわからないのですが、とりあえずVLCを勧めたところ逆に映像が荒れてしまうそうです。 PCMの音声で圧縮したものは聞こえたのですが・・・・。 もちろんWINでは正常に音が聞こえました。 Aviファイルは映像DivX、オーディオLameのMP3で圧縮したのものです。 Mplayerはコマンドで動作させるようでこちらでも友人にアドバイスできないので断念したのですが。 Lameの問題かと思い、ターミナルを使用してインストールを試みたのですが、以下のように。 checking build system type... powerpc-apple-darwin8.4.0 checking host system type... powerpc-apple-darwin8.4.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... no checking whether to enable maintainer-spe checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... none checking for gcc... no checking for cc... no checking for cc... no checking for cl... no Noが多発してるのがいけないのか・・・・。 http://www.giga.jp.org/sw/videomoth3.html 上のサイトの一番下を利用し、またそこにあるインストール用ソフトも試みましたが、いずれも、configureと言うコマンドでエラーになってしまっています。 学生なので春休み明けに圧縮し直したものを手渡してもいいのですが時間が空いてしまうので何か良い再生方法はないでしょうか?

みんなの回答

  • osamuy
  • ベストアンサー率42% (1231/2878)
回答No.1

Macに最新のDivXコーデックを入れてみては。 > checking for cc... no Cコンパイラが無いと言われてますね、開発環境(DeveloperTools)をインストールしてますか?

参考URL:
http://www.divx.com/divx/mac/
NetExpress
質問者

お礼

解答ありがとうございます。 XcodeToolsというものはインストールしたのですが、DeveloperToolsとは別物になってしまうのでしょうか?

NetExpress
質問者

補足

DivXのコーデック試してみます。

関連するQ&A

  • vpopmailのインストール

    qmail関連ツールでvpopmailを入れようとしたところ./configureの部分で 詰まってしまいインストール出来ない状態です。 ./configure --enable-logging=p       --enable-relay-clear-minutes=30       --enable-roaming-users=y       --enable-tcpserver-file=/etc/tcpserver.d/smtp       --enable-default-domain=       --enable-hardquota=100000000 下記のメッセージが出てエラーになってしまいます。 --- loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking host system type... i386-unknown-freebsd4.7 checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for ranlib... ranlib checking for POSIXized ISC... no checking how to run the C preprocessor... gcc -E checking for AIX... no No vpopmail user found. Please add the vchkpw group and vpopmail user. Then run configure again yes configure: error: No vpopmail user. --- No vpopmail user. <= ユーザーが作成されていない? # adduser -u 2009 -g vchkpw -d /usr/local/vpopmail -s /bin/false vpopmail ↑一応作ってあるのですが...

  • MySQLのコンパイル

    MySQL-5.0.16をインストールし、下記のようにconfigureを実行したところ、「C compiler が見つからない」旨のメッセージが出て先へ進めません。 yum で gcc や cc のインストールを試みてもうまくいきません。 どなたか、良いアドバイスをお願いします。 OSはFedoraCore4の英語バージョンです。 [root@Linux mysql-5.0.16]# ./configure --prefix=/usr/local/mysql --with-charset=ujis --with-extra-charset=all ------------------------------------------------- checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking "character sets"... default: ujis, collation: ujis_japanese_ci; compiled in: ujis latin1 utf8 checking whether to compile national Unicode collations... yes checking whether build environment is sane... yes checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) gawk checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. ----------------------------------------------------

  • PostgreSQLのインストール

    OSはwindows2000です。  windowsからPostgreSQLをインストールしたく本を見ながら 作業をしてみました。  まず、CygwinをインストールしてUnixライクな環境にして、 make-3.79,gcc-2.95.2,cygipc-1.11-1-src, PostgreSQL-7.1.3をダウンロードして、 cygwin/usr/src/で解凍させて Cygwinを起動させて、 cd /usr/src/postgres-7.1.3 と入力して次に ./configure --enable-multibyte=EUC_JP と入力したら loading cache ./config.cache checking host system type... i686-pc-cygwin checking which template to use... win checking whether to build with locale support... no checking whether to build with recode support... no checking whether to build with multibyte character support... yes, default EUC_J P checking whether to build with Unicode conversion support... no checking for default port number... 5432 checking for default soft limit on number of connections... 32 checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes using CFLAGS=-O2 checking whether the C compiler (gcc -O2 ) works... no configure: error: installation or configuration problem: C compiler cannot creat e executables. と出てしまうのですが原因がわかりません。 何がいけないんでしょうか?  

  • debian arm fsniperのインストール

    buffuloのLS-XHLシリーズにdebianを入れ、fsniperをインストールしようと思っていますが ./configureでエラーが出ます。 root@XXX:/fsniper-1.3.1# ./configure checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for magic_open in -lmagic... no configure: error: libmagic not found 何か前進するための知恵をお借りできませんでしょうか? よろしくお願い致します。

  • postgresqlのインストール

    php、POSTGRESQLを使ってプログラムを作成して遊んでいるものです。今まである会社から環境をお借りしていたのですが今回自宅で環境を作ってみようと思っています。Apache+phpは動作しています。ここに POSTGRESQLを導入しようと思っています。 OSがWINDOWSのためcygwinやipcデーモンをどうにかこうにか乗り越えてやっとPOSTGRESQLのインストールまでやってきましたがついに止まってしまいました。下記のエラーが出ているのですがどうすれば次に進めるのやら???分かる方よろしくお願い致します。 CYGWINに $ ./configure --enable-multibyte=EUC_JP --enable-syslog を入力したところ checking build system type...i686-pc-cygwin checking host system type...i686-pc-cygwin checking whichi template to use...win checking whether to build with 64-bit integer date/time support...no checking whether to build with recode support...no checking whether NSL is wanted...no checking for default port number...5432 checking for default soft limit on number of connections...32 checking for gcc...no checking for cc...no configure: error: no acceptable C compiler found in $PATH このようなエラーが出力されます。 なにうえ初心者な者でよろしくお願い致します。

  • emacs23でnavi2chのconfigure

    macportsでemacs23をインストールし、navi2chをconfigureしようとするのですが、以下のようになり、うまくできません。 checking whether to enable maintainer-specific portions of Makefiles... noが原因ではないかと思うのですが、何かpackageが不足しているのでしょうか? 分かる方教えていただけたら嬉しいです。 osはMAC OS X 1.7 Lionです。 $ sudo ./configure EMACS=/Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs --with-lispdir=~/.emacs.d/navi2ch checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for emacs... /Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs checking where .elc files should go... ~/.emacs.d/navi2ch checking detecting your emacs type... Loading /opt/local/share/emacs/site-lisp/subdirs.el (source)... emacs21 checking where icon files should go... Loading /opt/local/share/emacs/site-lisp/subdirs.el (source)... /Applications/MacPorts/Emacs.app/Contents/Resources/etc/navi2ch/icons configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Makefile config.status: creating doc/Makefile config.status: creating icons/Makefile config.status: creating navi2ch-config.el

    • ベストアンサー
    • Mac
  • bind導入の際の./configureコマンドについて

    某参考書にDNSサーバー構築の導入にあたって以下のコマンドが書いてあり 入力してみるもエラーが出てしまいます。 (opensslは導入しています。ipv6は使う予定がないとのことでnoになっています。) 見ても全く意味がわからないのですが、分かる方がいれば教えて欲しいです。 [ @localhost bind-9.2.3]$ ./configure \ --prefix=/usr/local/named \ --sysconfdir=/etc \ --with-openssl=no \ --enable-ipv6=no \ checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets ${MAKE}... yes checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking for ar... /usr/bin/ar checking for etags... no checking for emacs-etags... no checking for perl5... no checking for perl... /usr/bin/perl checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH 宜しくお願い致します。

  • make でエラー

    勉強中の身です。 環境 fedora 2 postgresqlをインストールして (postgresql-8.2.1) make コンパイルがうまくいきません [postgres@localhost postgresql-8.2.1]$ ./configure checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking which template to use... linux checking whether to build with 64-bit integer date/time support... no checking whether NLS is wanted... no checking for default port number... 5432 checking for gcc... no checking for cc... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. [postgres@localhost postgresql-8.2.1]$ make You need to run the 'configure' program first. See the file 'INSTALL' for installation instructions. make: *** [all] エラー 1 $ make とすると上記のようにエラーがでます。 ./configure -オプション が必要なのでしょうか? よろしくおねがいします。

  • redhat9でxineをインストールしようとして・・・

    redhat9でxineをインストールしようとしています。 xine-lib-1.0で「./configure」を実行すると、下記のエラーがでます。 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. gccがインストールされていないのかなと思い、「rpm -qa | grep gcc」とすると、 compat-gcc-7.3-2.96.118 libgcc-3.2.2-5 compat-gcc-c++-7.3-2.96.118 とでますので、パスが通ってないと思うのですが、違うのでしょうか?それともインストールされてないのでしょうか?ちなみに「echo $PATH」とすると /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/lib と出ます。

  • FedoraCoreでのコンパイル失敗

    FC11でPoundというソフトウェアをインストールしようと思っています。 http://www.eitaro-saba.com/2006/07/pound-のインストール/ 上記のサイトを参考にインストールし ./configure --with-ssl=/usr/include/openssl/ からmakeのコマンドを打ったところで「make: *** ターゲットが指定されておらず, makefile も見つかりません. 中止.」というエラーが発生し、悩んでいます。 ./configure --with-ssl=/usr/include/openssl/を打ったあとは以下のような反応が返ってきています。 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu configure: *** Checking for threads library and/or flags *** checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc configure: *** Parsing options *** configure: *** Checking for libraries *** checking for dlopen in -ldl... yes checking for socket in -lsocket... no checking for hstrerror in -lresolv... yes checking for BIO_new in -lcrypto... no Missing OpenSSL (-lcrypto) - aborted どこが問題なのでしょうか?よろしくお願いします。