videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
137 stars 14 forks source link

Video re-encoding #39

Closed LeifAndersen closed 5 years ago

LeifAndersen commented 6 years ago

At the moment, many video types seem to create filters that needlessly re-encode the video. This is fine for small videos, but for larger ones it leads to very grainy results. This MUST get fixed before 2.0 can go into release candidate phase.

One possibility is doing whole program transformations on the internal video structures.

LeifAndersen commented 5 years ago

Recent commits seem to fix this. (Or at least, the quality is much better.)