Kenzquerza / v15

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugs and Tester

  • Jika kamu menemukan bug jangan lupa buka Issues
  • Info Lebih Lanjut, Chat owner-alpha

Requirements

Intalasi

For termux

> apt update && apt upgrade
> pkg install bash
> pkg install git
> pkg install nodejs
> pkg install ffmpeg
> pkg install imagemagick
> pkg install libwebp
> pkg install yarn
> cd /sdcard/v17
> yarn
> npm start

Heroku buildpack

FFMPEG : https://github.com/Ramdaniofficial/heroku-buildpack-ffmpeg-latest

WEBP : https://github.com/Ramdaniofficial/heroku-buildpack-webp-binaries.git


For windows/RDP

  • Download And Install Git Click Here
  • Download And Install NodeJS Click Here
  • Download And Install FFMPEG Click Here (don't forget to path)
  • Download And Install ImageMagick Click Here (if nulis want work, checklist columns 1,2,3,5,6)

Edit file

Installing the FFmpeg for Windows

  • Unduh salah satu versi FFmpeg yang tersedia dengan mengklik di sini.
  • Extract file ke C:\ path.
  • Ganti nama folder yang telah di-extract menjadi ffmpeg.
  • Run Command Prompt as Administrator.
  • Jalankan perintah berikut::
> setx /m PATH "C:\ffmpeg\bin;%PATH%"

Jika berhasil, akan memberikanmu pesan seperti: SUCCESS: specified value was saved.

  • Sekarang setelah Anda menginstal FFmpeg, verifikasi bahwa itu berhasil dengan menjalankan perintah ini untuk melihat versi:
> ffmpeg -vers)

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.8%Language:Shell 0.2%Language:Procfile 0.0%