<div dir="ltr"><div dir="ltr">On Thu, 30 Jan 2020 at 22:34, Jonathan Noble <<a href="mailto:jonnobleuk@gmail.com">jonnobleuk@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 30 Jan 2020 at 22:11, Carl Eugen Hoyos <<a href="mailto:ceffmpeg@gmail.com" target="_blank">ceffmpeg@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am Do., 30. Jan. 2020 um 22:56 Uhr schrieb Jonathan Noble<br>
<<a href="mailto:jonnobleuk@gmail.com" target="_blank">jonnobleuk@gmail.com</a>>:<br>
<br>
> I can open an image sequence that starts at zero using avformat_open_input successfully.<br>
> However, for an image sequence that starts beyond zero, ffmpeg doesn't find the sequence.<br>
<br>
See -start_number and -start_number_range<br></blockquote><div>Yes. I stated that argument exists in the ffmpeg cli. So I know it exists. My question was about the library.<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Carl Eugen<br>
_______________________________________________<br><br></blockquote></div></div></blockquote><div><br></div><div>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(). </div></div></div>