transcode before moving

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
garett55
Posts: 1
Joined: 03 Jul 2017, 06:30

transcode before moving

Post by garett55 »

I am trying to shrink my library and have filebot call ffmpeg to transcode videos to x265 *before* moving to the new directory.

Digging through the amc script on github looks like the file is already renamed & moved before '-exec' is applied.

Is there an option I am missing that might help do what I'm trying to get done?
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: transcode before moving

Post by rednoah »

The easiest way is probably to process files to a local output folder, and then transcode & sync to the final output folder via -exec or --def exec.

You could also, literally, transcode all your files with ffmpeg before calling FileBot, and then just call FileBot on the transcoded files afterwards.
:idea: Please read the FAQ and How to Request Help.
Post Reply