You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With `--msf-timeline`, `catalog.json` also includes a `timeline` metadata track with:
37
+
38
+
-`packaging: "mediatimeline"`
39
+
-`mimeType: "application/json"`
40
+
-`depends` pointing to all media tracks
41
+
42
+
The corresponding `timeline_g0_o0.json` payload is an explicit MSF media timeline array of `[mediaTimeMs, [groupId, objectId], wallclockMs]` records. VOD output uses `0` for wallclock time.
@@ -42,7 +48,7 @@ The output directory should contain:
42
48
- one `*_probe.mp4` file per emitted media object for direct `ffprobe` use
43
49
-`publish-plan.txt`
44
50
45
-
When `--sap` is enabled, the output directory also contains one `*_sap_g*_o*.json` file per emitted SAP event timeline object.
51
+
When `--msf-timeline` is enabled, the output directory also contains `timeline_g0_o0.json` with explicit MSF media timeline records. When `--sap` is enabled, the output directory also contains one `*_sap_g*_o*.json` file per emitted SAP event timeline object.
0 commit comments