Page 1 of 1

Move file when finished encoding

Posted: Wed Jun 05, 2019 11:28 pm
by aaron4tamu
Description of problem or question:
How can I tell HandBrake to move a file from the output folder to another folder when encoding is completed? I understand I would need to use the "send file to" option, but I'm not sure what to put in the argument to actually get it to move the file.



HandBrake version (e.g., 1.0.0):
1.2.2



Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):
Windows 7 Ultimate 64bit

Edit: I was able to get this working with the following - Create a batch file with the command "move "[Path]\*.mkv" [PermanentDirectory]". Set HandBrake to "send file to" and point to this batch file.