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

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> 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> 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> 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 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