Brian Matherly

Results 89 comments of Brian Matherly

I wonder if this problem still exists in MLT master? I do not reproduce the problem, but I also do not have your source file pets000.mov One possible explanation is...

A workaround for your problem is to replace the composite transitions with affine instead. It is as easy as changing: `composite` to `affine` Perhaps there is a bug in the...

> when I change my profile to 4 frames per second, I still get 24 frame show callbacks a second that I have to deal with Are you using that...

>I'm working on Krita and we're currently in the process of porting its animation system from QtMultimedia to MLT. That is exciting! ``` void KisMediaConsumer::setFrameRate(int fps) { StopAndResumeConsumer srPullConsumer(m_d->pullConsumer.data()); StopAndResumeConsumer...

Someone will probably look at it some day. It is difficult to determine the priority because we don't know anything about your project or how many people it affects.

Does the crackling happen for all source clips, or just from a specific source? Crackling audio is a common problem for source clips that are variable frame rate. OBS and...

> I've seen issues with crackling happening with flac files, is your audio flac? This FLAC issue is still unresolved. https://github.com/mltframework/mlt/issues/741

Which version of MLT do you reproduce this with? Does it crash every time, or intermittently? Can you offer an MLT command or simple XML file that reproduces the crash?

Locale mismatch is also my first suspicion.

Thanks for the report. Unfortunately, those two log messages are only information and do not provide a hint about what caused the crash. Were there any other messages? Can you...