Skip to content

Instantly share code, notes, and snippets.

View aginanjar's full-sized avatar
🏠
Working from home

Ahmad aginanjar

🏠
Working from home
View GitHub Profile
<?php
interface Phone {
public function turnOn();
}
class PhoneUser {
@aginanjar
aginanjar / scast.sh
Created July 7, 2023 16:54
ffmpeg screencast command sample
#!/bin/bash
ffmpeg -f x11grab -video_size 1920x1080 -framerate 25 -i $DISPLAY -c:v ffvhuff ~/Videos/ok.mkv