Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
85 views

We are using the Facebook Graph API to publish Reels on Instagram business accounts. When uploading videos either via file_url or through chunked uploads, certain videos consistently return an OIL ...
Abbas Eren Kılıç's user avatar
2 votes
1 answer
110 views

I have an issue using ffmpeg to stream audio and parse to google cloud speech to text in PHP. It returns this output. I have tried delaying some part of the script, that did not solve it. I have also ...
Adekunle Adeyeye's user avatar
1 vote
0 answers
67 views

I am trying to covert a video to h.264 format. I can save the new video to a normal directory but saving the new video to a Windows temp file fails. However I can manage to save a snapshot image from ...
user2818066's user avatar
0 votes
1 answer
209 views

I have installed FFmpeg, and everything works and converts as I want it. However, when I tried with the watermark filter using the `ProtoneMediaLaravelFFMpegFiltersWatermarkFactory', it rendered ...
Webdesignbr's user avatar
0 votes
1 answer
121 views

I have a problem that a struggle for days. I have a laravel 9 backend and I'm using ffmpeg to edit videos. I'm running diferite commands that are working perfectly from exec command. The weird part is ...
Bogdan's user avatar
  • 103
1 vote
1 answer
341 views

In laravel using php-ffmpeg want to convert video and do some changes on it, like watermark, change size and etc... I ran a test: $format = new X264; $ffmpeg = FFMpeg::create(); $video = $...
Jack The Baker's user avatar
0 votes
1 answer
706 views

I am using the Lumen PHP framework which is the form of Laravel. On the server side I have Bitnami. I get the 500 error when the code that uses FFMpeg is being executed. My part of the code which ...
Artem Konyaev's user avatar
-1 votes
1 answer
2k views

I am allowing users to upload audio files with file extensions mp3, wav, flac. With the following command, I can concatenate audio files if it is in mp3 only. ffmpeg -i "concat:sample1.mp3|...
sonam's user avatar
  • 3,780
1 vote
0 answers
146 views

PHP FFMPEG not working when combining videos of 2 different qualities in respect of quality, length. I am trying to merge 2 videos having different links and save the merged video link in a folder ...
Abhishek Chatterjee's user avatar
1 vote
1 answer
1k views

I have a very strange problem. I need to convert video files by file resolution, for example, if the video file resolution is '1920x1080' then it must convert to 1080, 720, and 480 resolutions. The ...
Boychik's user avatar
  • 93
0 votes
2 answers
406 views

I m trying to add a watermark to a video that I have but it's giving me this error while applying a watermark The library is installed and working with the code commented but not when trying to add ...
Amir Khan's user avatar
  • 441
0 votes
0 answers
135 views

I'm working on a company's project which is vue.js. There are also code parts in php. It uses FFmpeg to create a video from multiple videos. On each video, there is a text type subtitle. Each text is ...
Rohan Molinillo's user avatar
0 votes
0 answers
168 views

I am trying to concatenate videos into one using PHP and FFMpeg. The URL of each video are in the array $files_aux[]. $video = $ffmpeg->open($files_aux[0]); $video->filters()->synchronize(); ...
Corboss's user avatar
  • 31
3 votes
1 answer
2k views

I'm trying to draw text on a rectangle with rounded corners using ffmpeg, but my current command is not working. Here's what I've tried: ffmpeg -y -i ./video-ready-all.mp4 -filter_complex "...
eugene_prg's user avatar
  • 1,248
1 vote
0 answers
185 views

I am trying to record the video and upload into the aws s3 server. Vuejs as front end and php Laravel as backend, I was not using any conversion before saving it to s3. Due to this if any recording ...
Sara's user avatar
  • 199

15 30 50 per page
1
2 3 4 5
18