av_open_input_file
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, Im working on transcoding media streams using ffmpeg. And,I am using av_open_input_file to open the video file. But,It always fails. Can anybody help me?
gmallax wrote:
But,It always fails.
This sort of problem description really does not mean anything. If your program fails then you need to explain exactly what error messages or exceptions you see. Only then can anyone begin to guess what may be wrong.
It's time for a new signature.
-
Hi All, Im working on transcoding media streams using ffmpeg. And,I am using av_open_input_file to open the video file. But,It always fails. Can anybody help me?