Package net.bramp.ffmpeg.info
Class Codec
java.lang.Object
net.bramp.ffmpeg.info.Codec
Information about supported Codecs
- Author:
- bramp
-
Constructor Details
-
Codec
- Parameters:
name
- short codec namelongName
- long codec nameflags
- is expected to be in the following format:D..... = Decoding supported .E.... = Encoding supported ..V... = Video codec ..A... = Audio codec ..S... = Subtitle codec ...I.. = Intra frame-only codec ....L. = Lossy compression .....S = Lossless compression
-
-
Method Details