• Home
Name Date Size #Lines LOC

..--

READMED12-May-2024579 65

gstvideoscale.cD12-May-202444.4 KiB1,251932

gstvideoscale.hD12-May-20242.7 KiB9440

meson.buildD12-May-2024417 1513

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