Amin Yazdanpanah

Results 13 comments of Amin Yazdanpanah

I will add this feature in the future. But until then you can run the command you get in your terminal to see the error message.

Hi @adwpc Thanks for reviewing! Actually, this PR does not have any impact on storing track Infos in Redis. the lines of code that I removed just fetch other peers...

It seems like the FFmpeg library has an issue with the 'h264 apple encoder'. I will try to reach out to FFmpeg developers and report this bug. I will be...

The type of stream num 2 and num 3 are data(or metadata)(see [Stream specifiers](https://ffmpeg.org/ffmpeg.html#Stream-specifiers-1) for more information). It seems like FFmpeg cannot detect these two streams as data streams and...

see the following page on StackOverflow: https://stackoverflow.com/questions/38161697/how-to-remove-one-track-from-video-file-using-ffmpeg Hope this helps

I will try to add this feature in the future. But you should note I am the only person who works on this project and it might take a while...

And what is the error message?!

You are right! The exception throws when one or more values in the array are greater than the original height and then it will be filtered by the `sideFilter` method....

I will check this issue later but the code uses [this function](https://github.com/PHP-FFMpeg/PHP-FFMpeg/blob/afffd627ff31b433782202e26585ff82a7fb8586/src/FFMpeg/Coordinate/AspectRatio.php#L90) to calculate width and height.