From 22e28216336da876e1fd17f380ce42eaf1446769 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 17 Feb 2014 13:36:38 +0000 Subject: chasing indexing error --- ffmpeg-fas/README | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ffmpeg-fas/README (limited to 'ffmpeg-fas/README') diff --git a/ffmpeg-fas/README b/ffmpeg-fas/README deleted file mode 100644 index 892bce6..0000000 --- a/ffmpeg-fas/README +++ /dev/null @@ -1,31 +0,0 @@ -Released under Lesser GNU Public License (LGPL) - -This is an extension to the ffmpeg video decoding library meant to support -a variety of extra functionality in support of video processing applications. -The primary additional feature added is the ability to do frame-accurate seeking -(by frame number). This is accomplished in a codec/format independant manner -using seek tables. - -It has been built and tested under Linux and Windows. - -**NOTE [12/09]**: -This package hasn't been kept fully up-to-date with -ffmpeg's changing API. Some modification is necessary to remove calls to deprecated -ffmpeg functionality. Patches welcome. -***************** - -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 - -Getting up and running: -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) -and built (./configure ; make) from the base directory. \ No newline at end of file -- cgit v1.2.3