Detect letterbox/pillar bars using cropdetect filter.
const crop = await cropDetect({ input: 'video.mp4' });// Returns: { x: 0, y: 120, width: 1920, height: 1080 } Copy
const crop = await cropDetect({ input: 'video.mp4' });// Returns: { x: 0, y: 120, width: 1920, height: 1080 }
Detect letterbox/pillar bars using cropdetect filter.