<div dir="ltr">Hi,<br><br>I would like to extract a sub part of a movie which is in an avi file.<br>I can only extract a sub part from the beginnning with the following pipeline :<br>(assume movie.avi is at 25 fps for 1 min)<br>
gst-launch filesrc location=movie.avi num_buffers=100 ! avidemux ! avimux ! filesink location=submovie.avi <br>It extracts 4 sec from the beginning.<br><br>Is there a way to extract 4 secs in the middle of the movie ? (I mean not from the beginnig, so <u>start</u> after N buffers, as I do to <u>end</u> after num_buffers) ?<br>
<br>Thx<br><br>Sincerely<br><br>Julien<br></div>