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

Re: [Condor-users] Rendering



try running `condor_q -ana 34.0` and have a look at the output. it could be that you need to provide an absolute path to ffmpeg.

If you're stuck paste the output here, and also paste `condor_q -long 34.0`.

If you still can't figure out why check your Startd log files on the hosts they landed on.

Tom
________________________________________
From: condor-users-bounces@xxxxxxxxxxx [condor-users-bounces@xxxxxxxxxxx] On Behalf Of Nicolas Nassif [nicolas-nassif@xxxxxxxx]
Sent: 29 March 2012 09:36
To: condor-users@xxxxxxxxxxx
Subject: Re: [Condor-users] Rendering

the job is running but:

-- Submitter: node.jessnix.com : <192.168.1.74:36389> : node.jessnix.com
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
  34.0   condor1         3/29 03:33   0+00:00:03 H  0   0.0  ffmpeg
  34.1   condor1         3/29 03:33   0+00:00:03 H  0   0.0  ffmpeg
  34.2   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
  34.3   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
  34.4   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
  34.5   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
  34.6   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
  34.7   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
  34.8   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
  34.9   condor1         3/29 03:33   0+00:00:02 H  0   0.0  ffmpeg
10 jobs; 0 idle, 0 running, 10 held


can we fix these 10 held? And run them?

thank you all for replying

> From: Thomas.Luff@xxxxxxx
> To: condor-users@xxxxxxxxxxx
> Date: Thu, 29 Mar 2012 09:15:46 +0100
> Subject: Re: [Condor-users] Rendering
>
> I'm clueless on rendering but using the below approach mentioned by Edier you could do something like follows
>
> split video.avi into x parts. each with the name video.1.avi, video.2.avi, video.n.avi or similar
>
> Then your condor submit file would like
>
> # ffmpeg Submit File
> Universe=Vanilla
> Should_Transfer_Files = Yes
> When_To_Transfer_Output = ON_EXIT_OR_EVICT
> Transfer_Executable=false
> Executable=ffmpeg
> Log=Global_Job_Log.txt
>
> Arguments= "-arg 1 -arg 2"
> Input = video.$(PROCESS).avi
> Error=Error.$(PROCESS).txt
> Queue 10
>
>
> The `Queue 10` will then submit 10 jobs, each with the same Cluster ID but a different Process ID, then `$(PROCESS)` will be expanded to the job's process id, and only fetch that video part.
>
> Obviously `Queue 10` can be substituted for however many video parts you may have.
>
> It may also be worth looking at http://www.cirquedigital.com/products/gdiqueue/ - A tool built on top of condor that claims "Distributed rendering made easy".
>
> Tom
> ________________________________________
> From: condor-users-bounces@xxxxxxxxxxx [condor-users-bounces@xxxxxxxxxxx] On Behalf Of Edier Zapata [edalzap@xxxxxxxxx]
> Sent: 28 March 2012 23:40
> To: Nicolas Nassif
> Cc: condor-users
> Subject: Re: [Condor-users] Rendering
>
> Assuming you have ffmpeg in all your nodes I think you could run something like this:
> #
> # ffmpeg Submit File
> #
> Universe=Vanilla
> should_transfer_files = Yes
> when_to_transfer_output = ON_EXIT_OR_EVICT
> transfer_executable=false
> Executable=ffmpeg
> Log=Global_Job_Log.txt
>
> Arguments= "Your arguments + Your Video File to 1st Run"
> Input = You_Video_File
> Output=File_To_Save_Output$(process) # Maybe you don't need this one.
> Error=Error$(process).txt
> queue
>
> Arguments= "Your arguments + Your Video File to 2nd Run"
> Input = You_Video_File
> Output=File_To_Save_Output$(process) # Maybe you don't need this one.
> Error=Error$(process).txt
> queue
> .
> .
> .
> # End of Submit File
> condor_submit submit.condor (I recommend make a folder and save the submit file, and other required file in it, and run condor_submit from there)
>
> Bye.
> On Wed, Mar 28, 2012 at 5:22 PM, Nicolas Nassif <nicolas-nassif@xxxxxxxx<mailto:nicolas-nassif@xxxxxxxx>> wrote:
>
> Am using ffmpeg in my centos,i need to run a job(that job is to submit a video on 2 machines running centos to see the time)
> If u have other programs that r similar to that job plz let me know And how it can be submitted
> Thank u
>
> On 29 Mar 2012, at 12:36 AM, "Edier Zapata" <edalzap@xxxxxxxxx<mailto:edalzap@xxxxxxxxx>> wrote:
>
> Hi Nicholas,
> 1. which program will you use to render the video? ffmpeg?
> 2. That program have Linux and Windows version?
> 3. Explicitly what do you mean by Render a video?
> Can you paste an example of the command you use to render it manually?
>
> Bye.
>
> On Wed, Mar 28, 2012 at 7:16 AM, Nicolas Nassif <nicolas-nassif@xxxxxxxx<mailto:nicolas-nassif@xxxxxxxx>> wrote:
> Hi,
> I have created my condor pool,that contains 6 cpu's running on centos and windows. My task is to render a video using condor_submit,but i don't know how,if can any one help me.
> N.B:i installed on centos(VM) ffmpeg and vlc.
> Thank you.
> Nicolas
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx<mailto:condor-users-request@xxxxxxxxxxx> with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>
>
>
> --
> Edier Alberto Zapata Hernández
> Ingeniero de Sistemas
> Universidad de Valle
>
>
>
> --
> Edier Alberto Zapata Hernández
> Ingeniero de Sistemas
> Universidad de Valle
>
> -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
>
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.