On Thu, 30 Jan 2020 at 22:34, Jonathan Noble <[email protected]> wrote:
> > > On Thu, 30 Jan 2020 at 22:11, Carl Eugen Hoyos <[email protected]> wrote: > >> Am Do., 30. Jan. 2020 um 22:56 Uhr schrieb Jonathan Noble >> <[email protected]>: >> >> > I can open an image sequence that starts at zero using >> avformat_open_input successfully. >> > However, for an image sequence that starts beyond zero, ffmpeg doesn't >> find the sequence. >> >> See -start_number and -start_number_range >> > Yes. I stated that argument exists in the ffmpeg cli. So I know it exists. > My question was about the library. > >> Carl Eugen >> _______________________________________________ >> >> You can pass an AVDictionary with the options that the Demuxer would be passed when opened. It's the fourth parameter of avformat_open_input().
_______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
