Anton Khirnov (12020-03-16):
> Impressively overcomplicated.

I suppose it is meant to enhance the compression ratio, with the
assumption that images change less in the time direction than in the y
direction.

> So yeah, either the decoder takes in the entire bitstream and then spits
> out frames one by one or the demuxer does the decoding and exports
> rawvideo data. The former is most likely better.

The demuxer would have to decode all frames and buffer them, that would
not bring any benefit. So I agree, the decode will eat the whole
bitstream and output all frames at once, it's the best solution.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to