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.8 to 0.0.9

2

package.json
{
"name": "js-ffmpeg",
"description": "JS FFMpeg",
"version": "0.0.8",
"version": "0.0.9",
"author": "Ziggeo",

@@ -6,0 +6,0 @@ "repository": "https://github.com/jsonize/jsffmpeg",

@@ -38,2 +38,3 @@ Scoped.require([

normalize_audio: false,
remove_audio: false,
width: null,

@@ -85,5 +86,8 @@ height: null,

*/
if (options.output_type === 'video')
if (options.synchronize)
if (options.output_type === 'video') {
if (options.remove_audio)
args.push("-an");
else if (options.synchronize)
args.push(helpers.paramsSynchronize);
}

@@ -90,0 +94,0 @@

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