CommandPost / FCPCafe

FCP Cafe Website
https://fcp.cafe
MIT License
27 stars 15 forks source link

Spatial Conform needs Sub-pixel options, not just bilinear but nearest neighbor, catmull-rom, Mitchell, lanczos, and MetalFX #367

Open belisoful opened 3 months ago

belisoful commented 3 months ago

Apple Feedback Assistant ID: MISSING!

Is your feature request related to a problem? Please describe. I'd like to be able to zoom into a video but use Nearest Neighbor rather than bi-linear. I want the pixels to be blocky for a specific purpose.

Describe the solution you'd like Within the Spacial Conform Box for a video, There should be a "Sub-Pixel" option with: Nearest Neighbor, Bi-linear, Catmull-Rom, Catmull-Rom Filmic, Mitchell, Lanczos, and MetalFX

Describe alternatives you've considered a "zoom" plugin but it will only work with pixels already on the screen. difficult to work with

Additional context Using MetalFX as an option to use Machine Learning to upscale with produce the very best results

Lanczos should expand the border by 1 pixel (and repeat the border pixel[s]?) so its typical artifacts do not show up around the edges.

belisoful commented 3 months ago

This would be SO hot.