<div dir="ltr">I'm trying to use the following code to set faststart:<div><br></div><div>Avutil.av_dict_set(&headerOptions, "movflags", "+faststart", 0);<br></div><div><br></div><div>This is passed through as follows:</div><div><br></div><div>int writeHeaderResult = Avformat.avformat_write_header(formatContext, &headerOptions);<br></div><div><br></div><div>The file writes correctly, but its an invalid mp4 that will not play.</div><div><br></div><div>I'm totally confused and have been searching for days for an answer.</div><div><br></div><div>The DLLs i'm using are:</div><div><br></div><div><div>avcodec-56.dll</div><div>avdevice-56.dll</div><div>avfilter-5.dll</div><div>avformat-56.dll</div><div>avutil-54.dll</div><div>postproc-53.dll</div><div>swresample-1.dll</div><div>swscale-3.dll</div></div></div>