Ubuntu 12.10:続 ffmpegで「flv」形式の動画をiPhone&PSPで再生可能な「mp4」形式に変換します。
PixelwunderByRebecca / Pixabay
こちらの記事の続編になります。Ubuntu 12.10 で成功したコンパイルオプション部分のみメモしておきます。(2012/12/15作成)
コンパイルオプション:
$ ./configure \ --enable-gpl \ --enable-libvorbis \ --enable-libgsm \ --enable-libfaac \ --enable-pthreads \ --enable-nonfree \ --enable-libx264 \ --enable-swscale \ --disable-debug \ --disable-optimizations \ --disable-stripping \
バージョン:
$ ffmpeg -version FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers built on Dec 15 2012 01:06:42 with gcc 4.7.2 configuration: --enable-gpl --enable-libvorbis --enable-libgsm --enable-libfaac --enable-pthreads --enable-nonfree --enable-libx264 --enable-swscale --disable-debug --disable-optimizations --disable-stripping libavutil 50.36. 0 / 50.36. 0 libavcore 0.16. 1 / 0.16. 1 libavcodec 52.108. 0 / 52.108. 0 libavformat 52.93. 0 / 52.93. 0 libavdevice 52. 2. 3 / 52. 2. 3 libavfilter 1.74. 0 / 1.74. 0 libswscale 0.12. 0 / 0.12. 0 FFmpeg SVN-r26402 libavutil 50.36. 0 / 50.36. 0 libavcore 0.16. 1 / 0.16. 1 libavcodec 52.108. 0 / 52.108. 0 libavformat 52.93. 0 / 52.93. 0 libavdevice 52. 2. 3 / 52. 2. 3 libavfilter 1.74. 0 / 1.74. 0 libswscale 0.12. 0 / 0.12. 0
参考記事:
http://ubuntuforums.org/showthread.php?t=1119923
以上