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