VidCoder icon indicating copy to clipboard operation
VidCoder copied to clipboard

Suggestion for BATCH QUEUE in the PICKER to run a script after a JOB QUEUE

Open quebecman opened this issue 4 years ago • 4 comments

It would be nice to get an option in the picker to run an EXTERNAL script, like a batch file to do anything you want.

-- In my case, I would like to run a BATCH FILE that would MKVMERGE my output. Now I need to do it manually.

Well, the script needs to be run AFTER A COMPLETE JOB that has completed, not after each encoding.

Thanx. Regards.

quebecman avatar Mar 02 '21 16:03 quebecman

You want to run something after the whole queue completes? Would it need any input?

RandomEngy avatar Mar 03 '21 00:03 RandomEngy

Hello David,

Thanx for thé reply...

Yes after thé whole queue completes.

For thé second question, i dont understand at 100% but just a browse button to sélect à script file (in my case a batch file that will run mkvmerge)

Thanx, regards.

Envoyé de mon iPhone

Le 2 mars 2021 à 19:09, David Rickard <[email protected]mailto:[email protected]> a écrit :

You want to run something after the whole queue completes? Would it need any input?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/RandomEngy/VidCoder/issues/769#issuecomment-789315992, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABDQZNDMGQETP2EWU4RMP63TBV447ANCNFSM4YPKZYBA.

quebecman avatar Mar 03 '21 02:03 quebecman

Is this request the same as the POST ENCODING option? If so, I will go ahead and close this thread.

Thanx. Regards.

quebecman avatar Mar 27 '21 20:03 quebecman

You should be able to set up a script that processes a single file, by passing in {file} on the arguments.

RandomEngy avatar Mar 28 '21 14:03 RandomEngy