Questions tagged [ffmpeg-php]

Refers to a few similarly named PHP extensions that add functions for accessing and retrieving information about multimedia files. Questions about generally using ffmpeg cli tool through exec() or similar or other libraries should not use this tag!

ffmpeg-php refers to a few similarly named PHP extensions that add functions for accessing and retrieving information about multimedia files:

  • FFmpegPHP: a pure OO PHP port of the legacy ffmpeg-php writer in C.

  • PHP-FFMpeg An Object-Oriented library to convert video/audio files with FFmpeg.

  • ffmpeg-php: The classic, legacy version. This is a very old, long dead project that will not work with any ffmpeg versions officially supported by the FFmpeg project.

Note that these extensions are not part of the FFmpeg project.

You may not need a wrapper/extension/library if you simply want to invoke the ffmpeg binary from your PHP script. Refer to FFmpeg Wiki: PHP for more info.

276 questions
-2
votes
1 answer

Trim multiple clips with one command of FFmpeg

I have a video called 1.mp4 I want to extract 17+17= 34 total clips from this video with one FFmpeg command Each clip should have a unique name like 1a 1b 1c 1d and so on. 17 clips will have a 1920x1080 dimension and remaining 17 will have…
-2
votes
1 answer

ffmpeg video convert library on my VPS Linux based godaddy server not working

I have some query here for using your ffmpeg video convert library on my VPS Linux based godaddy server. I have php 5.6.30 version on my server and I want to use your ffmpeg video convert library on my server so I can use that with 5.6.30 php…
Mahesh Vora
  • 91
  • 11
-2
votes
1 answer

Incorrect syntax using FFmpeg

Hello guys i am tring to convert videos using FFmpeg... I moved ffmpeg.exe in same folder with upload.php I tryed this codes in upload.php: $randname =…
Halid Kyazim
  • 25
  • 1
  • 8
-2
votes
1 answer

Converting mp3 to ogg with ffmpeg

My goal is to convert .mp3 to .ogg, i googled it and i realized that ffmpeg is suitable for this kind of process in php. Well the question is how to run ffmpeg : I've downloaded the file from here. The problem is how to use this.
Sepehr
  • 1
-2
votes
1 answer

Convert FLV to MP4 using ffmpeg php

I have video with FLV format i want to covert that videos in to the MP4 format to using it in HTML5 video tag. Can anybody know the command to convert FLV to MP4. Thanks
infinityKK
  • 40
  • 1
  • 5
-3
votes
1 answer

How can i create thumbnail and convert video into mp4 in php without ffmpeg?

I need to uploaded video convert into mp4 and also create thumbnail image. I am try with ffmpeg but many hosting provide not intalled ffmpeg. So now i need to that features without using ffmpeg i want do it. Any know ? How can i do without ffmpeg ?
Hussy Borad
  • 626
  • 5
  • 20
1 2 3
18
19