Thanos0000 Posted May 13, 2011 Report Share Posted May 13, 2011 I've been experimenting with the command on completion feature in the last few days without much success. My objective would be to get the HandbrakeCli.exe utility to convert video content on download.In theory this command should work"C:\Program Files\Handbrake\HandBrakeCLI.exe" --preset="ipad" -i %F -o %F.m4vAlas I haven't had any success and each attempt is a download. Does anyone see offhand where I'm going wrong?Thanks Link to comment Share on other sites More sharing options...
samwyse Posted May 17, 2011 Report Share Posted May 17, 2011 This is just a guess, but %F is just the file name. You probably need to specify the complete path to both the input and output files. Use %D to point to the directory containing the input file (which was just downloaded), and just hard-code the directory where you want the output (which for me is different). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.