修复转码进度的bug
This commit is contained in:
parent
b3f77d8843
commit
49e8adc353
@ -139,7 +139,8 @@ class SpatialVideoConvertor {
|
|||||||
// print( "Added frame at \(time)")
|
// print( "Added frame at \(time)")
|
||||||
|
|
||||||
// callback with progress
|
// callback with progress
|
||||||
progress?( Float(time.value)/Float(duration.value),false)
|
// progress?( Float(time.value)/Float(duration.value),false)
|
||||||
|
progress?( Float(CMTimeGetSeconds(time)/CMTimeGetSeconds(duration)),false)
|
||||||
|
|
||||||
// This sleep is needed to stop memory blooming - keeps around 280Mb rather than spiraling up to 8+Gig!
|
// This sleep is needed to stop memory blooming - keeps around 280Mb rather than spiraling up to 8+Gig!
|
||||||
try await Task.sleep(nanoseconds: 3_000_000)
|
try await Task.sleep(nanoseconds: 3_000_000)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user