welcome: please sign in
Pressure sensitive video seeking algorithm

Concept

The user can scan forwards and backwards in videos using a pressure-sensitive input device (or emulated with a mouse).

Implementation

Possibility 1: Reverse encoding

As a video is being played, a video is being encoded in reverse, so that the user can play backwards quickly.

Possibility 2: Storing every nth frame

Store every nth frame (up to some limit), and scan forwards/backwards quicky using those frames.

Pressure_sensitive_video_seeking_algorithm (last edited 2010-04-24 09:29:44 by localhost)