GStreamer + Hauppauge WinTV-HVR1120

Andrey Nechypurenko andreynech at googlemail.com
Sun Apr 24 10:39:22 PDT 2011


Hi,

> But if I want to encode it I am getting a green screen all funky :S
> $ gst-launch v4l2src device=/dev/video0 !
> video/x-raw-yuv,fourcc=YU12,width=352,height=288 ! ffmpegcolorspace ! queue
> ! videoscale ! x264enc tune=zerolatency bitrate=1050 speed-preset=3 !
> autovideosink

With this pipeline you are sending the encodeded stream to display
which does not makes a lot of senese. So the funky screen is not
surprising me :-) .

What might have more sense is to multiplex the encoded stream in some
container and then save it to the file or send over the network or
whatever else but not sending it to the videosink.

HTH,
Andrey.


More information about the gstreamer-devel mailing list