zmwangx / rust-ffmpeg

Safe FFmpeg wrapper.
Do What The F*ck You Want To Public License
1.2k stars 195 forks source link

Improve time_base support & additions for ffmpeg 5-6 #164

Closed encounter closed 3 months ago

encounter commented 8 months ago

This adds various accessors and setters that are useful when building a timebase-aware transcoding pipeline.

Each commit has details on the exact changes. Happy to drop or rework any of them.

Important changes for ffmpeg 5-6 support:

Polochon-street commented 3 months ago

thanks a lot for all these goodies, merging :)