Hi,<div><br></div><div>I'm trying to overlay a .mp4 on top of another .mp4 programmatically.</div><div><br></div><div>This is my filter description:<br><br>"movie=myvid.mp4, setpts=PTS-STARTPTS [movie]; [in] setpts=PTS-STARTPTS, [movie] overlay=0:0 [out]"</div>








<div><br></div><div>This results in only the first frame of myvid.mp4 being overlaid on my video. And the first frame persists for the length of the video, like it is a static image.</div><div><br></div><div>My code is basically identical to that of <a href="http://ffmpeg.org/doxygen/trunk/filtering_8c-source.html">filtering.c</a> (the difference being that I output the result into a .mp4)</div>
<div><br></div><div>What would cause the filter to only overlay the first frame?</div><div><br></div><div>Cheers</div>