[gst-devel] ffenc_mpeg4 not found

Daniel Díaz mrchapp at gmail.com
Thu Nov 9 02:57:18 CET 2006


Hello, David.


On 11/8/06, David Liontooth <liontooth at cogweb.net> wrote:
> When I issue
>
> gst-launch-0.10 avimux name=mux ! filesink location=$DIR/$FIL.avi
> v4l2src device=/dev/video$DEV ! \
> video/x-raw-yuv,width=640,height=480,framerate=\(fraction\)30000/1001 !
> ffmpegcolorspace ! \
> ffenc_mpeg4 ! queue ! mux. alsasrc device=hw:$DEV,0 !
> audio/x-raw-int,channels=2,rate=32000,depth=16 ! \
> audioconvert ! lame ! mux.
>
> I get
>
> WARNING: erroneous pipeline: link without sink element
> /usr/local/bin/channel-gst: line 271: ffenc_mpeg4: command not found
> /usr/local/bin/channel-gst: line 272: audioconvert: command not found
[...]

Be sure to leave no space after the escaping character (\). Remember
that you are escaping the new line, not the following white space.

To be perfectly sure, copy the pipeline to a single-line command.

Greetings.

Daniel Díaz
ddiaz at ti.com




More information about the gstreamer-devel mailing list