Hello,I'm a Chinese student.Recently I began to learn FFmpeg.When I run the 
code:          codec = avcodec_find_encoder(CODEC_ID_MPEG1VIDEO);           if 
(!codec) {               fprintf(stderr, "codec not found\n");               
exit(1);           }Then it dose print "codec not fount".So I felt 
confused.When I run the command line "./configure --list-encoders", it shows 
that it has the encoder mpeg1video.I just want to know what causes this problem 
and how to resolve it.Thanks a lot.May God be with you forever.                 
                                                                                
                                                Thomas Lu                       
                                                                                
                                    Nanjing Normal University

                                          
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to