<div dir="ltr"><div>It appears to be the same basic code. Valid just means "ready to write". The queue is written until there are no more valid pages.  The older implementation does not have a "magic" queue limit (32).  I think that ogg has had so many mistaken implementations, that media exists with bad timestamp data, and the limit prevents some situations like, output a giant chunk of audio, and then output a giant chunk of video.  Not a good sign really.  A better move may be to mux data as long as you have both audio and video, and wait for more when it is not clear which should be next.  Then the queue limit makes more sense, and the chunky effect is somewhat less likely.</div><div><br></div><div>gg<br></div><div>gg<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 14, 2020 at 10:38 AM Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I recall some strangeness with recently re-added OGG/theora output.<br>
<br>
I found this comment in old CinCV repo:<br>
<a href="https://repo.or.cz/cinelerra_cv/ct.git/commit/5d7c9bfd9dbfa3c4ae673a8c8b3d35ee1eb44512" rel="noreferrer" target="_blank">https://repo.or.cz/cinelerra_cv/ct.git/commit/5d7c9bfd9dbfa3c4ae673a8c8b3d35ee1eb44512</a><br>
<br>
"r636: j^'s (j@v2v.cc) patch to mux ogg in a way compilant with specification y - makes oggz-validate<br>
 happy and probably some players also"<br>
<br>
I followed app name and landed here:<br>
<br>
<a href="https://www.xiph.org/oggz/" rel="noreferrer" target="_blank">https://www.xiph.org/oggz/</a><br>
<br>
Oggz<br>
Oggz comprises liboggz and the tool oggz, which provides commands to inspect, edit and validate Ogg files. <br>
The oggz-chop tool can also be used to serve time ranges of Ogg media over HTTP by any web server that supports CGI. <br>
liboggz is a C library for reading and writing Ogg files and streams. It offers various improvements over the reference <br>
libogg, including support for seeking, validation and timestamp interpretation.<br>
<br>
Download<br>
 The latest version is 1.1.1, released Apr 29 2010.<br>
<br>
<a href="http://git.xiph.org/?p=liboggz.git;a=shortlog" rel="noreferrer" target="_blank">http://git.xiph.org/?p=liboggz.git;a=shortlog</a><br>
git has some improvements over it ....<br>
<br>
I hope it will helpful in catching those strange errors about not marked keyframes ...<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>