Postby freesunshine » 27 Mar 2012 13:02
it's absolutely possible,but difficult. it depends on video format a lot.
ffmpeg provides a function seek by frame ( av_seek_frame),but i have not tried;
in vlc,you can calculate the specific frame's time stamp and set_time to the nearest key frame,then get next frame until the time stamp is the nearest to your expectation