Commit graph

30 commits

Author SHA1 Message Date
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 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
010b3b8a6d Creation of a setPasses method for the X264 format. 2016-11-10 12:19:17 -03:00
sujayjaju
4b8519270d Support for libfdk_aac 2014-12-11 20:55:21 +05:30
Romain Neutron
559df352c5 Minor fixes 2014-08-12 20:51:22 +02:00
sylvainv
634e67d7ec Allow to set bframe support in a format 2014-08-01 00:03:13 +08:00
Romain Neutron
d3e97c974e Add support for video to audio transcoding 2013-10-10 15:09:10 +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
Romain Neutron
1a7fd1f058 Add resizable doc block 2013-05-04 22:21:46 +02:00
zboyet
a4e205253d Added ability to choose between resolution modulus 2013-04-16 11:24:29 -07:00
zboyet
cb51cfafb3 Added ability to choose between resolution modulus 2013-04-16 11:23:51 -07:00
zboyet
59eb6f3541 Added resolution modulus and width or height scale
Added the ability to select the resolution modulus and a scale mode based on width or height
2013-04-16 11:22:49 -07:00
Romain Neutron
ea17f2f257 Rename Audio to AudioInterface and Video to VideoInterface 2012-12-06 11:32:32 +01:00
Romain Neutron
cf97e06650 Add VideoInterface getPasses method 2012-12-06 11:25:12 +01:00
Romain Neutron
70ba5000c1 Proper command escaping 2012-10-08 14:20:59 +02:00
Nicolas Le Goff
1cb6723d86 Implement supportBFrames method to resizableVideos 2012-06-11 19:20:53 +02:00
Nicolas Le Goff
e8b8ef7607 add supportBframes function 2012-06-06 11:12:17 +02:00
Nicolas Le Goff
6b9365c082 fix issue when provided dimensions are null 2012-06-06 11:11:58 +02:00
grosroro
44e6eb6f79 Fix CS 2012-05-31 16:16:35 +02:00
grosroro
78bb1bd86e Rename interfaces 2012-05-30 15:06:53 +02:00
grosroro
cee2e1892e Fix CS 2012-05-30 12:26:06 +02:00
grosroro
b1e6eeaf95 Rename Interfaces 2012-05-30 12:22:22 +02:00
Romain Neutron
cd33043f78 Remove suffix of Format classes 2012-05-25 20:53:56 +02:00
Romain Neutron
0b74d0c30c Fix CS 2012-05-25 15:44:43 +02:00
Romain Neutron
83408e985f Fix CS 2012-05-11 00:29:43 +02:00
Romain Neutron
53efcb255f Add doc blocks 2012-04-13 15:42:10 +02:00
Romain Neutron
4233651502 Add License 2012-04-13 14:34:53 +02:00
Romain Neutron
94775176c9 Add Audio and Video interfaces 2012-04-13 12:45:41 +02:00