ccfdaa60b2
Add a message that prints the file information before running ffmpeg.
f19647472d
Scale videos to same size and use a constant framerate in the filter_complex command. Also, use that rate as the final output rate. Was finding slippage of the mattes with mixes of 24 and 30 fps videos.
d324a3e924
Add altSort method for alternate patterns other than 1:1. AAAND check for sox before executing.
4d6d4eabd6
Update README.md to contain relevant information about the project, matching frameloom.
c7957943ee
Fix references to "frame" from frameloom. Replace with "slice" in comments and variable names. This will help with the cognitive load as the projects diverge.
d294b7f6f5
Use --moduleResolution Node on typescript compile command, noticing this is lacking in frameloom and may cause compiler errors to throw expecting the DOM.