KO
|
EN
gitlite — search
Search
#javascript
#hacktoberfest
#deep-learning
#python
#android
#react
#reactjs
#docker
#machine-learning
#cpp
#config
#github-config
stainless-ffmpeg
★ 37
Open GitHub ↗
Efficient Rust wrapper for FFmpeg.
Download README (.md)
Explore Similar Repositories
julia-programming-cookbook
:
No description available.
Laravel-FullCalendar-Recurring-Events
:
Demo project for recurring events in Laravel + FullCalendar.
telephony
:
Evil Martians' telephony application that run our phone numbers
gcp-proxy-func
:
Google Cloud Function to proxy requests to host specified in config file
PnP_Matlab
:
various PnP slover implementations in matlab, include dlt, p3p, epnp, ap3p
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
stainless-ffmpeg
?
Download (.md)
# stainless-ffmpeg Efficient Rust wrapper for FFmpeg. [](https://github.com/nomalab/stainless-ffmpeg/actions/workflows/main.yml) [](https://coveralls.io/github/nomalab/stainless-ffmpeg?branch=master) ## Prerequisites * [Rust](https://rustup.rs/) ## Build ```bash cargo build ``` ## Run examples - Display file characteristics from container format and streams (video, audio, subtitles, data, ..) : ```bash cargo run --example probe -- my_movie.mxf ``` - Use graph for encoding and decoding video and audio : ```bash cargo run --example graph -- my_graph.json ```