diff options
author | pdp8 <pdp8@pdp8.info> | 2024-03-04 13:42:04 +0100 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-03-04 13:42:04 +0100 |
commit | 6b40f3b54efabb740e825ba3d94b5695c2b98ede (patch) | |
tree | 2e2fae35cae72f73878cd5295e0f183891e284dc /Makefile | |
parent | 4bd4cb578ee4579eaa81efec4b478654fae8e236 (diff) |
disallow AI bots in robots.txt, mail.rb title, valid rss
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 - $@ |