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 |
|
Simon Schick
|
7004e53399
|
Added configuration for audio channels
|
2014-06-25 10:21:59 +02: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 |
|
MrHash
|
5211e58dc9
|
Support for Wav and Aac audio encoding
|
2014-04-21 14:09:32 +01:00 |
|
Romain Neutron
|
c3d7d18f5b
|
Remove unreachable code
|
2014-03-19 00:24:36 -07:00 |
|
Romain Neutron
|
8dfaf18158
|
Merge pull request #81 from alchemy-fr/fix-dimensions
Fix dimensions
|
2013-12-17 08:54:46 -08:00 |
|
Romain Neutron
|
197b534359
|
Fix CS
|
2013-12-17 17:40:31 +01:00 |
|
Romain Neutron
|
c4fcee4517
|
Fix width / height detection
|
2013-12-17 17:38:12 +01:00 |
|
Romain Neutron
|
18abae55a9
|
Fix compatibility with avconv 0.9
|
2013-12-02 14:05:18 +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
|
ad2b9e75a5
|
Fix #76 : Remove restriction on filesystem resources
|
2013-11-29 11:16:57 +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 |
|
Romain Neutron
|
7e66785b5d
|
Merge branch 'master' of https://github.com/guimeira/PHP-FFmpeg into guimeira-master
|
2013-11-08 12:23:59 +01:00 |
|
Romain Neutron
|
d3e97c974e
|
Add support for video to audio transcoding
|
2013-10-10 15:09:10 +02:00 |
|
Romain Neutron
|
169e63a547
|
Fix video single pass encodings
|
2013-10-10 14:59:38 +02:00 |
|
Romain Neutron
|
5da128acaa
|
Fix #66 : Allow single pass encoding
|
2013-10-10 13:27:06 +02: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 |
|