• Home
Name Date Size #Lines LOC

..--

Makefile.amD12-May-2024409 139

Makefile.inD12-May-202430.8 KiB946853

READMED12-May-2024579 65

gstvideoscale.cD12-May-202441.8 KiB1,173875

gstvideoscale.hD12-May-20243.2 KiB10852

meson.buildD12-May-2024390 1412

README

1- test different strides using
2gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=328,height=240 ! xvimagesink
3gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=324,height=240 ! xvimagesink
4gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=322,height=240 ! xvimagesink
5gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoscale ! video/x-raw,width=321,height=240 ! xvimagesink
6