blob: 6cb5e32926e559a221a5af1e7fecc7336dc3c9b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
The frame-accurate seek library extension to ffmpeg requires ffmpeg.
Getting the most recent version of ffmpeg and building it from source is
recommended:
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
The test/example build script requires ffmpeg be checked out (or symlinked)
from the base directory.
Features:
1) Simplified interface for video processing
2) Frame-accurate seeking using a seek-table
3) Online creation of a seek-table through normal decoding
4) Saving and loading of seek-tables.
|