Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: curaga on February 20, 2010, 11:02:39 AM

Title: mencoder-svn
Post by: curaga on February 20, 2010, 11:02:39 AM
Quote
Title:          mencoder-svn.tcz
Description:    Mencoder universal video encoder
Version:        SVN-30660
Author:         Various
Original-site:  http://mplayerhq.hu
Copying-policy: GPL
Size:      3.2M
Extension_by:   Curaga
Comments:       Xvid, x264, faac, lame enabled.
Change-log:     
Current:        2010/02/20 Original

And this ends todays video-related streak. Tune in next time, on the same channel.
Title: Re: mencoder-svn
Post by: curaga on February 20, 2010, 11:16:16 AM
Here's something done on these:
http://www.ziddu.com/download/8669672/hello.avi.html

Used the updated Qemu to boot MC-2.9rc4 with KVM, captured to png with xvidcap, encoded to xvid with mencoder and muxed to mkv with mkvmerge.
Or, the best quality for the smallest size for this codec ;). The mkv is renamed to .avi because .mkv was somehow a disallowed extension there.
Title: Re: mencoder-svn
Post by: tinypoodle on July 22, 2010, 12:28:23 PM
Apart from myself appearing to be unable to download mentioned .avi-file...
Are there any particular reasons with xvidcap to capture to .png first and
then use a different app to encode to a video format, versus choosing one
of the available video output formats in xvidcap and capture to a video
directly?
Title: Re: mencoder-svn
Post by: curaga on July 22, 2010, 12:34:37 PM
I simply prefer to do so.

- less cpu overhead not needing to encode while capturing
- more control of encoding parameters
- lossless editing at frame level if desired
Title: Re: mencoder-svn
Post by: tinypoodle on July 22, 2010, 03:06:12 PM
Ah, thank you very much curaga, that's making it pretty clear.
Had just been wondering, as until now i had always been using xvidcap's builtin abilities (respectively
those of whatever dependencies it comes with anyway).