Jon Cosby wrote:
I'm trying to cut the first 40 seconds of a movie. From the man,

HH:MM:SS.f-HH:MM:SS.f/step = %s

What is "step?" Is this argument required?


Jon

Hi Jon,

I use

avisplit -i $FIL -t $TIM -o $DIR/$(stem $FIL)_$TIM.avi

where $TIM has the format 50:00-55:01 (start and end are given as [hh:]mm:ss[.ms]).

Dave

Reply via email to