J'ai trouvé un tuto sur ffmpeg ici :
http://www.dranger.com/ffmpeg/tutorial01.html
quand je compile j'ai cette erreur, si quelqu'un à une idée.
Merci.D:\ls\prod\testffmpeg>mingw32-gcc -o main main.c -Id:\ffmpeg -Ld:\sources\ffmpeg -lavformat -lavcodec
main.c: In function `int main(int, char**)':
main.c:82: error: request for member `streams' in `pFormatCtx', which is of non-class type `AVFormatContext*'
main.c:90: error: cannot convert `AVCodecContext' to `AVCodecContext*' in assignment
main.c:123: error: `av_read_frame' was not declared in this scope
Partager