Commit
•
6836dc7
1
Parent(s):
bae5645
high framerates not compatible with Twitter?
Browse files
src/app/server/actions/interpolate.ts
CHANGED
@@ -25,7 +25,7 @@ export async function interpolate(input: string): Promise<string> {
|
|
25 |
version: replicateModelVersion,
|
26 |
input: {
|
27 |
mp4: input,
|
28 |
-
framerate_multiplier:
|
29 |
keep_original_duration: true,
|
30 |
}
|
31 |
})
|
|
|
25 |
version: replicateModelVersion,
|
26 |
input: {
|
27 |
mp4: input,
|
28 |
+
framerate_multiplier: 4,
|
29 |
keep_original_duration: true,
|
30 |
}
|
31 |
})
|