Skip to content

lucenticus/amf_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMF Simple Encoder in Rust language

This repo contains example of using AMD Advanced Media Framework AMF with Rust language. Implementation is based on the SimpleEncoderC example from AMF repository. Please note that this is just experimental implementation and might contains some issues.

Prerequisites

  • Windows 10+
  • AMD GPU
  • Git
  • Rust toolchain

Usage

  1. Clone the repo with AMF submodule:
git clone --recursive https://github.com/lucenticus/amf_rust.git
cd amf_rust
  1. Build & run example:
cargo build
cargo run
  1. The result is located in the file output.mp4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published