From: Burkhard P. <pl...@ig...> - 2014-09-16 14:42:52
|
Hi, better late than never.... Am 30.07.2014 um 14:22 schrieb Phil Barrett: > Anyone done any work on supporting writing multiple video samples per > chunk? No. > The code at the moment always writes one sample per chunk, and in > at least one place relies on this because it uses chunk_num to mean > sample_num. The question is if it would make any sense to support multiple video samples per chunk. I have a vague idea tom support the packetindex also for writing, i.e. generate the packet index during the encode() calls and generate the Quicktime- or AVI-Structures just in the end when the file is closed. But right now I'm unlikely to have time and motivation to implement it since it wouldn't bring an immediate advantage, except a simpler code. Burkhard |