Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-equidistant planes in DoTransformLineStride #444

Closed
YomikoR opened this issue Apr 16, 2024 · 1 comment
Closed

Non-equidistant planes in DoTransformLineStride #444

YomikoR opened this issue Apr 16, 2024 · 1 comment

Comments

@YomikoR
Copy link

YomikoR commented Apr 16, 2024

Hi!
This is a feature request for what the title says. In video frame servers such as VapourSynth and Avisynth, video frame data are usually stored in separated planes instead of packed formats, partially because most filters are selective on planes. As a result, the planes are by design not guaranteed to be equidistant in memory. For now I just create a temp buffer and copy plane data per line to it for the DoTransform call. But I would like to hear from you if this use case might be supported in low effort.

@mm2
Copy link
Owner

mm2 commented Apr 17, 2024

You could use a formatter plug-in to do it in a neat way. Take a look to the Plugin API manaual, "Formatters plug-in"

@mm2 mm2 closed this as completed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants