Page 1 of 1

transcode before moving

Posted: 03 Jul 2017, 06:41
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?

Re: transcode before moving

Posted: 03 Jul 2017, 07:37
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.