Casey Price <cprice1317@...> writes: > av_dict_set(&opt, "vcodec", "mjpeg", 0);
> av_dict_set(&opt, "s", "1280x720", 0); The option is actually called "video_size" > av_dict_set(&opt , "framerate", "30", 0); This looks correct. I am quite sure that "vcodec" is wrong, you probably have to pass the opened decoder to avformat (but I don't really know). Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
