Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

tasshi-playground/rust-encode-mp4-with-ffmpeg-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-encode-mp4-with-ffmpeg-wrapper

Example of encoding mp4 with ffmpeg wrapper

https://qiita.com/tasshi/items/de36d9add14f24317f47

Sample

input output
input output

Directory

.
├── output
│   ├── output.gif
│   └── output.mp4 # sample output movie
├── src
│   ├── bin
│   │   ├── encode_frames_to_mp4.rs # non-iterative version
│   │   └── main.rs # iterative version.
│   ├── error.rs
│   ├── lib.rs
│   └── mp4.rs # mp4 encoder module
├── target
├── Cargo.lock
├── Cargo.toml
├── LICENSE
├── README.md
└── rustacean-orig-noshadow.png # sample input image

About

Example of encoding mp4 with ffmpeg wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages