View Single Post
  #3 (permalink)  
Old 27th November 2007
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default

Playing file backwards is much more difficult because of the inter-frame compression used in most formats. To jump backwards an arbitrary number of frames the player must decode all video from the last keyframe. Keyframes in MPEG-4 are added in rather large intervals, normally every 5-10 seconds (variable). While jumping forward by a small step like 0.5 seconds the decoder needs only to process about 12 frames.

Also I suppose during normal forward decoding the system is pre-buffering a small amount of data.
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20