From 6b40f3b54efabb740e825ba3d94b5695c2b98ede Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 4 Mar 2024 13:42:04 +0100 Subject: disallow AI bots in robots.txt, mail.rb title, valid rss --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19477c0..5acb8ec 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ videos: $(video_mp4) $(video_webp) climbing: $(climbing_mp4) $(climbing_webp) %.mp3: %.flac - ffmpeg -i $< -ab 256k -map_metadata 0 -id3v2_version 3 $@ + ffmpeg -i $< -y -vsync 0 -ab 256k -map_metadata 0 -id3v2_version 3 $@ %.webp: %.webm ffmpeg -i $< -hide_banner -loglevel error -vf thumbnail -frames:v 1 -c:v png -f image2pipe - | convert - $@ -- cgit v1.2.3