Skip to content

Instantly share code, notes, and snippets.

View face-hh's full-sized avatar
🙂
mkdir transcoded; for i in *.mp4; do ffmpeg -i "$i" -vcodec mjpeg -q:v 2 -acodec

Face face-hh

🙂
mkdir transcoded; for i in *.mp4; do ffmpeg -i "$i" -vcodec mjpeg -q:v 2 -acodec
  • http://127.0.0.2/main.html
View GitHub Profile
@Iliannnn
Iliannnn / Discord.js-v14-Events.md
Last active May 3, 2024 05:32
Discord.js v14 Events - Cheatsheet

Discord.js v14 Events

An overview of all events in Discord.js v14 with examples.

📢 | Last updated: 27 July 2022

ℹ️ | client references to your client instance.

ℹ️ | The v13 overview can be found here.