takumiadachi / hibiki

Cross-platform frontend for downloading audio from youtube.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hibiki

Download youtube videos as audio in mp3 format.

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
npm install

Having issues installing? See our debugging guide

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package

Docs

See docs and guides here

FFmpeg compile command:

./configure --disable-everything --disable-network --disable-autodetect --enable-small --enable-decoder=aac,mp3 --enable-demuxer=mov,m4v,matroska --enable-muxer=mp3,mp4 --enable-protocol=file --enable-libmp3lame --enable-encoder=libmp3lame --enable-filter=aresample --extra-cflags="-I/opt/homebrew/include" --extra-ldflags="-L/opt/homebrew/lib"

Install lame via package manager:

Mac OS

brew install lame

libmp3lame compile command:

Download source: https://sourceforge.net/projects/lame/files/lame/3.100/

./configure --disable-decoder --host="x86_64"
make
make install

License

MIT © Electron React Boilerplate

About

Cross-platform frontend for downloading audio from youtube.

License:MIT License


Languages

Language:TypeScript 86.8%Language:JavaScript 12.3%Language:EJS 0.6%Language:Shell 0.1%Language:SCSS 0.1%