[mythtv-users] Working example of a userjob?
Chris Pinkham
cpinkham at bc2va.org
Tue Oct 2 01:21:49 UTC 2007
* On Tue Oct 02, 2007 at 12:56:29AM +0200, Andreas wrote:
> I still think i mess anything with the escape-pain. :)
>
> I replaced the line with this:
> ffmpeg -i"%DIR%%FILE%" -s 400x300 -vcodec xvid -acodec mp3 -flags
> +ilme+ildct -sameq -deinterlace "/mnt/video/exports/%FILE%"
Try that with a / in between the %DIR and %FILE. If you run
your backend or mythjobqueue with "-v jobqueue", then you should be able
to see the exact command that the JobQueue is trying to run after all
replacements have been made. Look for something like this:
Running command: 'ffmpeg -i"/my/directory/myfile.mpg" -s blah blah blah'
--
Chris
More information about the mythtv-users
mailing list