fluent-ffmpeg
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -299,3 +299,3 @@ var fs = require('fs'), | ||
if (options.audio.frequency) { | ||
args.push('ar', options.audio.frequency); | ||
args.push('-ar', options.audio.frequency); | ||
} | ||
@@ -302,0 +302,0 @@ |
{ | ||
"name": "fluent-ffmpeg", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A fluent API to FFMPEG (http://www.ffmpeg.org)", | ||
@@ -5,0 +5,0 @@ "keywords": [ "ffmpeg" ], |
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
190976