NuPogodi
28th September 2006, 09:30
Hi!
I've recently read a guide Ripping subtitles from video files using SubRip (http://zuggy.wz.cz/guides/video.htm) where ai4spam wrote
AviSynth seems to have its own buffering, but only between the previous and next keyframes.
Well, the questions are
1. Whether this statement is correct?
2. If yes, how AviSynth knows about the structure of compressed video (i.e. where is i-, p- or b-frames). Decoder knows it, but it seems to send back already uncompressed video.
3. If not, whether AviSynth allocates frames within a value defined by SetMemoryMax()? Are there any references for a proper documentation?
Thanks.
I've recently read a guide Ripping subtitles from video files using SubRip (http://zuggy.wz.cz/guides/video.htm) where ai4spam wrote
AviSynth seems to have its own buffering, but only between the previous and next keyframes.
Well, the questions are
1. Whether this statement is correct?
2. If yes, how AviSynth knows about the structure of compressed video (i.e. where is i-, p- or b-frames). Decoder knows it, but it seems to send back already uncompressed video.
3. If not, whether AviSynth allocates frames within a value defined by SetMemoryMax()? Are there any references for a proper documentation?
Thanks.