This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hello,
I need to do video scaling using gstreamer. I am able to use videobox element, but it slows down the pipeline significantly. I would like to use accelerated VPE plugin, but it is not easy to find. We are on Ubuntu 12.04 and gstreamer0.10.
Where can I get the plugin either pre-compiled for armhf or source code?
Thank you.
We are using TI OMAP4460 HW platform with TI Ubuntu Precise 12.04 OS (kernel 3.4.0-1489-omap4).
I am trying to build VPE, but I am stuck on this:
gstvpe.h:28:20: fatal error: libdce.h: No such file or directory
Of course I installed libdce-dev from https://launchpad.net/~tiomap-dev/+archive/ubuntu/release
Unfortunately it does not dontain libdce.h.
Do you know where to get the required lib?
Just as reference for others:
- I tried to build VPE - it is missing header files from gstreamer 1.0 (gstvideometa.h), which is not available for OMAP with omx camera (the omx_camera element is missing for some reason) -> dead end.
- I tried ffvideoscale, cogvideoscale and videoscale - all of them are so slow on CPU, that the resulting video is unusable (more like slide-show :)) -> dead end.
- I found some openGL scalers (glcolorscale) - they are available only in gstreamer 1.0, which is not working for us -> dead end.
I tried also different tweaks and hacks, but it simply does not work. Seems that the combination of SW videoscaler and HW accelerated h264encoder (ducatih264enc) does not work on OMAP4460.
I am giving up as there is probably no way how to get accelerated video scaling on OMAP4.
Thanks for support anyway.