how to transcode?

Created on 29 October 2024, 24 days ago

Problem/Motivation

How do I use the transcode feature of this module? The documentation and videos I found are quite old, for D7. All help is appreciated.

💬 Support request
Status

Active

Version

3.0

Component

General

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @monaw
  • 🇮🇳India zartab farooquee

    To use the transcode feature in the Drupal Video module, especially for version 3.0.5, you’ll need to follow a few steps, as the functionality allows for converting uploaded video files into formats suitable for web playback.

    Install the Required Libraries: You will need third-party libraries like FFmpeg for transcoding videos. FFmpeg handles the conversion process by compressing and reformatting the video into compatible formats for web streaming.

    Configure Video Settings: Once you have the libraries in place, go to the module's configuration page within your Drupal admin. Under the “Video” settings, you’ll find an option to configure transcoding settings. Here, you can define the output formats (such as MP4, WebM, etc.) that FFmpeg should produce.

    Automate Transcoding: After configuring, when users upload a video file, the Video module automatically sends it through the transcoding process, generating the required formats. You can also set specific resolutions or bitrates for different devices, optimizing video playback.

    Manage Transcoding: Depending on the setup, you can manage the transcoding process from the admin panel, ensuring proper queue management if you are working with large volumes of content.

  • thank you very much @zartab, i'll give that a try...

Production build 0.71.5 2024