Skip to content

DevZenCat/zenplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zenplayer

This player for Qt framework with ffmpeg codec

For use in your project add in your .pro file

include('zenplayer/zenplayer.pri')
INCLUDEPATH += "zenplayer"

If your use widget, just create ZenPlayerWidget add in your widget ad call start, check widgetPlayer example

If your use qml, call

ZenPlayer::qmlRegister();

for register qml items. Add import in your qml file

import ZenCat 1.0

and add component

Video {
    id: video
    anchors.fill: parent

    source: "./sample-mp4-file.mp4"

    onError: {
        console.debug("error " + error);
    }
}
Qt 5.15.2
ffmpeg 4.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published