hipersayanX
hipersayanX
Great! About CMake, please don't do that, I thought to do the same, but at the end it does not provide any real advantage to what Qmake offers, or at...
No cast needed, just set the object properties: auto src = AkElement::create("MultiSrc"); src->setProperty("media", "video.webm"); src->setProperty("loop", true); // Loop the video/media if you need it. src->setProperty("showLog", true); // Show play log...
Exactly, is all designed to take advantage of Qt and C++ at 100%, it make much simpler to write the same implementation that exists in GStreamer, DirectShow and AvFoundation without...
Good! so [this](https://github.com/doumdi/webcamoid/blob/5d906e9a16aa5927ff91b2c07003959f437d4160/libAvKys/Plugins/MultiSrc/src/ffmpeg/src/mediasourceffmpeg.cpp#L637) is what control the delay, right?
The solution would be adding the virtual getter and setters to enable disable video sync [here](https://github.com/doumdi/webcamoid/blob/rtsp-dev/libAvKys/Plugins/MultiSrc/src/mediasource.h)(enabled by default), implement in mediasourceffmpeg.h, and then map to multisrcelement.h. An finally, map the...
@martinkrung the daily build include a Crop plugin for selecting a video area.
## For still frame ## I can do that, my idea is to add a new plugin in the media bar that let you choose a file in your computer,...
It will require an encoder and decoder plugin, this will probably come after adding scripted plugins support.
@GrushBrush the Priority tag is subjective, this feature has lower priority compared to porting Webcamoid to Android that is my highest priority right now.
There is not, but what's your idea?