draw_line_starts
should use a better visualization for negative line_starts. Idea: For a row with negative line_start value, fill up the pixels from the opposite side with a bright (e.g. red) color that indicates the area where information is lost. Actually this idea should be expanded to all extreme line_start values. (big positive line_starts are also leading to data loss.)
- Add gallery of various processed sample videos to demonstrate the purpose of the different commandline options.
line_ends
do not actually refer to end positions, instead they're just line_starts determined by scanning from the end (right side) of the rows. this distinction should be made clearer because I bet it will utterly confuse some people.draw_line_starts
adds to the confusion because you can passline_ends
with anx_offset
to draw the edge at the right side of the image frame