mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Make Conversion.cancel() cause execute() to throw (closes #271)
This commit is contained in:
+2
-1
@@ -100,6 +100,7 @@
|
||||
},
|
||||
*/
|
||||
video: () => ({
|
||||
forceTranscode: true,
|
||||
allowRotationMetadata: false,
|
||||
//width: 720,
|
||||
//frameRate: 30,
|
||||
@@ -181,7 +182,7 @@
|
||||
},
|
||||
trim: {
|
||||
start: 0,
|
||||
end: 4
|
||||
//end: 4
|
||||
},
|
||||
});
|
||||
console.log(conversion);
|
||||
|
||||
Reference in New Issue
Block a user