macOS: add screen record + safer camera defaults
This commit is contained in:
@@ -206,7 +206,7 @@ actor CameraCaptureService {
|
||||
|
||||
private nonisolated static func clampDurationMs(_ ms: Int?) -> Int {
|
||||
let v = ms ?? 3000
|
||||
return min(15000, max(250, v))
|
||||
return min(60_000, max(250, v))
|
||||
}
|
||||
|
||||
private nonisolated static func exportToMP4(inputURL: URL, outputURL: URL) async throws {
|
||||
|
||||
Reference in New Issue
Block a user