Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
/Users/fractale/.pub-cache/hosted/pub.dev/video_compress-3.1.3/macos/Classes/VideoCompressPlugin.swift:229:17: warning: capture of 'timer' with non-sendable type 'Timer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
timer.invalidate()
^
open class Timer : NSObject {
^