Skip to content

Instantly share code, notes, and snippets.

@tayvano
tayvano / gist:6e2d456a9897f55025e25035478a3a50
Created February 19, 2017 05:29
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)
@jugemjugem
jugemjugem / gist:190886f4fe152f2fd6cd
Last active January 21, 2017 16:49
variadic template と queryinterface
// msvc2013 sp3 でコンパイルは通るけど、正しく動作するかは不明なコード片です。
//
// Some IDL Generated interfaces's header
// こんな idl 生成のインターフェイスがあるとき
//
MIDL_INTERFACE("GUID IA")
IA : public IUnknown
{};
MIDL_INTERFACE("GUID IB")