Skip to content

Instantly share code, notes, and snippets.

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

opannapo opannapo

🏠
Working from home
View GitHub Profile
@opannapo
opannapo / gist:56a928eea9262ca64a1c830b47709938
Created June 30, 2024 09:08 — forked from tayvano/gist:6e2d456a9897f55025e25035478a3a50
complete list of ffmpeg flags / commands
Originall From: Posted 2015-05-29 http://ubwg.net/b/full-list-of-ffmpeg-flags-and-options
This is the complete list that’s outputted by ffmpeg when running ffmpeg -h full.
usage: ffmpeg [options] [[infile options] -i infile]… {[outfile options] outfile}…
Getting help:
-h — print basic options
-h long — print more options
-h full — print all options (including all format and codec specific options, very long)
@opannapo
opannapo / flutter-ci.yml
Created April 4, 2021 16:22 — forked from aagarwal1012/flutter-ci.yml
CI for your Flutter apps on GitHub Actions.
name: Flutter CI
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- master
# on: push # Default will running for every branch.