From 7e014f02ed27eb006a90ec504f19587e48113b81 Mon Sep 17 00:00:00 2001 From: Vito <35035879+vitoyucepi@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:08:30 +0300 Subject: [PATCH] docs: Fix mistake in multitrack docs (#3381) Fix a mistake in a code sample on how to add a video track. --- doc/content/multitrack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content/multitrack.md b/doc/content/multitrack.md index 4edfa49847..166b4556b9 100644 --- a/doc/content/multitrack.md +++ b/doc/content/multitrack.md @@ -177,7 +177,7 @@ image = single("/path/to/image.png") let {audio = playlist_audio, metadata, track_marks} = source.track(s) # Get the video track from our static image -let {video = image_video} = source.tracks(s) +let {video = image_video} = source.tracks(image) # Mux the audio tracks with the image s = source({