From 57259f2cf71d7fcaad0880b61abf99e5769a0954 Mon Sep 17 00:00:00 2001 From: n Date: Mon, 17 Feb 2025 01:26:17 -0600 Subject: [PATCH] Update Makefile Signed-off-by: n --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4919972..fd5feaa 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c $(SRC_DIR)/%.h | $(OBJ_DIR) $(CC) -c -o $@ $(CFLAGS) $< $(LDFLAGS) video.mp4: - $(YT) -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]" -o "video.mp4" https://www.youtube.com/watch?v=FtutLA63Cp8 --verbose --geo-bypass -R infinite --console-title --concurrent-fragments 100 --rm-cache-dir + $(YT) -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]" -o "video.mp4" https://www.youtube.com/watch?v=tzD9OxAHtzU --verbose --geo-bypass -R infinite --console-title --concurrent-fragments 100 --rm-cache-dir ffmpeg -i video.mp4 -r $(FPS) -c:v libx264 -crf 17 -c:a copy output.mp4 mv -fv output.mp4 video.mp4