Commit graph

37 commits

Author SHA1 Message Date
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
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
dab2ae5a8c Improvements in the way we deal with filters for the waveform 2016-11-16 13:15:27 -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 Neutron
559708c0e4 Merge pull request #134 from cangelis/cropfilter
Add Crop Filter
2015-01-30 20:03:31 +01:00
Romain Neutron
5c20397b64 Add exception if invalid file 2015-01-30 19:48:00 +01:00
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
Romain Neutron
3a080613e6 Fix CS 2014-08-12 20:49:42 +02: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
c2cae8de18 Add 'use FFMpeg\Coordinate\TimeCode;'
Because the namespace FFMpeg\Coordinate\TimeCode is not imported, IDE's inspector raise warning when  VideoFilters::clip() is used.
2014-06-11 19:34:14 +09:00
Romain Neutron
197b534359 Fix CS 2013-12-17 17:40:31 +01:00
Romain Neutron
fca866e1d8 Fix using rotate and resize filters at the same time (#78) 2013-11-29 14:21:21 +01:00
Romain Neutron
7ede8579c6 Remove time_start metadata when using synchronize filter 2013-11-28 18:39:28 +01:00
Romain Neutron
6948e263ff Add a rotate filter (fix #15) 2013-11-28 15:37:17 +01:00
Romain Neutron
31c798c834 Fix file modes 2013-11-12 20:14:08 +01:00
guimeira
e1688c7966 Standard fixing 2013-09-27 01:34:46 -03:00
guimeira
3fb918a7e2 Parameter on ClipFilter made optional 2013-09-27 01:30:11 -03:00
Guilherme
ba7bd90780 Created ClipFilter 2013-09-26 16:03:58 -03:00
Romain Neutron
bb31915285 Add FrameFilters::fixDisplayRatio method 2013-09-05 11:18:14 +02:00
Romain Neutron
e43da86152 Fix FiltersCollection::getIterator in case of empty collection 2013-09-05 11:18:14 +02:00
Romain Neutron
1de948faba Add DisplayRatioFixer Frame filter 2013-09-05 11:18:14 +02:00
Romain Neutron
bcf3e5f65a Apply frame filters on Frame::save 2013-09-05 11:17:36 +02:00
Romain Neutron
f530d60118 Break if dimension is found 2013-09-04 19:44:45 +02:00
Romain Neutron
15711a0e50 Add convenient Stream::getDimensions method to extract video dimension. 2013-09-04 19:24:19 +02:00
Romain Neutron
543d9aaeaf Fix #46 : A/V synchronization works on flash player, not on html5 one 2013-08-08 11:12:50 +02:00
Romain Neutron
ee1eb83a0b Rename VideoResampleFilter to FrameRateFilter 2013-07-03 20:16:09 +02:00
Romain Neutron
57d51c1568 Add notes about resize modes 2013-07-03 18:46:22 +02:00
Romain Neutron
890cbce1f9 Add filter priorities 2013-06-26 00:21:12 +02:00
Romain Neutron
0887d9088c Fix doc blocks 2013-06-25 10:40:20 +02:00
Romain Neutron
ad3a5af623 Version 0.3 2013-06-25 10:03:20 +02:00