@brainsights/media-tools
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -144,2 +144,3 @@ const _ = require("lodash"); | ||
`-tile-columns ${displayProfile.tile}`, | ||
`-row-mt 1`, | ||
`-frame-parallel ${profile.video.frameParallel}`, | ||
@@ -364,2 +365,2 @@ `-crf ${displayProfile.crf}`, | ||
TextTrack: TextTrack, | ||
}; | ||
}; |
{ | ||
"name": "@brainsights/media-tools", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Tools for reading metadata and transcoding media files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ process.env.FFMPEG_BIN_PATH = "/home/ack/Applications/ffmpeg-git-20180725-64bit-static/ffmpeg"; | ||
// { dir: "video+audio", in: "1920x1080-2m23s.mkv", out: "1920x1080-2m23s.webm" }, | ||
{ dir: "video+audio", in: "broken.mkv", out: "broken.webm" } | ||
// { dir: "video+audio", in: "broken.mkv", out: "broken.webm" } | ||
]; | ||
@@ -35,0 +35,0 @@ |
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
26505
845