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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package video-processor

INSTALACION

CloudFrontService

Perfecto Raúl. A continuación te detallo exactamente qué opciones debes seleccionar al crear una nueva distribución de CloudFront para entregar contenido HLS (.m3u8/.ts) con URLs firmadas usando el sistema moderno (Public Keys y Key Groups).


🧭 PASO A PASO PARA CREAR TU DISTRIBUCIÓN CLOUDFRONT SEGURA


🔹 1. Distribution options


🔹 2. Origin


🔹 3. Default cache behavior

Viewer

Cache key and origin requests


🔹 4. Function associations


🔹 5. Web Application Firewall (WAF)


🔹 6. Price class


🔹 7. Alternate domain name (CNAME) (opcional)


🔹 8. Custom SSL certificate

El certificado debe estar en la región us-east-1 (Virginia del Norte).


🔹 9. Supported HTTP versions


🔹 10. Default root object


🔹 11. IPv6


🔹 12. Standard logging


✅ FINALIZA

Haz clic en Create distribution.

Una vez creada:

kEY MANAGEMENT

1. Genera tu par de claves (privada y pública RSA)

En tu máquina local, corre:

Esto te dará:

2. Crea la clave pública en AWS

  1. Ve a CloudFront > Key Management > Public Keys
  2. Haz clic en "Create public key"
  3. Ponle un nombre y pega el contenido de public_key.pem
  4. Guarda el ID de la clave pública (ejemplo: K123ABC456XYZ)

3. Crea un Key Group

  1. Ve a CloudFront > Key Groups
  2. Haz clic en "Create key group"
  3. Ponle nombre
  4. Selecciona la clave pública que creaste antes
  5. Guarda el ID del Key Group (ejemplo: abcd1234-keygroup)

4. Asocia el Key Group a tu distribución de CloudFront

  1. Ve a tu distribución de CloudFront
  2. En Behaviors > Edit, busca la sección Restrict viewer access (signed URLs or signed cookies)
  3. Selecciona Yes
  4. En "Trusted key groups", agrega el Key Group creado

Guarda los cambios.


5. Guarda tu clave privada en Laravel

Guarda private_key.pem en tu proyecto, por ejemplo en:


6. Agrega configuración en .env


7. Agrega la configuración a config/videoprocessor.php


8. Lógica para generar una URL firmada

Aquí tienes una clase de servicio compatible con el sistema moderno:


9. Cómo usarla


✅ Resultado

El sistema generará URLs como:

Y solo podrán reproducirse si son válidas y no han expirado.


Notificaciones de SNS para el procesamiento de MediaConverter

✅ 1. Crea un SNS Topic en AWS Ve a AWS SNS.

Crea un Topic de tipo Standard.

Dale un nombre (ej. MediaConvertJobNotifications).

Guarda el ARN del topic (lo usarás en MediaConvert).

TODO

  1. AutoGenerateTranslatedVttRequest & UploadTranslatedVttRequest usan el modelo Language
    • No debería ser así, ya que es una acoplamiento con la app principal
  2. Hacer que el paquete use su propio modelo Video yque tenga un trait para todos los mutators y relaciones
  3. Ver si este paquete asume el modelo Languaje & Subtitles dentro de su misma estructura.

All versions of video-processor with dependencies

PHP Build Version
Package Version
Requires pbmedia/laravel-ffmpeg Version ^8.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package innoboxrr/video-processor contains the following files

Loading the files please wait ....