Ahoy,
Live webcam-es videóra kellene realtime rádobnom egy bármilyen formátumban lévő videót (pl: mp4-ben egy 160x160-as forgó logó)
Külön-külön megy a kettő, de nem tudom egyberakni:
Webcam:
gst-launch v4l2src ! video/x-raw-yuv,format=\(fourcc\)YUY2,width=320,height=240 ! videomixer name=mix sink_1::alpha=0.6 ! xvimagesink
Video lejátszása:
gst-launch filesrc location="1.mp4" ! decodebin2 ! autovideosink
Ezzel próbálkoztad, de nem ment:
gst-launch name=mix sink_0::xpos=0 sink_0::ypos=0 sink_0::alpha=0 sink_1::xpos=0 sink_1::ypos=0 sink_2::xpos=200 sink_2::ypos=0 ! mix.sink_0 v4l2src ! video/x-raw-yuv,format=\(fourcc\)YUY2,width=320,height=240 ! mix.sink_0 ! xvimagesink videotestsrc pattern="black" ! video/x-raw-yuv,width=400,height=200 ! mix.sink_1 uridecodebin uri='file:///1.mp4' ! ffmpegcolorspace ! videoscale ! video/x-raw-yuv,width=200,height=100 ! mix.sink_0
- 1126 megtekintés