Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-ffmpeg

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-ffmpeg - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

demos/video_transcode_to_avi.js

4

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc