Added include and exclude source arguments. Improved stream fetch failure handling and improved logging details.

This commit is contained in:
2024-09-11 05:16:55 +02:00
parent 0a2fac5f1f
commit e01979a757
8 changed files with 45 additions and 15 deletions

View File

@@ -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