let-the-penguin-live
Challenge Description
Solution
ffprobe -v quiet -print_format json -show_streams challenge.mkvCOMMENT : EH4X{k33p_try1ng}Extract both audio tracks
ffmpeg -i challenge.mkv -map 0:a:0 track1.flac
ffmpeg -i challenge.mkv -map 0:a:1 track2.flacCompute the difference between the two tracks
Spectrogram analysis

Flag
Last updated

