diff --git a/html/download.ejs b/html/download.ejs index 3e4b39ee..09f6cf64 100644 --- a/html/download.ejs +++ b/html/download.ejs @@ -197,7 +197,7 @@

Audio-only formats

-
m4a — lowSmall size
+
m4a — lowsmol size
Download
@@ -207,7 +207,7 @@
-
webm — lowOpus • Small size
+
webm — lowOpus • smol size
Download
@@ -223,12 +223,12 @@

No audio!! You may need to mux with an audio track :c

-
144p — MP4Very small
+
144p — MP4Very smol
Download
-
144p — WEBMVery small
+
144p — WEBMVery smol
Download
@@ -295,21 +295,21 @@ FFmpeg — MP4 output
ffmpeg -i video.mp4 -i videoplayback.m4a -c copy -map 0:v:0 -map 1:a:0 output.mp4
-

Use when your video is MP4 (H.264) and audio is M4A/AAC.

+

when your video is MP4 (H.264) and audio is M4A/AAC use dis!

FFmpeg — WEBM output
ffmpeg -i videoplayback.webm -i audio.webm -c copy -map 0:v:0 -map 1:a:0 output.webm
-

Use when both tracks are WEBM (VP9/AV1 + Opus).

+

when both tracks are WEBM (VP9/AV1 + Opus) use dis!

FFmpeg — mixed containers
ffmpeg -i videoplayback.webm -i videoplayback.m4a -c copy -map 0:v:0 -map 1:a:0 output.mkv
-

If containers differ, mux to mkv for best compatibility.

+

If containers differ u can mux to mkv for best compatibility!