How FLV to FLAC audio conversion works
FLV probe and decode → stream-aware conversion → FLAC audio verify
Reading FLV
FLV input is parsed for supported Flash video codecs, audio tracks, timestamps, and bounded script metadata.
Creating FLAC audio
FLAC output extracts one selected audio stream and stores it losslessly with compatible metadata.