Tell me about y4menc and other encoders. Followup

wally_bkg wb666greene at gmail.com
Tue Aug 16 06:25:49 PDT 2011


Steve wrote:
> 
> 
> Did you decide not to use y4menc?
> 
> If so why?
> 
> I am at the same decision point, but I don't really want 1GB per minute
> filesize.
> 
> 

No i didn't end up using y4menc.

I found:

    encode=gst_element_factory_make("ffenc_mpeg4", "encoder");
    mux=gst_element_factory_make("ffmux_mp4", "muxer");
	g_object_set (G_OBJECT (encode), "bitrate", 2000000, NULL);		//
~15MB/minute
	g_object_set (G_OBJECT (encode), "interlaced", TRUE, NULL);

seems to work OK for us so far.  There is precious little documentation
about ffenc_mpeg4.

Good Luck!


--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Tell-me-about-y4menc-and-other-encoders-tp3071830p3747180.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list