@remotion/media-utils
Advanced tools
Comparing version 4.0.169 to 4.0.170
@@ -35,2 +35,6 @@ "use strict"; | ||
} | ||
if (!Number.isFinite(video.duration)) { | ||
reject(new Error(`Unable to determine video duration for ${src} - got Infinity. Re-encoding this video may fix this issue.`)); | ||
return; | ||
} | ||
const metadata = { | ||
@@ -37,0 +41,0 @@ durationInSeconds: video.duration, |
{ | ||
"name": "@remotion/media-utils", | ||
"version": "4.0.169", | ||
"version": "4.0.170", | ||
"description": "Utility functions for audio and video", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"remotion": "4.0.169" | ||
"remotion": "4.0.170" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44323
1057
+ Addedremotion@4.0.170(transitive)
- Removedremotion@4.0.169(transitive)
Updatedremotion@4.0.170