Make qtav videoplayer simple integrateable for application, C/C++ Programming

Assignment Help:

Make QtAV Videoplayer simple integrateable for Qt Applications

Project Description:

I'm preparing an application for Windows and Mac using QtCreator.

I want a videoplayer different to the Qt Multimediaplayer, because of the codec problem by unsing Windows WMF engine.

For the new videoplayer the QtAV is a good solution, I believe. I want someone who builds QtAV and develops some classes to make QtAV easy integrateable to my application. The mediapayer should have accurately the same structure like the Qt Multimedia. It should contain a VideoWidget and a Mediaplayer class. Both classes should have the same signals and slots like the QtMultimedia QMediaplayer and the QVideowidget classes. It could be possible to display the same video from a single mediaplayer to two different videowidgets (QtAV supports this).

The classes should work on Windows and on MacOS and the framework QtAV could be updatable by newer sources.

Skills required are C++ Programming, Mac OS


Related Discussions:- Make qtav videoplayer simple integrateable for application

Explain the break statement, The break statement The break statement, w...

The break statement The break statement, which was already covered in the switch.. case, can also be used in the loops. When a loop statement is encountered in the loops the co

Board coloring, programing code on board coloring in clanguage

programing code on board coloring in clanguage

Execution of string length using pointer hopping, A: #include // Test to...

A: #include // Test to see if pointer hopping is worthwhile. // strlen implemented with usual indexing mechanism. int strlen1( const char str[ ] ) { int i; for( i =

Oop, write a program which has three classes

write a program which has three classes

Cin, how we use the cin command and why we use this command????

how we use the cin command and why we use this command????

Explain about the integer constants in c language, Explain about the Intege...

Explain about the Integer constants in c language? An integer constant is the integer valued number and it refers to a sequence of digits. A decimal integer constant includes o

Recursion, Solve the Nine Queens problem recursively. The objective is to p...

Solve the Nine Queens problem recursively. The objective is to place nine queens on an empty chessboard so that no queen is “attacking” any other, i.e., no two queens are in the sa

What operators can or cannot be overloaded?, A: Mostly can be overloaded. T...

A: Mostly can be overloaded. The only C operators which can't be are. and?: (and sizeof, that is technically an operator). C++ adds a few of its own operators, mostly which can be

C program for the no are in ascending order , #include stdio.h> #include...

#include stdio.h> #include conio.h> #include string.h> void main() {           int i=0,j=0,k=0,l=0;           int a[3][3],temp[3][3];           clrscr();

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd