Commit graph

679 commits

Author SHA1 Message Date
Jens Hausdorf
2ddf9ae377 add missing chapter about audio clipping in readme (#329) 2017-04-12 12:58:04 -03:00
Jens Hausdorf
ecd50cd5f1 Audio Clip (#314)
* add missing headers
* add audio clip filter and improve timecode
* php 5.4 :(
* prevent audio from being reencoded
* php 5.x: Really?
* fix tests... I need to concentrate...
2017-03-06 10:17:12 -03:00
Pe Ell
ce99075059 Fix Format classes namespace in README (#320) 2017-03-06 09:42:40 -03:00
Laurent Marquet
84493739b4 Remove not needed spaces (#318) 2017-03-03 15:55:27 -03:00
Romain Biard
7cff2ecb23 Update of the README (#315) 2017-02-27 12:08:47 -03:00
Jens Hausdorf
4082f4678c update readme (#312) 2017-02-27 11:52:12 -03:00
Romain Biard
a76f6528ff Concat (#309)
* Fixed the way to throw an exception when we open the file in the Concat media.
2017-02-22 18:15:15 -03:00
GuillaumeVerdon
fe47ab74ef Added a getAsBase64() method to Frame object (#292)
* Added a getAsBase64() method to Frame object
* Merged the getBase64 method in save method
* Differentiate the two possible return
* Corrected typo (Edited from github)
2017-02-14 14:21:07 -03:00
Romain Biard
21c28dea25 Concatenation feature (#287)
* Creation of a feature to concatenate files into a new one.

* Update of the README
* Creation of the tests for the concatenation
* We use an array of videos instead of a path to a text files
* We use the bundle Temporary File System instead of getcwd
2017-02-14 13:55:07 -03:00
Romain Biard
a6f6bbcb1e Improvements (#286)
* Adding a missing use statement in src/FFMpeg/Filters/Video/ExtractMultipleFramesFilter.php
* We remove a user specific folder from the gitignore
* We remove an unused use statement from src/FFMpeg/Filters/Video/ExtractMultipleFramesFilter.php
* We remove an unused use statement from src/FFMpeg/Filters/Video/PadFilter.php
* We remove an unused use statement from src/FFMpeg/Media/Waveform.php
* We remove an unused variable from src/FFMpeg/Filters/Waveform/WaveformDownmixFilter.php
* We fix the name of a variable in src/FFMpeg/Filters/Audio/AddMetadataFilter.php
2017-01-24 15:45:56 -03:00
Romain Biard
6ba011de3a Methods getAdditionalParams & setAdditionalParams which allow the user to pass additional parameters to the encoding request (#284)
* Modification of the format Video to add additional parameters based on user's desire
* Update of the README
* Working version of this feature. Still needs tests
* Fixing the tests of FFMPeg\Media\Video
* Setting up tests for the additionalParams feature
* Correction des tests
* Modifying tests. They work locally but not on Travis.
* Still trying to understand why Travis is throwing errors when PHPUnit is not.
* Add the additional params at the end of the command
* Fixed the tests and the way we add the parameters
* We remove log files
2017-01-24 15:19:32 -03:00
Romain Biard
2b5d18f510 Creation of a Gif Media to be able to extract gif animation based on video sequences (#285)
* Creation of a media to extract video sequences into gif files
* We add a gif method to the class Video to be able to use the Gif Media.
* Parameters where missing in the declaration of the gif function
* One parameter was badly defined in the gif method
* We use the proper media in the method gif
* We add a missing declaration in the Video class
* Update of the README file
* Modification of the README file
* We remove an empty class
2017-01-24 15:03:51 -03:00
Romain Biard
40f8edaff9 Merge pull request #283 from Romain/multipleframes
Creation of a filter to extract multiple frames in one encoding session
2017-01-13 12:43:22 -03:00
Romain Biard
7adc8c73c0 Merge branch 'master' into multipleframes 2017-01-13 12:28:36 -03:00
Romain Biard
8577cdbb7f Merge pull request #281 from shadrech/addAudioMetadata
Add audio metadata filter
2017-01-13 12:28:14 -03:00
Romain Biard
31629f7162 Merge branch 'master' into addAudioMetadata 2017-01-13 12:12:26 -03:00
Romain Biard
b2808283bf Merge pull request #268 from Romain/padding
Creation of a Pad filter which allows the user to resize his video, using black bars
2017-01-13 12:11:54 -03:00
Romain Biard
4c0777b7c4 Merge branch 'master' into padding 2017-01-13 11:53:59 -03:00
Romain Biard
bb029a5716 Merge pull request #271 from Romain/custom
Creation of a method to apply custom filters
2017-01-13 11:53:24 -03:00
Romain Biard
96e08638f0 Merge branch 'master' into custom 2017-01-13 11:33:20 -03:00
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
shadrech
48a0bdc13b Minor ammendment to README.md file 2017-01-09 17:41:32 +00:00
shadrech
35474279e1 Added set priority to AddMetadataFilter class 2017-01-09 17:34:43 +00:00
shadrech
89098b24a2 Add metadata to audio files | completed tests 2017-01-09 14:26:40 +00:00
shadrech
8cfb17682f Add metadata to audio files - feature 2017-01-09 13:41:32 +00:00
Romain Biard
f9b1dec600 Merge pull request #277 from mablae/patch-1
Change installation method to composer require in the README file.
2017-01-04 10:35:55 -03:00
Malte Blättermann
f0ca0c950f Change installation method to composer require
The composer.json SHOULD NOT be edited by hand for installation.
2017-01-04 10:12:45 +01: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
8b11b1f039 Merge pull request #265 from a3020/patch-1
Fix readme typo to 'explicitly'
2016-12-27 10:02:46 -03:00
Romain Biard
ac3e8f16ca We use getMote instead of createMock 2016-12-21 12:43:57 -03:00
Romain Biard
ad2adb61d1 We exclude sami.phar of the git tracking 2016-12-21 12:42:42 -03:00
Romain Biard
52d32ec70b Update of the README 2016-12-21 10:30:52 -03:00
Romain Biard
bbe94784c2 Addition of the tests 2016-12-21 10:26:51 -03:00
Romain Biard
7c4eed68f9 We change the way we execute this filter. 2016-12-20 18:47:40 -03:00