Conversation
video with flashing lights (lightning)
Show content

thunderstorms are fun to watch

for some reason I couldn’t hear any thunder

video cut, slowed down (from 30 FPS to 15 FPS), and transcoded from H.265 to AV1 using ffmpeg:

ffmpeg -i lightning.mp4 -ss 00:40 -to 00:43 -map 0:v -c:v copy -bsf:v hevc_mp4toannexb lightning-raw.h265
ffmpeg -fflags +genpts -r 15 -i lightning-raw.h265 -c:v copy lightning-cut.mp4
ffmpeg -i lightning-cut.mp4 -c:v libsvtav1 lightning-cut.webm
0
1
1