Commit Graph

  • 43169174a9 Add url of new canonical git repo main Matt McWilliams 2021-10-22 16:47:42 -0400
  • 4dbdc4e3da Fixed breaking change to commander where options are not directly on the "program" object and need to be retrieved via the .opts() method Matt McWilliams 2021-04-07 09:13:04 -0400
  • 5da0bcec11 Add the license to the readme Matt McWilliams 2021-03-27 11:09:54 -0400
  • 1ceeaad33a Remove TODO Matt McWilliams 2021-03-27 11:09:30 -0400
  • 6c12d4961c Update the docs by running the doc build process. Matt McWilliams 2021-03-26 18:46:45 -0400
  • f569a27e32 Update readme to reflect all options on the application now. Matt McWilliams 2021-03-26 18:45:07 -0400
  • d2b27620ca Accidentally broke reference to package.json Matt McWilliams 2021-03-26 18:43:17 -0400
  • 54057021a4 Add return types to functions that are not void Matt McWilliams 2021-03-26 18:22:42 -0400
  • c0fcdd62da Only require functions that are actually used rather than the entire module. Matt McWilliams 2021-03-26 18:19:43 -0400
  • f4e799d647 Remove frameloom.sh from the root. This will constitute an entire separate repo now. Matt McWilliams 2021-03-26 17:09:03 -0400
  • 501bcf8603 Update modules for porting process. Matt McWilliams 2021-03-26 17:00:17 -0400
  • 821a3573e4
    Bump ini from 1.3.5 to 1.3.7 dependabot[bot] 2020-12-11 01:02:29 +0000
  • 16739ede5d
    Bump handlebars from 4.1.1 to 4.7.6 dependabot[bot] 2020-09-04 14:59:49 +0000
  • e7bda11426
    Bump handlebars from 4.1.1 to 4.5.3 dependabot[bot] 2019-12-27 20:44:37 +0000
  • ec2276ea9a
    Bump mixin-deep from 1.3.1 to 1.3.2 dependabot[bot] 2019-11-02 15:20:22 +0000
  • 22344e8343 Target node10, node11 isn't supported v1.0.3 mmcwilliams 2019-08-05 12:21:29 -0400
  • cbc7745f02 Add spin back to frameloom as -s, --spin flag. Skip frames that aren't rotated. mmcwilliams 2019-08-05 12:19:11 -0400
  • 4e27edcfa9 Restore square_gif script with automatic resizing in the first script. Performs the crop and re-encode in 1920x1080 mmcwilliams 2019-05-31 16:35:09 -0400
  • a501023f27 Update pkg mmcwilliams 2019-05-31 16:20:00 -0400
  • aa42c8dc67 Implemented altsort for patterns other than 1:1. Added a check for the ffmpeg or avconv binaries before running. mmcwilliams 2019-05-31 15:12:29 -0400
  • 2b2b98eb01 Script for generating square gifs from videos mmcwilliams 2019-05-31 14:58:30 -0400
  • 3a561ad6c3 Merge remote-tracking branch 'origin/master' mmcwilliams 2019-04-17 13:58:41 -0400
  • 847e9644ce Fix square gif generator mmcwilliams 2019-04-16 18:08:28 -0400
  • 1ce8d323f6 bad merge mmcw-dev 2019-04-15 20:08:36 -0400
  • 3fa0d6a14b Add a script for generating square gifs from videos (assumes 1920x1080 source) mmcwilliams 2019-04-04 00:53:55 -0400
  • e8c949daea Increment patch to 1.0.2 following rewrite. API remains stable and features need to be added to get to 1.1.x mmcwilliams 2019-04-02 12:58:36 -0400
  • 3f1016d915 Port to typescript. Compile (or transpile?) step enforces semicolon and whitespace rules on ./frameloom file. mmcwilliams 2019-04-02 12:57:39 -0400
  • 2cd09f1e05 Add comment to frameloom.sh, explaining how the basic example works. This can be expanded upon to eventually replace the node script. mmcwilliams 2019-04-02 12:49:16 -0400
  • 9d8739cf9b Install typescript and add npm script commands for existing shell scripts, as well as the tsc compile script. mmcwilliams 2019-04-02 12:45:35 -0400
  • 6894861ff9 Move all scripts into scripts directory. mmcwilliams 2019-04-02 12:44:59 -0400
  • cf39232d70 Get version from package.json mmcwilliams 2019-02-23 22:38:20 -0500
  • b1370447bf Add todos mmcw-dev 2019-01-03 23:35:04 -0500
  • 4c1ac8f997 Add exit state in alt sort because it does not work yet. Yeesh. mmcw-dev 2019-01-03 23:11:28 -0500
  • 778f740047 Add "docs" as an npm command that can be run with `npm run docs` mmcw-dev 2019-01-03 22:47:50 -0500
  • 53c8b4c82d Ignore macOS-speicific files mmcw-dev 2019-01-03 22:37:47 -0500
  • f9f50159c3 Increment patch number mmcw-dev 2019-01-03 22:37:23 -0500
  • 23d7930e38 Build and create zip of binary v1.0.0 mmcw-dev 2019-01-03 22:28:12 -0500
  • 4aef3459ba Build a binary to the /dist directory using the node module 'pkg'. Create a new directory for the platform and architecture of the host machine building the file. mmcw-dev 2019-01-03 21:58:24 -0500
  • f34b1810de Ignore built binaries mmcw-dev 2019-01-03 21:57:28 -0500
  • 80e0f9a7d9 Improve comments on main(), which accepts the parsed arguments to the function mmcw-dev 2019-01-03 21:57:17 -0500
  • 63134080ff Build documents from code comments using jsdoc-to-markdown. The shell file docs.sh generates the markdown file and saves to /docs mmcw-dev 2019-01-03 21:56:40 -0500
  • 8108de3fe2 Install development dependencies to build the script to a binary, generate documents from source comments and run unit tests with qunit. mmcw-dev 2019-01-03 21:55:52 -0500
  • 302c18df6a
    Fix typo in readme title Matt 2018-12-29 20:52:06 -0500
  • b8ffb02b8a Update all shell scripts to use /bin/sh and not /bin/bash to make syntax less confusing during development. mmcw-dev 2018-12-28 18:07:15 -0500
  • 25f3e605c5 Impliment basic version of frameloom as a shell script mmcw-dev 2018-12-28 18:06:15 -0500
  • d6c239ff7a Update examples mmcw-dev 2018-12-22 10:29:21 -0500
  • 1e266c62a7 Download and stitch youtube examples. Use youtube-dl at highest quality to download the examples from free stock video accounts. mmcw-dev 2018-12-22 10:27:30 -0500
  • 9dbc207c8b Placeholder script for getting and merging videos with youtube-dl mmcw-dev 2018-12-22 01:02:25 -0500
  • 835c3eb2fd Begin an assembly script for the example videos to put on youtube. mmcw-dev 2018-12-22 01:02:02 -0500
  • d2e33bd8de Script is now able to generate standard and random sequences from the example videos provided in the examples.sh script. The --realtime and --random flags are working. TODO: fix alt patterns like 2:2 or 3:1 mmcw-dev 2018-12-22 01:01:40 -0500
  • 91a5298b72 Update docs to use correct name mmcw-dev 2018-12-22 00:16:01 -0500
  • 6c75ee0408 Ignore examples folder mmcw-dev 2018-12-22 00:15:47 -0500
  • 82a6235d65 Add documentation. Add random sort method. mmcw-dev 2018-12-22 00:15:37 -0500
  • 4619a1620c Add license, MIT. Is implied in the package.json, but was not explicitly included in the repo. mmcw-dev 2018-12-21 21:35:32 -0500
  • b3e100a853 Stylize code, remove unnecessary semicolons mmcw-dev 2018-12-21 21:20:42 -0500
  • 9ea749ca3d Update docs mmcw-dev 2018-12-21 21:15:00 -0500
  • aa6d304525 Remove local file stuff mmcw-dev 2018-12-07 19:11:50 -0500
  • 6f5f0eac77 Script is working for basic patterns mmcw-dev 2018-12-07 19:10:34 -0500