Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ffmpeg を介して変換された .mp4 ファイルは、ローカル マシンで正常に動作しています。私が使用したコマンドは
exec('ffmpeg -i inputfile.flv -vcodec libx264 outputfile.mp4');
しかし、サーバーでは機能していません。変換後のファイル サイズは 0 バイトです。コーデック libx256 は centos ではサポートされていないと思います。