On Tue, Jun 12, 2012 at 11:36 AM, Sujoy Roy <[email protected]> wrote: > When i play a "specific" Theora video using melt, it freezes (sort of) the > melt-screen upto first 190 frames, then it moves as expected. But it plays > smoothly in ffmpeg or totem player, no freezing; i am on Fedora 16. I have > downloaded the source code of melt. But there is no text containing > "theora" in those files. I guess the video decoding is being handled by > libavformat. Any tip about where to dive-in to find the cause of the video > freezing?
See src/modules/avformat/producer_avformat.c I am in the middle of a complete overhaul of the seek and sync in that piece of code. Likely your file will be affected as well as possibly any fix you come up with. If you upload it via anonymous ftp to dennedy.org, then I will take a look at it in the midst of checking my code changes. -- +-DRD-+ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
