sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #67637
Re: hvordan cutter jeg i en avi?
On Sun, Oct 12, 2003 at 04:36:14PM +0200, Klavs Klavsen wrote:
> On Sun, 12 Oct 2003 15:49:40 +0200
> Jon Bendtsen <bendtsen@xxxxxxx> wrote:
>
> > mencoder -vo copy -ao copy + noget specifikation af antal frames.
>
> -vo is not an mencoder option. :(
Så kan du vel se i manualen og se at der skal stå
-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see -ss and -sb option too)
Stop encoding at given time or byte position. Can be specified in many ways:
NOTE:
Byte position won't be accurate, as it can only stop at a frame boundary.
EXAMPLE:
-endpos 56 encode only 56 seconds
-endpos 01:10:00 encode only 1 hour 10 minutes
-endpos 100mb encode only 100 MBytes
-oac <codec name>
Encode with the given audio codec. Use -ovc help to get a list of available codecs. (no default set)
EXAMPLE:
-oac copy no encoding, just streamcopy
-oac pcm encode to uncompressed PCM
-oac mp3lame encode to MP3 (using Lame)
-ovc <codec name>
Encode with the given video codec. Use -ovc help to get a list of available codecs. (no default set)
EXAMPLE:
-ovc copy no encoding, just streamcopy
-ovc divx4 encode to DivX4/DivX5
-ovc rawrgb encode to uncompressed RGB24
-ovc lavc encode with a libavcodec codecs
Altså,
mencoder -endpos 80mb -oac copy -ovc copy
JonB
Follow ups
References