[FFmpeg-user] ffmpeg not working on server

Jan Ehrhardt phpdev at ehrhardt.nl
Wed Apr 29 09:36:37 CEST 2015


Carl Eugen Hoyos in gmane.comp.video.ffmpeg.user (Tue, 28 Apr 2015
19:00:10 +0000 (UTC)):
>Waleed Afridi <waleedafridi89 <at> gmail.com> writes:
>
>> ffmpeg-php version 0.6.0-svn
>
>This is an unrelated project for which no support 
>was ever offered here.

He does not use it in his PHP-script. He is calling ffmpeg there with
exec(). @Waleed: try running this command on your server from a console
(not using PHP):

/usr/bin/ffmpeg -i input_file -vcodec libx264 -ar 22050 -crf 28 \
	output.mp4 -r 1 -y -vcodec mjpeg -f mjpeg output.jpg

Jan



More information about the ffmpeg-user mailing list