- added
--vtt
to create a .vtt file without touching any other options provided
--webvtt
now disables timestamps as well (--disable-timestamps
) (basically this is now a shorthand for running--vtt --disable-timesamps --padding 0 --header=false --header-meta=false
)
- fix wrong version reporting #31
- move from go dep to go modules #27
- fixed
--interval
based generation to be an actual interval instead of calculated numcaps
- support vor portrait mode videos
- config file lookup order now checks current directory first
- option to specify an interval (in seconds) instead of numcaps (
--interval
) - option which tries to skip ending credits by cutting off 4 minutes of the movie (
--skip-credits
)
- print errors when uploading fails
- with 1.0.8 the default behaviour of mt changed,
skip-credits
is now an opt-in and not the default anymore
- options for blur and blank threshold
- option to upload generated image to a given url (
--upload
and--upload-url
)
- improve usage of different skip functions when used in combination
- changed help message for some flags
- don't append
{{Count}}
to filename when using--single-images
with--numcap 1
- Fix an error where Resolution wasn't correctly added to header
- option to generate WEBVTT Files (
--webvtt
)
- option to put a watermark on the bottom-left corner of each image (
--watermark-all
) - option to append a comment to the header area (
--comment
) - option to list used config values (
--show-config
) - experimental function for blur detection (
--skip-blurry
)
- fixed a typo in config for
skip-existing
option - compatible with go 1.6 and ffmpeg 3.0
- option for faster but more inaccurate seeking
- experimental nude detection to skip images which are considered nude
- dont overwrite existing images by default (increments filename by 1 by default)
- switch for overwriting and skipping existing images
- log used config file and values in debug mode
- update some of the dependencies
- use recent version of godeps to link to the saved deps
- option to save current settings to a settings file
- include default font and images in the binary
- added new filters
- added
--to
and--from
options to use specific parts of the video file only - option to provide a custom output path
- new filters: "fancy", "sephia" and "cross"
- option to include meta data in the header (bitrate, FPS and codecs)
- use all available cores to improve speed
- hotfix to not save images that are considered to black
Inital release