This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Jekyll | |
# Base class for the tag pages with all the shared behaviour | |
class BaseTagPage < Page | |
def initialize(site, base, dir) | |
@site = site | |
@base = base | |
@dir = dir | |
@name = 'index.html' | |
self.process @name | |
self.read_yaml File.join(base, '_layouts'), layout_page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -f dshow -i video="USB2.0 0.3M UVC WebCam" -ss 00:00:2.000 -f image2 -vframes 1 out.png |
NewerOlder