Cinelerra, high def MPEG from TiVo, slicing out a clip, creating DVD and portable versions

VirginSnow at vfemail.net VirginSnow at vfemail.net
Fri Mar 27 10:29:09 EDT 2009


> Date: Fri, 27 Mar 2009 14:17:16 GMT
> From: VirginSnow at vfemail.net

Oops, I just noticed a mistake in my post...

> "-ovc" means "output video codec", "-oac" means "output video codec",
"-oac" means "output audio codec"

Also...

> $ ffmpeg -acodec copy -vcodec copy -i infile -itsoffset -00:10:09.5 -ss 00:10:09.5 -t 00:05:00 outfile

should be:

 $ ffmpeg -acodec copy -vcodec copy -itsoffset -00:10:09.5 -i infile -ss 00:10:09.5 -t 00:05:00 outfile

The "-itsoffset" option should come before the "-i" option.

> Note that, for BOTH mencoder and ffmpeg, the order of command-line
> options and arguments is not just significant, it's HIGHLY significant.

Yeah, like I said. :)


More information about the gnhlug-discuss mailing list