mpenkov / ffmpeg-tutorial

A set of tutorials that demonstrates how to write a video player based on FFmpeg
http://www.ffmpeg.org/documentation.html
1.22k stars 395 forks source link

Seeking (tutorial07.c) is broken #6

Closed mpenkov closed 11 years ago

mpenkov commented 11 years ago

Attempting to seek prints this to standard error:

/home/misha/nobackup/big_buck_bunny_1080p_surround.avi: error while seeking
mpenkov commented 11 years ago

The current code uses av_seek_frame but ffplay.c in ffmpeg uses avformat_seek_file. Need to compare the pros/cons of these two functions and see how to use them properly.

NB. http://ffmpeg.org/pipermail/libav-user/2012-April/001767.html