Skip to content

v0.1.1

Compare
Choose a tag to compare
@tungs tungs released this 29 Jul 18:55

This version reflects changes in timesnap v0.1.1 that adds preliminary support for video playback as either elements in the webpage or as images drawn to canvases.

Note that the default version of timecut, timesnap, and puppeteer installs Chromium, which does not have proprietary video formats included (e.g. .mp4 with h.264 encoding). You can use Chrome which can play those formats in timecut by using the --executable-path or config.executablePath option to specify the path to an installed version of Chrome.

  • This version of timecut does not add a default -pix_fmt to ffmpeg arguments if -pix_fmt is already defined in config.outputArguments or --outputArguments. Previously this was in input arguments instead of output arguments.