<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></head><body><div><div style="font-family: Calibri,sans-serif; font-size: 11pt;">Hi guys been a long time since i am trying to figure this out. I have a <br>Mpeg TS(.MTS) coded file and i want to perform a frame accurate seeking <br>on it. By frame accurate i mean i want to play the file backward but <br>av_seek_frame(FormatCtx, videoStreamIndex, seekTS, AVSEEK_FLAG_ANY) <br>doesn't seem to help here I tried with AVSEEK_FLAG_BACKWARD aswell but <br>doesn't seem to get to a I-frame. There are I-frames at distance of 13 <br>and there are key frames at the distance of 260(checked using a utility <br>software) can anyone help me with this or atleast point me to a proper <br>direction so that i can work that way.<br><br>Thank you.<br></div></div></body></html>