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

[Condor-users] Rendering



Hi Nicholas , I was wondering if this command can help u to split a video from a time x to a time y using ffmpeg :

ffmpeg -i input.mpg -sameq -ss 00:02:00 -t 00:02:00 output.mpg.

or by using a bash script that could lead to the same point.

Following Edier and Thomas  steps , I guess that splitting a video must be done with condor while using the command condor_submit  .

Can anyone help us to find  a solution for this task?