Or better, generate a bitrate plot:
ffmpeg -i episode.mkv -vf "signalstats=stat=tout:out=brng,metadata=print:file=-" -f null - yellowjackets s01e01 ffmpeg
ffmpeg -i Yellowjackets.S01E01.mkv -map 0 -c:v libx265 -crf 18 -preset slow -pix_fmt yuv420p10le -c:a copy -c:s copy -metadata title="Yellowjackets - 1x01 - Pilot" compressed_1080p.mkv Or better, generate a bitrate plot:
ffmpeg -i episode
However, the most distinct "filter" applied in S01E01 is the use of music, specifically the closing sequence set to The Cranberries’ "Zombie." In FFmpeg terms, this is a classic amix filter scenario. The show takes the diegetic sound of the celebration—dialogue, cheering, the crackle of the fire—and blends it with the non-diegetic, high-energy track. The metadata of the song contradicts the visual data on screen: the music is anthemic and energetic, but the visuals reveal the team's descent into a primitive, cult-like ritual. This dissonance creates a psychological artifact, a corruption in the viewer's emotional processing that mirrors the trauma of the characters. This dissonance creates a psychological artifact
ffmpeg -i episode.mkv -filter_complex "[0:v]select='gte(t,0)',setpts=N/FRAME_RATE/TB,split[main][bit];[bit]waveform=filter=lowpass:scale=ire:r=23.98,format=gray,negate,drawbox=x=0:y=0:w=iw:h=ih:c=red@0.3,format=yuv420p[bitviz];[main][bitviz]overlay=0:0" -frames:v 1 -update 1 bitrate_heatmap.png
ffmpeg transforms a casual viewing of Yellowjackets S01E01 into a forensic examination of modern digital cinematography. From bitrate heatmaps to luma range analysis, the episode reveals its storytelling through technical choices—10-bit HEVC preserving the darkness of both the wilderness and the human psyche, dynamic audio mixing pulling you into the forest, and color timing that separates trauma from memory.