Skip to content

Releases: PHP-FFMpeg/PHP-FFMpeg

v0.13.0 - Added Symfony 4 support

20 Sep 10:53
Compare
Choose a tag to compare

v0.12.0 - Clip using input seek and customable frame file type!

12 Jul 17:32
Compare
Choose a tag to compare

Added:

  • #543 Clip using input seek (thanks to @miranovy).
  • #495 Allow to set frame file type instead of hardcoded jpg (thanks to @Shaked).
  • #151 Add 8:5 or 16:10 or 1.6:1 and 25:16 or 1.56:1 aspect ratios (thanks to @CDNRocket) natively.

Fixed:

  • #534 Fixed a bug when calling Frame->save() to prevent not returning base64 when it is wanted (thanks to @esokullu).
  • Various documentation improvements.

ℹ️ The v1.0 release has been moved to somewhere later in July/August, I want/need to focus on other things at the moment. Hopefully, I can do that in my summer (school) holidays that haven't started, yet.

v0.11.1 pl 1 - Bugfixes

21 Feb 20:49
e91b227
Compare
Choose a tag to compare

Fixes:

#485 Fix Clipping video transcoding progress not correct #2 (thanks @igorkosteski!)

v0.11.1 - Bugfixes

20 Feb 17:51
c03e114
Compare
Choose a tag to compare

Changed:

  • Clarifying the basic usage of this library by adding a missing including autoloader statement (#452; Thanks to @alexkart!).
  • Fixed the wrong calculation of progress when the clipping filter was used(#484; Thanks to @igorkosteski!).

v0.11.0 - Color Option for Waveforms!

08 Nov 17:15
d17f802
Compare
Choose a tag to compare

⚠️ Please go to #412 and say what PHP version you're using, since we plan to increase the minimum PHP version number to 7.0(and deprecate the 0.x branch)! ⚠️

Added:

  • #437 Color support for Waveforms (thanks to @iganev!)
  • #441 Support to get final command in case of problems and for debugging.

Changed:

  • Improved Travis build and drop Travis build for HHVM.
  • Various improvements on the project itself. (Starting to work on the 1.x branch)
  • Various updates to the README.

v0.10.0 - Validating media and dynamic points

16 Oct 15:49
Compare
Choose a tag to compare

⚠️ Please go to #412 and say what PHP version you're using, since we plan to increase the minimum PHP version number to 5.6(and deprecate the 0.x branch)! ⚠️

Added:

  • #394 Validating media file (FFProbe#isValid(string $pathfile))
  • #407 Support crop with dynamic point (thanks @letungit90!)

Fixed:

Changed:

  • Various updates to the README

0.9.5

30 Jun 19:28
Compare
Choose a tag to compare
  • #372: Correct $gop type in VideoFilters->framerate (@cuong-tran)

  • #363: Fix in the description of parameters of a function (@mradhi)

  • #351: Typo in heading (@vrajroham)

  • #343: Support resize and watermark in ordering (@shtse8)

  • Revert #344: Set audio params (@jens1o). This PR was merged in 0.9.4 but introduced a bug.

0.9.3

12 Apr 17:55
Compare
Choose a tag to compare
  • #340 Fix missing audio artwork metadata on multiple exports (@ sebdesign)
  • #350 The variable currentSize in AbstractProgressListener.php MUST be an integer. Test it and convert it if needed. (@Romain)
  • #334 Set a default duration variable to 0 in the ExtractMultipleFramesFilter.php (@Romain)
  • #329 Update of the README file (@jens1o) & #342 (@farooghkz)
  • #318 Remove irrelevant spaces in the examples of the README file (@Laurent3170)
  • #320 Fix Format classes namespace in README (@a-komarev)
  • #314 Audio Clip filter (@swordsreversed & @jens1o)

0.9.2

27 Feb 15:09
Compare
Choose a tag to compare

0.9.1

22 Feb 21:16
Compare
Choose a tag to compare
  • Fixed the way to throw an exception when we open the file in the Concat media (@Romain with the help of @jens1o).