Add support for video to audio transcoding
This commit is contained in:
parent
8e386be74d
commit
d3e97c974e
11 changed files with 127 additions and 59 deletions
10
tests/FFMpeg/Tests/Media/AudioProg.php
Normal file
10
tests/FFMpeg/Tests/Media/AudioProg.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace FFMpeg\Tests\Media;
|
||||
|
||||
use FFMpeg\Format\ProgressableInterface;
|
||||
use FFMpeg\Format\AudioInterface;
|
||||
|
||||
abstract class AudioProg implements ProgressableInterface, AudioInterface
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue