Tagged Questions
0
votes
2answers
339 views
Opening a live media stream using C/C++
Can anyone tell me how to open a mms:// live media stream using C/C++. I am trying to do this for days. but can not find any book regarding these information.
Please suggest any book or any helpful ...
0
votes
1answer
87 views
Firing an Play/Pause event in Linux
I would like to fire a Play/Pause event with a shell script or a C program on a Linux machine.
Unfortunately i haven't found a way to do this yet.
At first I thought of simulating a click on the ...
0
votes
1answer
210 views
How to read media files with normal file reading functions in C/C++?
I only have experience with normal text/binary files. Now, I want to process more advanced file formats, such as media files (video/audio) without using external library like libav and ffmpeg. The ...
1
vote
2answers
3k views
What is lib Swscale used for by ffmpeg programers?
What is lib Swscale used for by ffmpeg programers?
What benefits it gives for AV encoding/decoding?
What is its position relevantly to av* libs?