1
0
Fork 0
No description
Find a file
Ari Archer 9e8693795b
remove video.mp4
Signed-off-by: Ari Archer <ari@ari.lt>
2024-05-04 01:21:08 +03:00
logos init 2024-05-04 00:45:20 +03:00
scripts init 2024-05-04 00:45:20 +03:00
src init 2024-05-04 00:45:20 +03:00
.clang-format init 2024-05-04 00:45:20 +03:00
.editorconfig init 2024-05-04 00:45:20 +03:00
.gitignore init 2024-05-04 00:45:20 +03:00
LICENSE init 2024-05-04 00:45:20 +03:00
Makefile init 2024-05-04 00:45:20 +03:00
README.md add https://www.youtube.com/watch?v=C9wIdshX__g 2024-05-04 01:12:59 +03:00
screenshot.jpg init 2024-05-04 00:45:20 +03:00

Bad Apple Fetch

Bad apple... As Neofetch

As the creator of Neofetch has picked up farming thought why not combing one of the most infamous memes on the internet, and one of the most influential scripts by Dylan Araps.

Requirements

  • make (for compilation)
  • FFMpeg (for video and audio processing)
  • jp2a (for ASCII frames generation)
  • Most likely Linux, haven't tested it anywhere else
  • yt-dlp or youtube-dl (for downloading videos off YouTube, you can change that with YT=...)
  • LibMPV & Libpthread (if you have LIBMPV=1)
  • BASH

Compiling

  • Make sure you have all the dependencies
  • If you want audio support, type export LIBMPV=1
  • If you want more or less FPS, type export FPS=<FPS> (by default 24)
  • If you want to use youtube-dl instead of yt-dlp, type export YT=yt-dlp
  • Now, compile! Type make -j$(nproc --all) (nproc --all will just turn into your core count)

Screenshot

Screenshot of BadAppleFetch

Live demonstration: https://www.youtube.com/watch?v=C9wIdshX__g