Re: [Mlt-devel] Building an open source podcast app

2024-08-07 Thread Abhishek Singh
{ "emoji": "👍", "version": 1 }___ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel

Re: [Mlt-devel] Building an open source podcast app

2024-08-07 Thread Saniya Tyagi
Hi everyone, I've set up Melted and Melt on my system and successfully run a UDP stream. I can see NDI listed as producers and consumers using the command melt -query. I'm now trying to run NDI with Melted using a configuration file. My current melted.conf file includes: SET root=/home/saniya/v

Re: [Mlt-devel] Building an open source podcast app

2024-08-07 Thread Abhishek Singh
Is it possible ndi broadcast by melted because melt cli is work but I am not understand from melted On Thu, 8 Aug, 2024, 01:36 kaixogamorra2 via Mlt-devel, < mlt-devel@lists.sourceforge.net> wrote: > My bad, it's Producer::cut. 🤦‍♂️ > El miércoles, 7 de agosto de 2024 a las 22:03, kaixogamorra2 <

Re: [Mlt-devel] Building an open source podcast app

2024-08-07 Thread kaixogamorra2 via Mlt-devel
My bad, it's Producer::cut. 🤦‍♂️ El miércoles, 7 de agosto de 2024 a las 22:03, kaixogamorra2 escribió: > hi, > is mlt capable of getting raw audio data and making video cuts? I couldn't > find which producer / consumer / filter / service is responsible of this. > El miércoles, 7 de agosto de 2

Re: [Mlt-devel] Building an open source podcast app

2024-08-07 Thread kaixogamorra2 via Mlt-devel
hi, is mlt capable of getting raw audio data and making video cuts? I couldn't find which producer / consumer / filter / service is responsible of this. El miércoles, 7 de agosto de 2024 a las 12:48, kaixogamorra2 escribió: > Hi! > I am trying to build a video editing tool for a local radio sta

Re: [Mlt-devel] [RFC] Add support for SMPTE-esque timecodes

2024-08-07 Thread Julius Künzel
Hi Palmer, I think it would make sense to send your patch for MLT as a pull request on GitHub as one can discuss the code better over there (Dan and Brian correct me if that's not what you prefer). For Kdenlive also feel free to open a draft merge request with your changes even in an early sta

Re: [Mlt-devel] [RFC] Add support for SMPTE-esque timecodes

2024-08-07 Thread Palmer Dabbelt
On Wed, 07 Aug 2024 00:54:19 PDT (-0700), julius.kuen...@kde.org wrote: Hi Palmer, I think it would make sense to send your patch for MLT as a pull request on GitHub as one can discuss the code better over there (Dan and Brian correct me if that's not what you prefer). Works for me. https:/

[Mlt-devel] Building an open source podcast app

2024-08-07 Thread kaixogamorra2 via Mlt-devel
Hi! I am trying to build a video editing tool for a local radio station, but also going to open source it. It's a tool which automatically makes cuts to always follow (focus) the camera to the person who is speaking. To do this I need to divide the tracks in X-seconds samples, and calculate whic