Multimedia refers to content that uses a combination of different content forms.
Questions tagged [multimedia]
474 questions
-3
votes
1 answer
Is there any sources which provides API for video recording?
I need an source which gives the video recording and a submit button, but not one to one interaction.
I have gone through some sites but they are providing video conferencing, the video recording source can be pricing or free.
-3
votes
1 answer
Qt6.2 and Multimedia Module
As Qt6.2 released, it seems that the multimedia module will come back and today i download qt6.2 but "qt += multimedia" still doesn't work.
How can i use the multimedia module or have an alternative to play a sound effect in c++?
p.s. i'm using…

String Max
- 9
- 3
-3
votes
1 answer
Is this content of a website a gif or a video?
If you go to this website, and scroll down to kind of the third "set" of pages, you see a news, under the title of "Destacados", signaled below in red:
Now, the image of that news is dynamic, like a gif. I went to the source code of the page, and…

luchonacho
- 6,759
- 4
- 35
- 52
-3
votes
1 answer
Parsing the Program Association Section of a Transport Stream
I am trying to find the Type of PID (AUDIO,VIDEO,etc..), i have parsed the Header section of the Transport Stream and extracted the PIDS . By going through the Transport Stream Standard i got to know that i need to parse the PAT to get the this. The…
-3
votes
1 answer
SDL issues on playing sound when switch audio device
I got an issue with SDL, after I successfully init SDL audio and run SDL_OpenAudio() , everything goes well ,but if disconnect the current audio device or switch to another , SDL_AudioCallBack() never runs again and…

Nico.l
- 1
-3
votes
1 answer
Sampling Calculation / multimedia
I have a serious exam tomorrow and this is one of the sample questions provided. I tried to solve this problem many times but I could never get an accurate answer. There are no information regarding on the calculations in my lecture materials. I…

dazoar
- 53
- 2
- 9
-4
votes
2 answers
I need to get PIDS from a sample MPEG-TS file
I need to get PIDS from a sample MPEG-TS file,I have tried by reading the file using fopen() and got the data in hex format. Now I am stuck in finding the PID bytes in the whole data. Can anyone help me out?
I have used the below code:
#include…

Sai Raghuram Kaligotla
- 159
- 1
- 11
-4
votes
1 answer
Which language would be best suited to produce a multimedia player/manager?
I have a major project for my last year of high school and I am required to complete a software solution to create a multimedia player/manager in any operating system, but I have my preference set on Windows. Simply it requires the playback of many…

Kinexd
- 33
- 3
- 8
-4
votes
1 answer
android app about frequency detecotr
Now my work is to make an android app,it can detect the frequecy,volume size and duration of a sound.That I do not know where to start,and I do not find any useful materials ,anyone can help me.Couled you provid a demo for me.
very thanksful for…

yanhui
- 39
- 3