Decoding

Questions and answers on how to get the most out of FFAStrans
Post Reply
taner
Posts: 208
Joined: Sun Jun 19, 2016 6:36 pm

Decoding

Post 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
User avatar
FranceBB
Posts: 304
Joined: Sat Jun 25, 2016 3:43 pm
Contact:

Re: Decoding

Post 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 506 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 506 times

Merry Christmas and Happy New Year!
taner
Posts: 208
Joined: Sun Jun 19, 2016 6:36 pm

Re: Decoding

Post by taner »

Great, many thanks!

Merry Christmas and a happy new year too!
Post Reply