]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commit
Impl output to video, update program args
authorStephen Seo <seo.disparate@gmail.com>
Fri, 3 Dec 2021 11:09:56 +0000 (20:09 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 3 Dec 2021 11:09:56 +0000 (20:09 +0900)
commit788ce5e490593d1c80b59224306e12931c4c4950
treecc585e28aa8e8e0abcbe3e9e897dad264296fbe2
parent8191a51d9bafc34c12dab322be8687a04787f60d
Impl output to video, update program args

Turns out output to video suffers from loss of quality problems when in
color (not grayscale). It may be better in some cases to just output
each frame as a png and combining them later with ffmpeg like how it is
mentioned here: https://trac.ffmpeg.org/wiki/Slideshow . Grayscale video
is noticably better, but both cases result in large video sizes, so care
may be needed if free disk-space is sparse.
src/arg_parse.cc
src/arg_parse.h
src/main.cc
src/video.cc
src/video.h