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 multilevel inheritance, Multilevel Inheritance In multilevel in...

Multilevel Inheritance In multilevel inheritance there is a parent class , from whom we derive another class . now from this derived class we can derive another class and so on

Need programmer to program a flex pcb, Project Description: I want a per...

Project Description: I want a person who will be able to program a flex PCB for my device as i meet the person i will be able to describe all my needs Skills required are C P

Radix sort - c program, Radix sort - C program: Write a program in c t...

Radix sort - C program: Write a program in c to define a radix sort. void main() {  int array[100],n;  int i;  void radix(int *,int);  printf ("How many nos\

Computer graphics, .Develop a two dimensional interactive game with the fol...

.Develop a two dimensional interactive game with the following features: 1. Use OpenGL (any version you find convenient) 2. The game can either be two player or one player with the

Program to add 2 distances & show sum as new distance, THIS PROGRAM IS TO A...

THIS PROGRAM IS TO ADD TWO DISTANCES & SHOW THEIR SUM AS NEW DISTANCE # include # include typedef int dist; struct distance   {   dist inch;   dist feet;   }; distance add

Write a program to illustrate array with strings, Write a Program to illust...

Write a Program to illustrate Array with Strings? main() { static char name[]="devdas"; int i; i=0; while(name[i]!='\0') { printf("%c",name[i]); i=i+1; } } In the

Stack, Implement multiple stacks in a single dimensional array. Write algor...

Implement multiple stacks in a single dimensional array. Write algorithms for various stack operations for them.

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