Skip to content

This project builds the FFmpeg library from source with specific patches and configurations. Optimized for Allwinner T113-S3 with accelerated hardware video decoding

Notifications You must be signed in to change notification settings

serper/libffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg Library

English

Description

This project builds the FFmpeg library from source with specific patches and configurations. Optimized for Allwinner T113-S3 with accelerated hardware video decoding.

Build Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Ensure you have abuild installed and configured on your system.

  3. Download the source and patches:

    wget https://github.com/FFmpeg/FFmpeg/archive/refs/heads/release/7.1.zip
    wget <patch-urls>
  4. Build the project:

    abuild -r

Installation

After building, the package can be installed using:

    sudo apk add --allow-untrusted <package-name>.apk

About

This project builds the FFmpeg library from source with specific patches and configurations. Optimized for Allwinner T113-S3 with accelerated hardware video decoding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages