Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.53k stars 1.57k forks source link

Support 16bit/float #360

Open virtualritz opened 7 years ago

virtualritz commented 7 years ago

It seems moviepy's is using 8bin/channel for everything. This is not enough as soon as one does color corrections/transformations.

A good example is 4k material from e.g.a GoPro. This is 8bit/channel. But when downsampled to 2k at 16bit it has all of a sudden much higher color resolution. Which then can be used for scripted grading etc. Moviepy would be awesome for these tasks, if it supported 16bit or float data internally.

keikoro commented 2 years ago

Considering this issue is very old (i.e. was based on an old MoviePy version), it's unclear if this is still relevant today.