ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Add enum for video and audio codecs.

Open van1164 opened this issue 1 year ago • 11 comments
trafficstars

@bramp

Hi. Thank you for using your library well.

I want to add Enum to make it easier to identify and add codecs in IDE.

like

new FFmpegOutputBuilder().setFilename("output.mp4").setVideoCodec(VideoCodec.H264.codec)

What do you think?

Please reply.

van1164 avatar Mar 18 '24 15:03 van1164