1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Laradock環境でUnable to load FFProbeのエラー

Posted at

workspaceじゃない方のphp-fpmのコンテナでエラーが出てる可能性がある。

動画編集ライブラリffmpegをphpでラップしたのがPHP-FFMpeg。
PHP-FFMpegをlaradock内で使用する。

エラー内容

この辺りのエラーが出てる場合の対処方法。

https://stackoverflow.com/questions/29916963/laravel-unable-to-load-ffprobe
https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues/45

対処方法

docker-compose exec php-fpm bash
apt update
apt-get -y install ffmpeg

コンテナ内でffmegがあるかをチェックしたら、あれば動くはず。

which ffmpeg
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?