| Line | |
|---|
| 1 | |
|---|
| 2 | FLT1=" " |
|---|
| 3 | SRC1=" souphttpsrc location=http://io.rg42.org:8002/example1.ogv is-live=true ! oggdemux ! theoradec" |
|---|
| 4 | SRC1=" souphttpsrc location=http://io.rg42.org:8002/example1.ogv ! oggdemux ! theoradec" |
|---|
| 5 | SRC1=" souphttpsrc location=http://theartcollider.net:8002/pau2.ogv ! oggdemux ! theoradec" |
|---|
| 6 | |
|---|
| 7 | FLT1+=" ! videocrop top=150 bottom=100 left=200 right=200" |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | FLT1+=" ! ffmpegcolorspace" |
|---|
| 11 | FLT1+=" ! agingtv" |
|---|
| 12 | FLT1+=" ! ffmpegcolorspace" |
|---|
| 13 | FLT1+=" ! videobox border-alpha=0 alpha=1 top=-70 left=-70" |
|---|
| 14 | |
|---|
| 15 | FLT2=" " |
|---|
| 16 | SRC2=" souphttpsrc location=http://io.rg42.org:8002/example1.ogv ! oggdemux ! theoradec" |
|---|
| 17 | SRC2=" souphttpsrc location=http://theartcollider.net:8002/pau2.ogv ! oggdemux ! theoradec" |
|---|
| 18 | FLT2+=" ! videocrop top=150 bottom=100 left=200 right=200" |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | FLT2+=" ! videorate" |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | FLT2+=" ! alpha alpha=1" |
|---|
| 26 | |
|---|
| 27 | gst-launch \ |
|---|
| 28 | $SRC1 $FLT1 \ |
|---|
| 29 | ! videomixer name=mix ! ffmpegcolorspace ! xvimagesink \ |
|---|
| 30 | \ |
|---|
| 31 | $SRC2 $FLT2 \ |
|---|
| 32 | ! mix. |
|---|