7 lines
132 B
JavaScript

export default async ({ filePath, workPath }) => {
// TODO: Implement video compression logic
return {
filePath: filePath,
}
}