Hammerfest - Score World Record (17M) by Vaxos

Details
Title | Hammerfest - Score World Record (17M) by Vaxos |
Author | D |
Duration | 1:14:47 |
File Format | MP3 / MP4 |
Original URL | https://youtube.com/watch?v=edKthl7K_Dc |
Description
This is a reupload of the Hammerfest score World Record video by Vaxox (not me). Vaxos profile: http://www.hammerfest.fr/user.html/897913
The original video was split in 4 parts and uploaded to Dailymotion:
- https://www.dailymotion.com/video/xeflxu
- https://www.dailymotion.com/video/xefqrh
- https://www.dailymotion.com/video/xefs4l
- https://www.dailymotion.com/video/xefxzn
The video was first upload to Dailymotion on 2010-07-13. The video ends before final boss (it was forbidden to share details about the final boss back then, to avoid spoilers). The final score is 17.398.506. As of the date of this reupload (2023-03-08), this is still the world record. Current top players:
1. Vaxos 17.398.506
2. Badboy 17.206.676M
3. Maxdefolsch 15.723.415
4. max8312083 15.716.550
I am Demurgos and work on helping keeping Hammerfest alive through the projects "Eternalfest" and Eternaltwin". Learn more:
- Website: https://eternalfest.net/
- Discord: https://discord.gg/VTBjxn7
This video was created by concatenating all the parts back into a single video and cropping it to keep only the content (without any black bars).
Details:
youtube-dl https://www.dailymotion.com/video/xeflxu --output 1.mp4
youtube-dl https://www.dailymotion.com/video/xefqrh --output 2.mp4
youtube-dl https://www.dailymotion.com/video/xefs4l --output 3.mp4
youtube-dl https://www.dailymotion.com/video/xefxzn --output 4.mp4
echo -e "file '1.mp4'\nfile '2.mp4\nfile '3.mp4\nfile '4.mp4\n'" | tee input.txt
ffmpeg -f concat -safe 0 -i input.txt -c copy full.mp4
ffmpeg -i full.mp4 -filter:v "crop=300:372:106:6,scale=580:720" -an ./vaxos17m.mp4