We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0282ef2 commit 681f006Copy full SHA for 681f006
apps/web/src/lib/media/processing.ts
@@ -186,7 +186,7 @@ export async function processMediaAssets({
186
width = videoInfo.width;
187
height = videoInfo.height;
188
fps = Number.isFinite(videoInfo.fps)
189
- ? Math.round(videoInfo.fps * 1000) / 1000
+ ? Math.round(videoInfo.fps)
190
: undefined;
191
192
thumbnailUrl = await generateThumbnail({
0 commit comments