propaganda

動画ファイル flag.mp4 が与えられた。

再生してみると、時々不自然なフレームが挟まっていた。
そこで、以下のようにFFmpegを用いてフレームごとに分解した。

A movie file flag.mp4 was given.

Playing the movie, I found that there were some unusual frames inserted.
then, I splitted the movie into frames using FFmpeg in this way:

ffmpeg -i for-propaganda\flag.mp4 -q:v 2 frames\%04d.jpg

すると、0200.jpg (など) にflagが書かれていた。

Then, I found the flag written in 0200.jpg (and some other images).

FLAG{Stand_tall_We_are_Valorant_We_are_fighters!}

WaniCTF 2021