GUI-STUDIO commited on
Commit ·
79a2e78
1
Parent(s): 3f110bc
Update ffmpeg.ts
Browse files- src/lib/ffmpeg.ts +1 -1
src/lib/ffmpeg.ts
CHANGED
|
@@ -36,7 +36,7 @@ hw_encoder =
|
|
| 36 |
typeof hw_encoder !== "string" || !hw_encoder.trim()
|
| 37 |
? "libx264"
|
| 38 |
: hw_encoder.trim();
|
| 39 |
-
hw_encoder = "libx264";
|
| 40 |
|
| 41 |
console.log(`🚀 Using hardware encoder: ${hw_encoder}`);
|
| 42 |
|
|
|
|
| 36 |
typeof hw_encoder !== "string" || !hw_encoder.trim()
|
| 37 |
? "libx264"
|
| 38 |
: hw_encoder.trim();
|
| 39 |
+
// hw_encoder = "libx264";
|
| 40 |
|
| 41 |
console.log(`🚀 Using hardware encoder: ${hw_encoder}`);
|
| 42 |
|