Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Transcoding Bundle Laravel Package

ac/transcoding-bundle

Symfony bundle that wires AC\Transcoding\Transcoder as a container service. Configure FFmpeg and/or HandBrakeCLI paths/timeouts, register custom adapters/presets/listeners via tags, and run CLI commands to transcode files or check adapter/preset status.

View on GitHub
Deep Wiki
Context7

ACTranscodingBundle

This bundle provides container services for loading the file transcoder in your own code.

This bundle is developed in sync with the http://github.com/AmericanCouncils/Transcoding repository.

Configuration

You can copy/paste the config block below into your app/config.yml and modify as needed:

ac_transcoding:
    ffmpeg: 
        enabled: true           #if false, other keys need not be specified
        path: /usr/bin/ffmpeg
        timeout: 0
    handbrake:
        enabled: true           #if false, other keys need not be specified
        path: /usr/local/bin/HandBrakeCLI
        timeout: 0

Services

  • transcoder - will return an instance of AC\Transcoding\Transcoder, automatically registering any tagged Adapters, Presets, and Listeners

You can use the transcoder service to transcode a file:

$newFile = $container->get('transcoder')->transcodeWithPreset('/path/to/input/file', 'handbrake.classic', '/path/to/output/file');

Container Tags

Various container tags are implemented to allow easy registration of custom Adapters, Presets & event listeners into the transcoding. See the list below:

  • transcoding.adapter
  • transcoding.preset
  • transcoding.listener
  • transcoding.subscriber

Commands

The bundle provides a few commands for accessing the transcoder via the command line:

  • transcoder:transcode [infile] [preset] [outfile] - Transcodes an input file with a preset, creating the output file. You can use this to test custom presets and adapters if necessary.
  • transcoder:status - Displays a list of enabled and working adapters based on current configuration, plus a list of usable presets.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
craftcms/url-validator
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony