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