[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Rendering



2012/3/30 Nicolas Nassif <nicolas-nassif@xxxxxxxx>:
> Hi,
> My submit.condor is:
> Universe=Vanilla
> Should_Transfer_Files=Yes
> When_To_Transfer_Output=ON_EXIT_OR_EVICT
> Transfer_Executable=false
> Executable=/usr/bin/ffmpeg
> Log=Global_Job_Log.txt
>
> Arguments="-arg1 -arg2"
> Input=vd.avi
> Output=File_To_Save_Output$(process)
> Error=Error.$(PROCESS).txt
> Queue 10
>
> THE PROBLEM IS THAT WHEN I ENTER ERROR.0.txt OR WHAT EVER OTHER ERROR,
> THEY SHOW ME UNRECOGNIZED OPTION 'arg1'
> I SHOW IT IN THE PAST MAILS PLZ CHECK IT
> THANK YOU

First, please turn off the caps lock. Seriously.

Second, i believe the error message is due to this option in your
submit.condor file :

Arguments="-arg1 -arg2"

And it is because ffmpeg has no such option '-arg1' or '-arg2' .

Put the ffmpeg options there and see if it runs ok.