bramp / ffmpeg-cli-wrapper

Java wrapper around the FFmpeg command line tool
BSD 2-Clause "Simplified" License
1.72k stars 413 forks source link

Fix #262: Add method to load pixel formats #263

Closed Euklios closed 2 years ago

Euklios commented 2 years ago

This adds an additional method FFmpeg.pixelFormats(). It behaves the same as FFmpeg.codecs() and FFmpeg.formats() but for the ffmpeg -pix_fmts command. Fix https://github.com/bramp/ffmpeg-cli-wrapper/issues/262