ELohe
2004-Sep-11 09:39 UTC
[Theora-dev] Is posible to ad a VFR or pseudoVFR to theora without breack the stream?
My litle idea to vfr is:
Use de frame rate as base time
and use a bit flag as:
is 0 duration is 1 frame
is 1 read next bit {
if 0 read next 8 bits as a number, duration is 2+number frames
if 1 read next 16 bits as a number, duration is 2+number
frames
}
the only question if exist any free bit in the farme header for a flag
Ralph Giles
2004-Sep-11 10:34 UTC
[Theora-dev] Is posible to ad a VFR or pseudoVFR to theora without breack the stream?
On Sat, Sep 11, 2004 at 06:37:26PM +0200, ELohe wrote:> My litle idea to vfr is:There are lots of extension mechanisms available, but we have no intention of adding variable framerate support to theora. Just fix it on the encoder side. -r