Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
/ ivc Public archive

Simplified version of Ultra Video Compressor

License

Notifications You must be signed in to change notification settings

tfkhdyt/ivc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instant Video Compressor

0001-17904800388-20210307-094530-0000.png
Skrip untuk mengompres video dengan mudah menggunakan Termux. Dengan skrip ini, dapat membuat size videomu berkurang sampai ±50% tanpa mengurangi kualitas video. Skrip ini memudahkan kalian untuk menjalankan command ffmpeg tanpa harus menulis command yang panjang. Skrip ini merupakan simplified dari Ultra Video Compressor


         

Disclaimer

Saya tidak menjamin video yang kalian kompres ukurannya akan menjadi lebih kecil, karena hasil akhir akan sangat berpengaruh dari video asli. Jadi jangan heran jika suatu saat size hasil kompres malah lebih besar dari size video asli

Requirements

  • Termux
  • git (pkg install git)
  • Koneksi internet (Hanya untuk instalasi dependencies, proses kompres tetap dilakukan secara offline)

Instalasi

# mengizinkan termux mengakses storage
termux-setup-storage
# kemudian pilih y

# cloning source code
git clone https://github.com/tfkhdyt/ivc.git && cd ivc && ./install

# Compress
ivc [namaFile.mp4]
Contoh : ivc sample.mp4

# Trim
ivc -t [Waktu awal] [Waktu akhir] [namaFile.mp4]
Contoh : ivc -t 00:01:00 00:02:30 sample.mp4

# Volume up
ivc -vu [namaFile.mp4]
Contoh : ivc -vu sample.mp4

# Mobile friendly resolution
ivc -m [namaFile.mp4]
Contoh : ivc -m sample.mp4

# WhatsApp Status Trim
ivc -wa [namaFile.mp4]
Contoh : ivc -wa sample.mp4

# Membatalkan proses kompres: Ctrl + C

# Jika nama file mengandung spasi, maka awali dan akhiri nama file dengan tanda " " (Petik)
# Contoh : ivc "Mega to Drive_1080p.mp4"

Informasi lebih lanjut

Apabila ada yang mau ditanyakan soal skrip ini, bisa langsung pm saya: