Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
You can get the list of installed codecs with:
| use std::env; | |
| use nix::sched; | |
| use nix::sched::CloneFlags; | |
| use nix::sys::signal::Signal; | |
| use nix::sys::wait::waitpid; | |
| use nix::unistd; | |
| use cgroups_rs as cgroup; | |
| use cgroups_rs::{Cgroup}; | |
| use cgroups_rs::cgroup_builder::{CgroupBuilder}; |
(The below text is licensed with CC0, which means that if you want to use or translate it, that is OK by me.)
Ok, I geeked out, and this is probably more information than you need. But it completely answers the question. Sorry. ☺
Locally, I'm at this commit:
$ git show
commit d6cd1e2bd19e03a81132a23b2025920577f84e37
Author: jnthn <jnthn@jnthn.net>
Date: Sun Apr 15 16:35:03 2012 +0200