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.
```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 $((colsrows-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 ```
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.
"It's in the name- faster than the speed of sound. The human eye will struggle to track an object moving that speed."
That's "supersonic" which is anything travelling above the speed of sound (Mach 1). Hypersonic refers specifically to the Mach 5+ range. But even then it's not magic. It's more than possible to track an object moving at that speed if there's enough distance.
For example, Mach 5 is (rounding for ease of understanding) just over 1 mile per second. The human FOV is roughly 120 degrees for binocular vision if you stare straight ahead. At 1 mile from the flight path, the missile would be crossing 60 degrees every second, so you'd see it for two seconds. More if you move your head to follow.
And a mile is uncomfortably close when heavy ordinance is coming down.
Now that was a missile! It hit so hard it threw Yahweh from the throne...and made it shit itself. BEEP! BEEP! Calling archangel michael! Cleanup in the throne room!
[ + ] KosherHiveKicker
[ - ] KosherHiveKicker 6 points 1 dayJun 15, 2025 09:25:58 ago (+6/-0)
[ + ] Panic
[ - ] Panic 2 points 1 dayJun 15, 2025 10:34:48 ago (+2/-0)
[ + ] RMGoetbbels
[ - ] RMGoetbbels 4 points 1 dayJun 15, 2025 09:23:05 ago (+4/-0)
[ + ] PeckerwoodPerry
[ - ] PeckerwoodPerry 4 points 1 dayJun 15, 2025 11:23:09 ago (+4/-0)
[ + ] Thedancingsousa
[ - ] Thedancingsousa 1 point 1 dayJun 15, 2025 15:20:27 ago (+1/-0)
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
[ - ] Thedancingsousa 0 points 1 dayJun 15, 2025 15:24:29 ago (+0/-0)
```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 $((colsrows-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
```
[ + ] HonkyMcNiggerSpic
[ - ] HonkyMcNiggerSpic 1 point 1 dayJun 15, 2025 11:30:27 ago (+1/-0)
[ + ] BloodyComet
[ - ] BloodyComet 0 points 1 dayJun 15, 2025 12:48:06 ago (+0/-0)
One of the points of having hypersonic missiles, is that they move so fast that many common countermeasures are incapable of intercepting them.
[ + ] GetFuckedCunt
[ - ] GetFuckedCunt 0 points 1 dayJun 15, 2025 15:22:12 ago (+0/-0)
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.
[ + ] uvulectomy
[ - ] uvulectomy 0 points 1 dayJun 15, 2025 17:29:46 ago (+0/-0)
That's "supersonic" which is anything travelling above the speed of sound (Mach 1). Hypersonic refers specifically to the Mach 5+ range. But even then it's not magic. It's more than possible to track an object moving at that speed if there's enough distance.
For example, Mach 5 is (rounding for ease of understanding) just over 1 mile per second. The human FOV is roughly 120 degrees for binocular vision if you stare straight ahead. At 1 mile from the flight path, the missile would be crossing 60 degrees every second, so you'd see it for two seconds. More if you move your head to follow.
And a mile is uncomfortably close when heavy ordinance is coming down.
[ + ] Belfuro
[ - ] Belfuro 0 points 1 dayJun 15, 2025 16:08:57 ago (+0/-0)
Go high enough and you will come back down at several machs.
See the space shuttle re entry doeeds for example
[ + ] Panic
[ - ] Panic 0 points 1 dayJun 15, 2025 10:25:11 ago (+0/-0)
https://www.youtube.com/watch?v=mMlsK3DdGQY&ab_channel=TimesOfIndia
[ + ] BulletStopper
[ - ] BulletStopper 0 points 1 dayJun 15, 2025 15:36:53 ago (+0/-0)*
[ + ] DivineLight2
[ - ] DivineLight2 0 points 1 dayJun 15, 2025 16:07:14 ago (+0/-0)
[ + ] PuddinTame
[ - ] PuddinTame 0 points 1 dayJun 15, 2025 17:02:58 ago (+0/-0)