Closed Euklios closed 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
FFmpeg.pixelFormats()
FFmpeg.codecs()
FFmpeg.formats()
ffmpeg -pix_fmts
This adds an additional method
FFmpeg.pixelFormats()
. It behaves the same asFFmpeg.codecs()
andFFmpeg.formats()
but for theffmpeg -pix_fmts
command. Fix https://github.com/bramp/ffmpeg-cli-wrapper/issues/262