2b3ez
Results
2
issues of
2b3ez
my config : Symfony 3 FFMpeg 3 > In file Audio.php (src/FFMpeg/Media/Audio.php) line 79 `$filters->add(new SimpleFilter(array('-acodec', $format->getAudioCodec())));` makes trouble about encoding I replace this line by : `$filters->add(new SimpleFilter(array('-c:a:1', $format->getAudioCodec())));`...
Symfony 2.7 I got this error in profiler : Uncaught PHP Exception Lexik\Bundle\MaintenanceBundle\Exception\ServiceUnavailableException Line concerned is 194 : throw new ServiceUnavailableException(); I can't display a custom error 503