python-moshion
python-moshion copied to clipboard
Datamoshing Motion - a command line wrapper to ffmpeg used to datamosh two image sequences
Hi, Im trying to install python-moshion in my 2.7 versions of Python in windows(sorry, i just dont encountered any documentation about gomoshion in windows, just saw in macOs), then in...
right now we get our moshtex length from the input length... we should really be able to to change this so you can mosh a still too
I love sphinx but not so much RST so this looks like a good solution for getting our static site together: > [MkDocs](http://www.mkdocs.org)
OpenImageIO might be of use for some of our tasks... maybe an idea...
need to go back and get my head around why this is not doing what we want it to.
we need to think about how to provide more fine tuned control of ffmpeg, xvid, etc. encoding options. maybe it's just a string we let the user input... maybe there...
the output is a bit messy... we should create subfolders for file list files, intermediary encodes, mosh videos, mosh sequences. and provide the option to delete all the intermediary junk...
for speed moshion is currently one big class in moshion.core - we should probably have a few different classes... Clip, Mosh, etc.
we should store the settings used to create a moshed sequence as a sidecar file with the mosh output so that further tweaking is easier and great results can be...
ffmpeg extracts image sequences starting at frame 1. We should extract image sequences that match the original source image sequence.