Page 1 of 1

Decoding

Posted: Tue Dec 30, 2025 12:36 pm
by taner
Hi Admin team,

hope you are fine!
I have a question.
How can i tell Monsieur A/V Media to decode a video which i have created by command executor?
Concerning the source video i got rid of duplicated frames with mpdecimate and now i want to gently run over his face with a custom avisynth script.
I know i could decode it within custom avisynth processor but the question is more aimed towards convenience, automation and that a workaround maybe could be useful when using other processors too.

Best
Taner

Re: Decoding

Posted: Tue Dec 30, 2025 6:01 pm
by FranceBB
Once you've created the file with the command executor, set that output file to s_source and after that connect the node to the A/V Decoder et voilĂ , it will index it just fine. :)

As an example, I've created a simple fictional workflow:
1.png
1.png (2.32 KiB) Viewed 507 times
In this case I'm using ommcp to remux the input file and create an output in %s_job_work%\%s_original_name%_remuxed.mxf.
s_source will then reference that output so that by the time it goes to the A/V Decoder it will point to that file.
2.png
2.png (30.8 KiB) Viewed 507 times

Merry Christmas and Happy New Year!

Re: Decoding

Posted: Tue Dec 30, 2025 9:29 pm
by taner
Great, many thanks!

Merry Christmas and a happy new year too!