Hi all! Is it possible to concatenate 2 or more theora streams into one ogm / ogg stream without reencoding? And can these streams have different frame rates? Thanks for the answers. Tamas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20080327/3b0d0e40/attachment.htm
On 27-Mar-08, at 6:24 AM, Tamas Korodi wrote:> Is it possible to concatenate 2 or more theora streams into one > ogm / ogg stream without reencoding? And can these streams have > different frame rates?Yes, a set of concatenated Ogg streams is also a valid Ogg stream, and parameters like framerate can vary at the concatenation boundaries. Note however that a number of popular video players don't currently handle this. Feel free to bug them about this... -r