mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Add ffmpegCommand.init to ensure "Begin" command has been used
This commit is contained in:
parent
a8b0fd3c60
commit
0ba6ceb182
4 changed files with 19 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ const plugin = (args:IpluginInputArgs):IpluginOutputArgs => {
|
|||
const container = getContainer(args.inputFileObj._id);
|
||||
|
||||
const ffmpegCommand = {
|
||||
init: true,
|
||||
inputFiles: [],
|
||||
streams: JSON.parse(JSON.stringify(args.inputFileObj.ffProbeData.streams)).map((stream:Istreams) => ({
|
||||
...stream,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue