rust-ffmpeg icon indicating copy to clipboard operation
rust-ffmpeg copied to clipboard

Safe FFmpeg wrapper.

Results 107 rust-ffmpeg issues
Sort by recently updated
recently updated
newest added

This PR adds the `Settable` trait to codec context, as well as allowing the creation of a codec context for a specific codec.

Hello, Thank you for your work on this project. It allows a lot of awesome implementations of ffmpeg. I'm trying to make this work with `ffmpeg` v5.1.1 (with `ffmpeg-next` v5.1.1)....

TL/DR: https://github.com/zmwangx/rust-ffmpeg/pull/155 First of all, thank you for this beautiful contribution. ❤️ I wanted to use rust-ffmpeg in one of my projects and it compiles on MAC without any problem....

I paste the output() code here and add comment to the line which bug occurs. same question to the input() code. pub fn output(mut self, name: &str, pad: usize) ->...

environment : win10 x64 intel tool chain : cargo built-in **stable-x86_64-pc-windows-msvc** describe : when I set all the environment variables as described on the wiki and compiled the project, the...

*Please include as much info as possible to save me (solo maintainer helping for free) some time. A [minimal, complete, and reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) is a must. Link to a gist...

Added new set_colorspace_details method for `Context` (swscaler). By default, you can use sws_scale, but it by default assumes the default colorspace, which I understand to be BT.601. So if a...

I'm on MacOS 13.4 (22F66) I'm trying to use ffmpeg-next to build a video from a series of image files. I can get `ffmpeg-next = { version = "6.0.0", features...

I have a strange issue, when I add ffmpeg-next to Cargo.toml then I can't compile my project. I want to add the ffmpeg feature to a project that uses OpenCV...

audio frames currently try to read the linesize entry using the plane index. the comment on linesize says `For audio, only linesize[0] may be set. For planar audio, each channel...