×
Login Register an account
Top Submissions Explore Upgoat Search Random Subverse Random Post Colorize! Site Rules Donate
19
13 comments block


[ - ] KosherHiveKicker 5 points 7 hoursJun 15, 2025 09:25:58 ago (+5/-0)

Every time I see this I am reminded of the Atari game "Missile Command"

[ - ] Panic 2 points 6 hoursJun 15, 2025 10:34:48 ago (+2/-0)

Hey, that was a great game!

[ - ] PeckerwoodPerry 4 points 5 hoursJun 15, 2025 11:23:09 ago (+4/-0)

I watched it 6 million times before I realized it was only 6 seconds long.

[ - ] Thedancingsousa 0 points 1 hourJun 15, 2025 15:20:27 ago (+0/-0)

The math doesn't add up. That would have taken over a year to watch.

Now you could tile it in a 20x20 display and you could watch it 6 million times in a single day, almost. If we adjust the numbers down to 240,000 views you could do it in an hour.

[ - ] Thedancingsousa 0 points 1 hourJun 15, 2025 15:24:29 ago (+0/-0)

Here is the ffmpeg to do that

```bash
cols=20; rows=20
#build the layout string: “0_0|w0_0|w1_0|…|w19_h18|w19_h19”
layout=$(for y in $(seq 0 $((rows-1))); do
for x in $(seq 0 $((cols-1))); do
printf "%d_%d|" $((xiw/cols)) $((yih/rows))
done
done | sed 's/|$//')

ffmpeg -stream_loop -1 -i input.mp4 \
-filter_complex "
[0:v] split=$((colsrows))$(for i in $(seq 0 $((colsrows-1))); do printf '[v%d]' $i; done);
$(for i in $(seq 0 $((colsrows-1))); do
printf '[v%d] scale=iw/%d:ih/%d [s%d];' $i $cols $rows $i
done)
$(for i in $(seq 0 $((cols
rows-1))); do printf '[s%d]' $i; done)
xstack=inputs=$((cols*rows)):layout=$layout [v]
" -map "[v]" -t 3600 -c:v libx264 -preset veryfast output.mp4
```

[ - ] RMGoetbbels 4 points 7 hoursJun 15, 2025 09:23:05 ago (+4/-0)

I LIKED IT! Do eet aggin!

[ - ] HonkyMcNiggerSpic 1 point 5 hoursJun 15, 2025 11:30:27 ago (+1/-0)

That's not a hypersonic, I don't think. I believe its just a ballistic

[ - ] BloodyComet 0 points 3 hoursJun 15, 2025 12:48:06 ago (+0/-0)

You would need to slow the footage down to see anything more than an orange streak if it's hypersonic. It's in the name- faster than the speed of sound. The human eye will struggle to track an object moving that speed.

One of the points of having hypersonic missiles, is that they move so fast that many common countermeasures are incapable of intercepting them.

[ - ] GetFuckedCunt 0 points 1 hourJun 15, 2025 15:22:12 ago (+0/-0)

One of the points of having hypersonic missiles

In a world without jews, sure. In a world where jews control everything, there is no point to any of these other than to fight for jews.

[ - ] Belfuro 0 points 36 minutesJun 15, 2025 16:08:57 ago (+0/-0)

Hypersonic is a product of ballistic trajectory.
Go high enough and you will come back down at several machs.

See the space shuttle re entry doeeds for example

[ - ] DivineLight2 0 points 38 minutesJun 15, 2025 16:07:14 ago (+0/-0)

It's beautiful. Come on you dirty goat fuckers, more!

[ - ] BulletStopper 0 points 1 hourJun 15, 2025 15:36:53 ago (+0/-0)

Good. More please. Make tel aviv look like gaza.

[ - ] Panic 0 points 6 hoursJun 15, 2025 10:25:11 ago (+0/-0)