Skip to main content

max / makenotwork

2.1 KB · 72 lines History Blame Raw
1 # Video Hosting
2
3 How to upload video, how it streams, and how fans download it.
4
5 ---
6
7 ## Supported Formats
8
9 Any modern browser-supported video format. Most creators upload:
10
11 | Format | Extension | Notes |
12 |--------|-----------|-------|
13 | MP4 (H.264 / H.265) | `.mp4` | Most widely compatible |
14 | WebM (VP9) | `.webm` | Open codec, good compression |
15 | QuickTime | `.mov` | Accepted; some browsers transcode on download |
16
17 Files are stored as-is. The in-browser player streams whatever you upload, so encode for the browser you want to reach.
18
19 ---
20
21 ## Streaming
22
23 Video items get a built-in HTML5 player with the cover image as the poster frame. No app required, no third-party embed. Streaming preloads metadata only. Full bytes load as the viewer plays.
24
25 Live streaming is on the roadmap.
26
27 ---
28
29 ## File Limits
30
31 Per-file size limits depend on your [pricing tier]./tiers.md: {{ tier_limits.basic_per_file }} (Basic), {{ tier_limits.small_files_per_file }} (Small Files), {{ tier_limits.big_files_per_file }} (Big Files and Everything). Cover images: {{ tier_limits.basic_per_file }} on all tiers.
32
33 Most full-length video uploads will need Big Files or Everything.
34
35 ---
36
37 ## Upload Process
38
39 1. Drag the video file onto the upload area (or click to browse)
40 2. Upload runs with a progress indicator
41 3. Add metadata while uploading or after
42 4. Set a cover image (used as the poster frame and OG card)
43 5. Set tags, pricing, visibility
44 6. Save as draft or publish immediately
45
46 ---
47
48 ## Metadata
49
50 **Required:** Title
51
52 **Optional:** Description, tags, release date, credits/collaborators, cover image
53
54 **Auto-extracted:** Duration
55
56 ---
57
58 ## Downloads
59
60 Fans who purchase the item or subscribe to a tier can download the original file directly. No DRM, no device tracking, no per-download fees. Re-downloads allowed anytime.
61
62 To offer multiple resolutions or formats, upload them as separate [versions]./items.md#versions of the same item.
63
64 ---
65
66 ## See Also
67
68 - [Audio Hosting]./audio.md
69 - [Software & Downloads]./software.md
70 - [Items]./items.md: organizing items and projects
71 - [Media Library]./media-library.md: images and videos embedded in item descriptions and blog posts
72