dimanche 6 septembre 2020

Laravel Error FFMpeg\Exception\RuntimeException Encoding failed

FFMpeg::fromDisk('videos')
    ->open($request->video->getClientOriginalName())
    ->export()
    ->toDisk('videos')
    ->addFilter(function (VideoFilters $filters ) {
        $filters->watermark(IMAGEPAT, [
           'position' => 'relative',
           'bottom' => 50,
           'right' => 50,
       ]);
    }) 
    ->inFormat(new \FFMpeg\Format\Video\X264('libmp3lame', 'libx264') )              
    ->save('small_steve.mp4');

Laravel Error FFMpeg\Exception\RuntimeException Encoding failed



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire