PHP-FFmpeg-video-streaming icon indicating copy to clipboard operation
PHP-FFmpeg-video-streaming copied to clipboard

📼 Package media content for online streaming(DASH and HLS) using FFmpeg

Results 10 PHP-FFmpeg-video-streaming issues
Sort by recently updated
recently updated
newest added

When I encode mobile portrait video to hls, it got stretch. how to encode without stretching? This issue only for video recorded from iphone ``` $video->hls() ->encryption($save_to, $url, 1) ->setFormat($format)...

help wanted

**Describe the bug** I have a video which has the original height and width of 956x354 which means aspect ration of 956/354 = 2.7 When I use the autoGenerateRepresentations function...

help wanted

**Describe the bug** I'm trying to add kilobitrates to Auto Generated Representations and I'm getting this error: The count of the side value array should be the same as the...

bug
help wanted

trying to make this work: ``` ffmpeg -threads 0 -i test.mp4 -r 24 -g 48 -keyint_min 48 -sc_threshold 0 -c:v libx264^ -s:v:0 1920x1080 -b:v:0 5200k -maxrate:v:0 5720k -bufsize:v:0 5200k^ -s:v:1...

enhancement

**Describe the bug** Trying to transcode an MP4 Video ( https://fuego-files.s3.eu-central-1.amazonaws.com/public/7c27c350565cf536a3de8f1e92c0448/23f6318b13cce446972ce1bf37df514/video/video.mp4 ) when I came across this error. Edit: I have found that a similar/same error occurs when using this...

help wanted

Hi im pretty new to this and might be doing it wrong and help will be useful. ``` public function __invoke(Stream $message) { $projectDir = $this->parameterBag->get('kernel.project_dir'); $config = [ 'ffmpeg.binaries'...

| Q | A | ------------------ | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets...

| Q | A | ------------------ | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets...

Hi, I wanted to ask if there are plans to update the php-ffmpeg-video-streaming package to support symfony/filesystem version 7.0 or higher. It would be really helpful for those using the...

**Describe the bug** In CommandBuilder->build is that part of code ` foreach ($this->filters as $filter) { $commands = array_merge($this->getInputOptions(), $filter->apply($this->media->baseMedia(), $format)); }` In the case of 2 elements in the...