Commit graph

279 commits

Author SHA1 Message Date
Romain Biard
cbb4c35ef0 We remove a bracket which has nothing to do there. 2017-01-11 10:31:18 -03:00
Romain Biard
6aeec7d337 We make sure that the destination folder has a trailing slash 2017-01-11 10:21:14 -03:00
Romain Biard
3aa13c09d3 This filter is a video filter, not a frame filter 2017-01-11 10:17:21 -03:00
Romain Biard
b3155f9622 Creation of the method to add the filter 2017-01-11 10:06:17 -03:00
Romain Biard
d83c7e271f Creation of a filter to extract multiple frames from a video 2017-01-11 10:01:09 -03:00
shadrech
35474279e1 Added set priority to AddMetadataFilter class 2017-01-09 17:34:43 +00:00
shadrech
8cfb17682f Add metadata to audio files - feature 2017-01-09 13:41:32 +00:00
Romain Biard
71bfcbcc11 We change the description of the method 2016-12-28 16:47:22 -03:00
Romain Biard
af38e5b0ac Creation of a method to apply custom filters 2016-12-28 16:42:03 -03:00
Romain Biard
7c4eed68f9 We change the way we execute this filter. 2016-12-20 18:47:40 -03:00
Romain Biard
345656b1dc Creation of a pad filters which adds padding (black bars) to a video 2016-12-20 18:25:45 -03:00
Romain Neutron
8908cd19bc Merge pull request #257 from ScoringLine/feature/aac-codec-support
Add support for aac codec of ffmpeg3
2016-12-15 15:46:14 +01:00
Maxime Veber
8f3b65dec6 Add support for aac codec of ffmpeg3 2016-12-05 18:12:12 +01:00
Romain Biard
5ef964f2b5 Fixed bugs in the tests 2016-11-16 14:46:11 -03:00
Romain Biard
e1625f1f94 Modification of the filters 2016-11-16 14:11:11 -03:00
Romain Biard
a331632725 Fixed an error in a variable and method of the waveform Class 2016-11-16 13:20:48 -03:00
Romain Biard
a32fa06ac4 Fixed an error in a variable and method of the waveform Class 2016-11-16 13:19:05 -03:00
Romain Biard
dab2ae5a8c Improvements in the way we deal with filters for the waveform 2016-11-16 13:15:27 -03:00
Romain Biard
7ce571119a The waveform filter can only be applied to audio files 2016-11-16 12:55:48 -03:00
Romain Biard
4c0b6f3595 Fixed a bug in the way the input file is passed to the waveform request 2016-11-16 12:49:33 -03:00
Romain Biard
18845d406e We add a missing parameter to the ffmpeg command 2016-11-16 12:43:40 -03:00
Romain Biard
9f970c5d5a Creation of a waveform method in FFMpeg\Media\Video 2016-11-16 12:29:56 -03:00
Romain Biard
b7a8be46aa First implemtation of the waveform feature 2016-11-15 16:54:46 -03:00
Romain Biard
010b3b8a6d Creation of a setPasses method for the X264 format. 2016-11-10 12:19:17 -03:00
Ha Phan
bd61d8d35e Remove unused statement 2016-03-05 18:05:30 +01:00
Ha Phan
1fee6fb4be Add missing getter $currentTime 2016-03-05 18:05:24 +01:00
hanserdev
8b41673cf3 Update AspectRatio.php
Adds more standard aspect ratio
2015-03-04 00:36:03 +01:00
Romain Neutron
559708c0e4 Merge pull request #134 from cangelis/cropfilter
Add Crop Filter
2015-01-30 20:03:31 +01:00
Romain Neutron
0736141e16 Use latest fix 2015-01-30 19:59:13 +01:00
Romain Neutron
92121bb804 Merge branch 'patch-2' of github.com:sujayjaju/PHP-FFMpeg into sujayjaju-patch-2
* 'patch-2' of github.com:sujayjaju/PHP-FFMpeg:
  Update AbstractData.php
2015-01-30 19:54:33 +01:00
Romain Neutron
5c20397b64 Add exception if invalid file 2015-01-30 19:48:00 +01:00
Romain Neutron
6cd008128c Merge branch 'patch-3' of github.com:sujayjaju/PHP-FFMpeg into sujayjaju-patch-3
* 'patch-3' of github.com:sujayjaju/PHP-FFMpeg:
  Use watermark image while watermarking!
2015-01-30 19:45:21 +01:00
sujayjaju
4b8519270d Support for libfdk_aac 2014-12-11 20:55:21 +05:30
sujayjaju
95fa854c3e Use watermark image while watermarking!
The filter does not seem to actually use the watermark (image path). This update fixes the functionality.
2014-12-11 16:40:59 +05:30
Can Geliş
b1778f0764 update stream parameters 2014-11-16 21:28:05 +02:00
Can Geliş
6507d1d021 add filter to the VideoFilters 2014-11-16 20:54:00 +02:00
Can Geliş
1d462b9eb3 add crop filter 2014-11-16 20:45:28 +02:00
sujayjaju
7bbd06876c Update AbstractData.php
Ability to set default return values when a property is not available in the probe results
2014-11-13 12:40:39 +05:30
sujayjaju
287afbf020 Update AbstractStreamableMedia.php
Annotation fix. getFormat() returns a Format.
2014-11-12 19:04:00 +05:30
Romain Neutron
f2a6329829 Merge branch 'fix-aspect-ratio' of github.com:nlegoff/PHP-FFmpeg into nlegoff-fix-aspect-ratio
* 'fix-aspect-ratio' of github.com:nlegoff/PHP-FFmpeg:
  Fix video aspect ratio calculation
2014-08-26 10:45:33 +02:00
Nicolas Le Goff
c51ccf4f2c Fix video aspect ratio calculation 2014-08-25 20:36:05 +02:00
Romain Neutron
6098d4e2d3 Add missing namespace 2014-08-13 20:35:52 +02:00
Romain Neutron
c1993b6b92 Merge branch 'master' of github.com:SimonSimCity/PHP-FFMpeg into SimonSimCity-master
* 'master' of github.com:SimonSimCity/PHP-FFMpeg:
  checkstyle by php-cs-fixer
  Added configuration for audio channels
2014-08-12 20:53:47 +02:00
Romain Neutron
559df352c5 Minor fixes 2014-08-12 20:51:22 +02:00
Romain Neutron
3a080613e6 Fix CS 2014-08-12 20:49:42 +02:00
mhor
ac767875a6 checkstyle by php-cs-fixer 2014-08-08 23:50:33 +02:00
sylvainv
634e67d7ec Allow to set bframe support in a format 2014-08-01 00:03:13 +08:00
sylvainv
72d7a8c236 Added custom filter support 2014-07-30 18:01:39 +08:00
sylvainv
475d1a508a Added watermark functionality and unit tests 2014-07-28 17:27:12 +08:00
Ryo Utsunomiya
7fe6dcf542 Fix Doc comment (width => integer) 2014-07-18 14:19:50 +09:00