forked from Mirrors/badapplefetch
Update Makefile
Signed-off-by: n <me@everypizza.im>
This commit is contained in:
parent
89de4ede11
commit
57259f2cf7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue