ffmpegのバージョンは下記です。
ffmpeg version n3.0 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16) configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --pkg-config-flags=--static --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265
ざっくりですが、下記のように指定しているのですが、
ffmpeg -i hoge.mp4 〜〜〜〜〜〜〜〜 -vpre libx264-fastfirstpass
このようなエラーが出てしまいます。
File for preset 'libx264-fastfirstpass' not found
考えつく原因として、
①オプション-vpreが間違っている。
(-fpreを使うというのも見かけたり・・・ただ、現状オプションを変えるだけでは変わらずnot foundでした。)
②プリセットの配置場所が違う。もしくはインストールできていない。
この辺りかなとは思うのですが・・・・・解決出来ず、ご教授頂けないかという次第です。
何卒、よろしくお願い致します。
【プリセットのファイルの場所は】 /root/.ffmpeg/FFmpeg-Presets 【中身は】 README libx264-lossless_medium.ffpreset libx264-slower.ffpreset libx264-baseline.ffpreset libx264-lossless_slow.ffpreset libx264-slower_firstpass.ffpreset libx264-default.ffpreset libx264-lossless_slower.ffpreset libx264-slowfirstpass.ffpreset libx264-fast.ffpreset libx264-lossless_ultrafast.ffpreset libx264-superfast.ffpreset libx264-fast_firstpass.ffpreset libx264-main.ffpreset libx264-superfast_firstpass.ffpreset libx264-faster.ffpreset libx264-max.ffpreset libx264-ultrafast.ffpreset libx264-faster_firstpass.ffpreset libx264-medium.ffpreset libx264-ultrafast_firstpass.ffpreset libx264-fastfirstpass.ffpreset libx264-medium_firstpass.ffpreset libx264-veryfast.ffpreset libx264-hq.ffpreset libx264-normal.ffpreset libx264-veryfast_firstpass.ffpreset libx264-ipod320.ffpreset libx264-placebo.ffpreset libx264-veryslow.ffpreset libx264-ipod640.ffpreset libx264-placebo_firstpass.ffpreset libx264-veryslow_firstpass.ffpreset libx264-lossless_fast.ffpreset libx264-slow.ffpreset libx264-lossless_max.ffpreset libx264-slow_firstpass.ffpreset 【gitの説明通り、下記を実行してインストールしたものです】make等はしてないです。必要なんでしょうか・・・ mkdir ~/.ffmpeg cd .ffmpeg git clone git://github.com/joeyblake/FFmpeg-Presets.git .
【ffmpeg本体の場所は】 /root/bin/ffmpeg 【そのほかのファイル】 $ ls /root/ffmpeg_build bin include lib share $ls /root/ffmpeg_sources fdk-aac lame-3.99.5 libogg-1.3.2 libvorbis-1.3.4 opus x265 ffmpeg lame-3.99.5.tar.gz libogg-1.3.2.tar.gz libvorbis-1.3.4.tar.gz x264 yasm
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/03/20 16:14 編集