Skip to content

Instantly share code, notes, and snippets.

View elboletaire's full-sized avatar
🍄
hunting mushrooms

Òscar Casajuana elboletaire

🍄
hunting mushrooms
View GitHub Profile
@famousgarkin
famousgarkin / fix.sh
Created March 18, 2017 18:10
ffmpeg fix "Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using the mpeg4_unpack_bframes bitstream filter without encoding but stream copy to fix it."
ffmpeg -i "in.avi" -bsf:v mpeg4_unpack_bframes -vcodec copy "out.avi"
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 24, 2025 06:28
Conventional Commits Cheatsheet