diff options
| author | Comment <tim@gray.(none)> | 2013-05-20 22:42:45 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-20 22:42:45 +0100 |
| commit | 1099cec06b35a5b401a30fed9a13a5b448834b7e (patch) | |
| tree | dd0a904d7a4114069d289056b5d71283f15ea2cc /ffmpeg-fas/README | |
| parent | 7a3d7d2779a99fda5362ca341c965ddff826b2b7 (diff) | |
ffmpeg-fas
Diffstat (limited to 'ffmpeg-fas/README')
| -rw-r--r-- | ffmpeg-fas/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ffmpeg-fas/README b/ffmpeg-fas/README new file mode 100644 index 0000000..6cb5e32 --- /dev/null +++ b/ffmpeg-fas/README @@ -0,0 +1,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.
\ No newline at end of file |
