Top Level Namespace

Defined Under Namespace

Modules: Bagel

Constant Summary collapse

FONT_FAMILY =
'Helvetica'
FONT_WEIGHT =
BoldWeight
FONT_SIZE =
32
COLOR_TRANSPARENT =
'transparent'
COLOR_WHITE =
'#E0E0E0'
COLOR_BLACK =
'#000000'
COLOR_GREY =
'#303030'
COLOR_GREY_DARK =
'#303030'
COLOR_GREY_LIGHT =
'#404040'
COLOR_BLUE =
'#3498DB'
COLOR_ORANGE =
'#F39C12'

Constants included from Bagel::Video::FFMPEG

Bagel::Video::FFMPEG::INDEX_VIDEO, Bagel::Video::FFMPEG::LABEL_OVERLAY, Bagel::Video::FFMPEG::LABEL_VIDEO

Constants included from Bagel::Graphic

Bagel::Graphic::FILENAME_EXTENSION

Constants included from Bagel

Bagel::CLIP_DIR, Bagel::GRAPHIC_DIR, Bagel::TMP_DIR, Bagel::TRIM_DIR, Bagel::VERSION

Method Summary

Methods included from Bagel::Video::FFMPEG

concat, filter, trim

Methods included from Bagel

check_values, config, configure, #init_directories, make_video, set_default_values