Hi all,<br><br>Just got Mythtranscode working great with --honourcutlist (just some random purple bars at the start of the video).<br><br>Anyway, this is what I run from the command line:<br><br>mythtranscode -i /var/lib/mythtv/recordings/1004_20120219212500.mpg -o /home/user/Desktop/test.mpg --honorcutlist -p MPEG2<br>

<br>Which is fine, but I would like to run this from within myth and to have the output file go to a custom location, rather than the recordings directory, so I have set up a user job with the following:<br><br>mythtranscode -i %DIR%%FILE% -o /media/media/Videos/Transcoded/%TITLE%-%SUBTITLE% --honorcutlist -p MPEG2<br>

<br>But it doesn&#39;t seem to do anything, I am guessing I can&#39;t have %DIR%%FILE% next to each other like that?  I can&#39;t see the job start or fail in the backend logs.<br><br>I am possibly going about this the wrong way, so any pointers appreciated.  I have considered using Mythvideoexport, but I want my cuts transcoded out, rather than just copying the cutlist over<br>

<br>Cheers<br><br>Martin<br>