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 @@
No audio!! You may need to mux with an audio track :c
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 -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 -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!