0xnullptr <0xnullptr at ...> writes: > I'd like to know how I can programmatically do the > same as the ffmpeg command line option '-f dvd' Do you really mean "-f dvd" or something else? Because afaict "-f dvd" corresponds to: av_guess_format("dvd", NULL, NULL); Carl Eugen