Skip to main content

Frames mode

When you activate Use Frames, the mod plays previously generated PNG frames.

Folder structure

  • deathvideo/videos/: source videos (.mp4 / .webm)
  • deathvideo/frames/: generated frame sets
  • deathvideo/cache/: temporary cache of direct video mode

Generated files

The generation with FFmpeg local creates:

  • frame_%06d.png
  • audio.wav (optional)
  • meta.json

meta.json fields:

  • fps_real
  • total_frames
  • duration_ms
  • audio_path
  • created_at

For a full explanation, check out Advanced: meta.json.