Romain Biard
ba17ad273a
We update the README with this new filter
2017-01-11 12:13:59 -03:00
Romain Biard
c90f26724c
Creation of the tests for the ExtractMultipleFramesFilter class
2017-01-11 12:03:54 -03:00
Romain Biard
580765386a
We change the way we deal with the number of digits in the filename
2017-01-11 11:49:34 -03:00
Romain Biard
4d76b26d1d
We improve the way we pass the number of digits in the filename
2017-01-11 11:17:47 -03:00
Romain Biard
5ff0b24230
Here is the stable version of the filter, all bugs fixed.
2017-01-11 11:15:22 -03:00
Romain Biard
ca8eea7ec6
We fix the usage of
2017-01-11 10:59:22 -03:00
Romain Biard
8bdc839e91
We remove a useless variable.
2017-01-11 10:55:49 -03:00
Romain Biard
c7df2b17e6
Fixing the way we apply for the filter.
2017-01-11 10:49:37 -03:00
Romain Biard
223118db4e
We remove a break instruction inacurrately copied-pasted.
2017-01-11 10:43:30 -03:00
Romain Biard
2f47c45093
Fixing the names of the constants
2017-01-11 10:41:01 -03:00
Romain Biard
8ac67679ab
Fixing a bug when throwing an exception
2017-01-11 10:35:29 -03:00
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
Romain Neutron
2586b6a282
Prepare version 0.7.0
2016-12-15 16:09:35 +01:00
Romain Neutron
fb7db787ee
Update Changelog
2016-12-15 15:51:52 +01: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
Romain Neutron
85ab770aa9
Merge pull request #253 from Romain/waveform
...
Implementation of the Waveform filter
2016-12-15 15:45:12 +01:00
Maxime Veber
1b842989c4
Fix travis run by updating ffmpeg
...
Update .travis.yml
There is no ppa for precise (ubuntu 12.04) to use ffmpeg 3. So I updated
travis to run trusty (ubuntu 14.04) but it can't test on php5.3 in that
configuration. That's why I drop the test support for php 5.3.
Drop php 5.3 support
2016-12-05 18:13:52 +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
44bcaeec0b
Removing SAMI file
2016-11-16 14:27:21 -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
Sébastien Lavoie
e9f87eee94
Added documentation for the watermark filter ( #221 )
...
Added documentation for the watermark filter
2016-05-02 19:24:08 +02:00
Patrik Karisch
06d8031b9d
Update github templates
2016-03-23 07:57:25 +01:00
Patrik Karisch
a1e12ecf33
Merge pull request #209 from PHP-FFMpeg/enhancement/changelog
...
Updated changelog to follow keepachangelog.com style
| Q | A
| ------------------ | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Fixed tickets | -
| Related issues/PRs | -
| License | MIT
#### What's in this PR?
Updated changelog to follow keepachangelog.com style to have better informations in the changelog.
#### Why?
Since the changelog is a markdown file, we sould take use of formatting and linking to the comparison page. And ISO date is much better, than ambiguous date format ;)
2016-03-11 01:26:35 +01:00
Patrik Karisch
d1c60d29d8
Updated changelog to follow keepachangelog.com style
2016-03-09 22:09:51 +01:00
Patrik Karisch
7770b0e361
Merge pull request #207 from PHP-FFMpeg/enhancement/issue-template
...
Add a meaningful issue template
| Q | A
| ------------------ | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Fixed tickets | -
| Related issues/PRs | -
| License | MIT
#### What's in this PR?
A meaningful issue template.
#### Why?
Such templates should encourage first-timers to create good issue descriptions, which helps us reproducing it.
2016-03-09 20:43:04 +01:00
Patrik Karisch
b191285930
Add a meaningful issue template
2016-03-09 00:57:41 +01:00
Patrik Karisch
48d40cd9c6
Merge pull request #206 from PHP-FFMpeg/enhancement/pull-request-template
...
| Q | A
| ------------------ | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Fixed tickets | -
| Related issues/PRs | -
| License | MIT
#### What's in this PR?
A meaningful pull request template similar to this pull request description.
#### Why?
Such templates should encourage first-timers to create good pull request descriptions, which helps us reviewing it.
2016-03-09 00:52:28 +01:00
Patrik Karisch
16ee22dc65
Add a meaningful pull request template
2016-03-09 00:51:01 +01:00
Patrik Karisch
7687be530c
Update changelog
2016-03-08 01:47:06 +01:00
Patrik Karisch
be7b75daad
Merge pull request #205 from PHP-FFMpeg/enhancement/improve-test-suite
...
Improve test suite
2016-03-07 00:19:23 +01:00
Patrik Karisch
232db3ce40
Build pushes only on master and pull requests only
2016-03-07 00:10:47 +01:00
Patrik Karisch
fa0581b468
Improve travis builds and test PHP 7.0 and HHVM (with allow failures)
2016-03-07 00:10:21 +01:00
Patrik Karisch
f9c6316bad
Cleanup phpunit configs and PSR-4 autoloading and namespaces for tests
2016-03-06 23:38:04 +01:00
Patrik Karisch
d4db96662c
Cleanup composer, ignore lock, add me as a maintainer to the authors ;)
2016-03-06 23:19:40 +01: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