1
0
Fork 0

Update Makefile

Signed-off-by: n <me@everypizza.im>
This commit is contained in:
Nyx 2025-02-17 01:26:17 -06:00
parent 89de4ede11
commit 57259f2cf7

View file

@ -47,7 +47,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.c $(SRC_DIR)/%.h | $(OBJ_DIR)
$(CC) -c -o $@ $(CFLAGS) $< $(LDFLAGS) $(CC) -c -o $@ $(CFLAGS) $< $(LDFLAGS)
video.mp4: 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 ffmpeg -i video.mp4 -r $(FPS) -c:v libx264 -crf 17 -c:a copy output.mp4
mv -fv output.mp4 video.mp4 mv -fv output.mp4 video.mp4