Hi, On Thu, Feb 3, 2011 at 5:30 PM, <[email protected]> wrote: > Does the libavformat library support .f4v files? I assume it does but all I > can find for 'f4v' in the code is something under rtmp. It seems to work > (converting .f4v to .flv) using FFmpeg on the CLI. However, I get a > segfault in libavformat from my application when calling av_read_frame.
This may sound stupid, but if it works in ffmpeg and not your application, your application is probably buggy. And yes, FFmpeg supports f4v files. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
