artclarke / humble-video

Humble Video: Demuxing, Decoding, Filtering, Encoding and Muxing of 100's of video and audio formats and Codecs from the JVM
GNU Affero General Public License v3.0
551 stars 113 forks source link

lossless capability not set on video codecs #151

Closed crowlogic closed 5 months ago

crowlogic commented 2 years ago

protected static void printInstalledCodecs() { for (Codec codec : Codec.getInstalledCodecs()) { if (codec.hasCapability(CodecCapability.CAP_LOSSLESS)) { System.out.println("codec: " + codec); } } }

this is all it prints

codec: io.humble.video.Codec@-325076688[type=MEDIA_AUDIO;id=CODEC_ID_FLAC;name=flac;] codec: io.humble.video.Codec@-325072256[type=MEDIA_AUDIO;id=CODEC_ID_TTA;name=tta;]