Added include and exclude source arguments. Improved stream fetch failure handling and improved logging details.
This commit is contained in:
@@ -4,7 +4,7 @@ const fs = require('fs-extra');
|
||||
const path = require('path');
|
||||
const ffmpeg = require('fluent-ffmpeg');
|
||||
|
||||
function save(filepath, streams, item) {
|
||||
function save(filepath, streams, item, post) {
|
||||
const pathComponents = path.parse(filepath);
|
||||
|
||||
// allow for single stream argument
|
||||
|
||||
Reference in New Issue
Block a user