Skip to content

Releases: mutschler/mt

1.0.14

22 Mar 14:39
Compare
Choose a tag to compare
fix: support --skip-existing with -s #45

1.0.13

17 Mar 15:05
Compare
Choose a tag to compare
chg: update screengen to support ffmpeg 5+

1.0.12

10 Jul 02:06
Compare
Choose a tag to compare

1.0.12 (10 June 2022)

New

  • added --vtt to create a .vtt file without touching any other options provided

Changes

  • --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)

1.0.11

18 May 08:25
Compare
Choose a tag to compare

1.0.11 (18 May 2021)

Fixes

  • fix wrong version reporting #31

Changes

  • move from go dep to go modules #27

1.0.10

12 May 10:38
Compare
Choose a tag to compare

1.0.10 (12 May 2020)

Changes

  • fixed --interval based generation to be an actual interval instead of calculated numcaps

1.0.9

12 Nov 11:50
Compare
Choose a tag to compare

1.0.9 (12 Nov 2018)

New

  • support vor portrait mode videos (#9)

Changed

  • config file lookup order now checks current directory first

1.0.8

09 Feb 14:34
Compare
Choose a tag to compare

1.0.8 (09 Feb 2017)

New

  • option to specify an interval (in seconds) instead of numcaps (--interval)
  • option which tries to skip ending credits by cuttin of 4 minutes of the movie (--skip-credits)

Changes

  • 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

1.0.7

19 Nov 23:17
Compare
Choose a tag to compare

1.0.7 (20 Nov 2016)

New

  • options for blur and blank threshold
  • option to upload generated image to a given url (--upload and --upload-url)

Changes

  • improve usage of different skip functions when used in combination
  • changed help message for some flags
  • dont append {{Count}} to filename when useing --single-images with --numcap 1
  • Fix an error where Resulution wasn't correctly added to header

1.0.6

10 Jun 09:29
Compare
Choose a tag to compare

1.0.6 (10 Jun 2016)

New

  • option to generate WEBVTT Files (use --webvtt)

Note:

If you where using 1.0.6-dev before the flag and config value was changed from vtt to webvtt

1.0.6-dev

07 Jun 19:18
Compare
Choose a tag to compare
1.0.6-dev Pre-release
Pre-release

This introduces the ability to create webvtt files along with the generated thumbnails file. use --vtt to try