Simple video editing?
ted leslie
tleslie-RBVUpeUoHUc at public.gmane.org
Wed Feb 7 16:46:07 UTC 2007
i use mplayer/mencoder this is my shell line to chop up something
start=430; end=780; diff=`sh -c "expr $end - $start"`; frm=`sh -c "expr
$diff \* 30"`; mencoder $V -ovc copy -ss $start -frames $frm -o
`mktemp vidXXXXXX`
$V is the video clips name
have to match frame rate change 30 to 24 or 29 or whatever your in
also can re encode by "man mencoder" and change -ovc,
also need to add audio flags too
some other handy stuff i use for corrections of interlacing, and digital
filters, etc are below, also note scale switch, the 3d digital noise
filter rocks!
-ssf lgb=0.2:cgb=0.1 -vop scale=1152:720,pp=fd,hqdn3d=2:2:18"
-double -ssf lgb=0.8:cgb=0.3 -vop
eq2=1.0:0.6:0.0:0.9,scale=0,pp=fd,hqdn3d=9:9:15"
-tl
On Wed, 2007-02-07 at 02:30 -0500, Evan Leibovitch wrote:
> I have two DIVX (.avi extension) video files. I want to reduce the size
> of them, by reducing the resolution, but also by chopping off the first
> and last few seconds of the clip.
>
> The former I think I can figure out using ffmpeg, but I'm not sure what
> to use for the the latter.
> I'd like to have a simple tool that could extract, for instance, the
> span from 1:15 to 59:45 out of a video.
>
> Any suggestions? Is ffmpeg the best tool for resizing?
>
> Thanks!
>
> - Evan
>
>
> --
> The Toronto Linux Users Group. Meetings: http://gtalug.org/
> TLUG requests: Linux topics, No HTML, wrap text below 80 columns
> How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists
>
--
The Toronto Linux Users Group. Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists
More information about the Legacy
mailing list