Hi, how would I find the correct timestamp to pass to av_seek_frame() if I know the number of the frame I want to seek to? I tried (AVStream.r_frame_rate/frames)*AV_TIME_BASE but that doesn't appear to work. TIA --Ian