LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Denny Zulfikar (111010268_at_[hidden])
Date: 2006-03-05 20:18:00


hello sir,

I am re-writing the ffmpeg programs to support MPI. so I added MPI_init
and MPI_Finalize in the body of that program.

The ffmpeg program must run by adding a lot of arguments after name programs.

ex : ./ffmpeg -vd /dev/video -an http://localhost/feed.ffm

I've try running by insert the line of ffmpeg+arguments to a shell scripts
and then executing using mpirun. but it does not work, the ffmpeg become
error because could not found his self library.

Questions : how to running the ffmpeg+arguments using mpirun?

thanks alot, sir..