Niek / superview

A small program that takes a 4:3 aspect ratio video file, and transforms it to a 16:9 video using the GoPro SuperView method
GNU General Public License v3.0
211 stars 20 forks source link

Notice Aliasing on rendered footage #16

Open juanjax opened 4 years ago

juanjax commented 4 years ago

Looks like the call to ffmpeg will benefit from some anti-aliasing flags. Footage rendered from SuperView has jagged lines and other signs of aliasing when being processed.

Niek commented 4 years ago

Hmm, we can add some postprocessing to the output (https://trac.ffmpeg.org/wiki/Postprocessing), but it really depends on the input. In general I would be a bit careful with fast-moving images. Maybe you can test some pp settings on your video and let me know what you think could be a good default?