Share your theories and predictions!

How to get the “( 4 / 13 )” on the teaser page

First, the teaser page: https://frame.work/nextgen, there is meaning text " ( 4 / 13 )" is hidden in the video. Possibly it means the date of the next update for the teaser page or teaser video. And I assume the next teaser page or video shows further hints of the coming announcements.

I want to share how to get the “( 4 / 13 )” by yourself. Because the tip is useful for other coming teaser videos too.

1. Download the video files

You can get the 2 video links (1. Penguin running left to right, and 2. Penguin walking forward shown in click). I would share the 3 possible ways below.

1.1. Right click on the video, save video as … on Firefox. This is a simple way.

1.2. Using ChatAI. I used Claude (model: opus 4.6), and uploaded the html source file as input to the Claude, then Claude analyzed the html file and got the links. The links were Cloudflare CDN’s links.

You can download by wget. The links are still available.

Penguin running (left to right):

$ wget https://customer-gbu4wsrjcdamtxzc.cloudflarestream.com/362e5fa71bdcc4d36b1e73d8bc0b951e/downloads/default.mp4

Penguin walking forward (shown in click)

$ wget https://customer-gbu4wsrjcdamtxzc.cloudflarestream.com/aff47dd86df03d702fb00a1d8c6eb290/downloads/default.mp4

1.3. Using a video downloading browser extension such as this.

2. Check video info

When you play a video, in this case, the video for Penguin running (left to right) by mpv, you can get the video info. The video is 30 fps (frame per second) and total 3 seconds.

$ mpv default.mp4
● Video  --vid=1  (h264 1728x1080 30 fps) [default]
File tags:
 Date: 2026/03/26 23:14:11
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:993: FINISHME: support more multi-planar formats with DRM modifiers
VO: [gpu] 1728x1080 yuv420p
V: 00:00:03 / 00:00:03 (99%)
Exiting... (End of file)

3. Convert video files into image files

The following command is to convert the video file (.mp4 file) into image files (png files). In my understanding, the image files are created for all the frames. I expected 30 fps * 3 seconds = 90 png files. But these were actually 96 png files. So, my understanding might be wrong.

$ ffmpeg -i default.mp4 frame_%04d.png
$ ls frame_*.png | wc -l
96

$ ls -1 frame_*.png
frame_0001.png
frame_0002.png
...
frame_0095.png
frame_0096.png

You can see “( 4 / 13 )” in the frame_0018.png and frame_0019.png.

My predictions

The teaser page is inspired by the film the Matrix. The Matrix’s main character is Neo. => Macbook Neo => Framework’s Macbook-Neo-like product is Framework Laptop 12. So, one of the announcements is about Framework Laptop 12. :grin:

  • Framework Laptop 13: New AMD mainboard, Coreboot
  • Framework Laptop 16: New expansion bay AMD GPU, Ortholinear keyboard final version. It’s too early to announce Framework Laptop 16’s new mainboard since Framework Laptop 16’s last mainboard was announced less than 1 year ago. So, no mainboard announcement for Framework Laptop 16.
  • Framework Laptop 12: New Intel and AMD mainboards, new display with better color and resolution
  • Framework Desktop: New AMD mainboard

I predict that we will see further hints on Monday, 13th April.

2 Likes