Download the PHP package innoboxrr/video-processor without Composer
On this page you can find all versions of the php package innoboxrr/video-processor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package video-processor
El paquete requiere la existencia de estos modelos en la capa de la aplicación
-
App\Models\Video
- code
- cloud
- thumbnail
- duration
- size
- payload
- status
- progress
- language_id (Si ocupas la duncionalidad de subtitulos)
-
App\Models\Subtitles
- language_id (Se debe implementar el modleo Language)
- video_id
- Language (Requerido por subtitles)
- Name
- code
- country_code Este paquete supone que tienes un modelo Video en App\Models\Video con las columnas
- code
- cloud
- thumbnail
- status
El video tambien debe implementar varios mutators:
- getS3OriginalPathAttribute
- getS3HlsPathAttribute
- getS3KeysPathAttribute
- getS3HlsMasterAttribute
- getNameAttribute
- getUuidAttribute
Después esta clase pondrá el modelo, pero por ahora es así :-)
- Requiere tener queue de laravel configurado
.env
QUEUE_CONNECTION=database
php artisan queue:table php artisan migrate
php artisan queue:work
Configurar supervisor
All versions of video-processor with dependencies
PHP Build Version
Package Version
Requires
pbmedia/laravel-ffmpeg Version
^8.3
The package innoboxrr/video-processor contains the following files
Loading the files please wait ....