[ create a new paste ] login | about

Link: http://codepad.org/iqymvt9b    [ raw code | fork ]

Plain Text, pasted on Dec 11:
1
2
3
4
	std::string cmdline = ffmpeg_path_.string() + " -framerate " + std::to_string(static_cast<int>(fps)) +
		" -f image2pipe -vcodec png -i - -c:v libx264 -preset ultrafast -crf 0 -vf drawtext=\"fontcolor = white:fontfile = " +
		" calibril.ttf : text = '%{localtime\\:%H %M %S}'\" -y -report " + filename;


Create a new paste based on this one


Comments: