Comparing version 0.0.29 to 0.0.30
{ | ||
"name": "js-ffmpeg", | ||
"description": "JS FFMpeg", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"author": "Ziggeo", | ||
@@ -28,2 +28,2 @@ "repository": "https://github.com/jsonize/js-ffmpeg", | ||
} | ||
} | ||
} |
@@ -47,3 +47,3 @@ # js-ffmpeg | ||
// improved and simplified call of ffmpeg (source(s), arguments, target, progress callback) | ||
ffmpeg.ffmpeg('video.mp4', { | ||
ffmpeg.ffmpeg_simple('video.mp4', { | ||
width: 640, | ||
@@ -50,0 +50,0 @@ height: 360, |
@@ -26,2 +26,20 @@ Scoped.require([ | ||
}, | ||
"mp4-av1": { | ||
bframes: true, | ||
acodec: ["aac", "libfaac", "libfdk_aac", "libvo_aacenc"], | ||
vcodec: "av1", | ||
fmt: "mp4", | ||
passes: 2, | ||
modulus: 2, | ||
params: "-strict experimental" | ||
}, | ||
"avi": { | ||
bframes: true, | ||
acodec: ["aac", "libfdk_aac", "libfaac", "libvo_aacenc"], | ||
vcodec: "libaom-av1", | ||
fmt: "avi", | ||
passes: 2, | ||
modulus: 2, | ||
params: "-strict experimental" | ||
}, | ||
"m3u8": { | ||
@@ -28,0 +46,0 @@ bframes: true, |
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
869192
45
2617
59