Re: DTD for Kdenlive

2018-06-02 Thread Camille Moulin
Hello Farid, Le 02/06/2018 à 17:34, farid abdelnour a écrit : > Maybe when you have done more progress you would like to write a post > about this on the website? Yep, but we're still at very early stages, far from anything tangible for the moment :-) Camille

Re: DTD for Kdenlive

2018-06-02 Thread farid abdelnour
C'est tres cool Camille. Maybe when you have done more progress you would like to write a post about this on the website? Cheers and thanks :D 2018-06-02 7:38 GMT-03:00 Camille : > Hi *, > Le 27/05/2018 à 09:22, Camille a écrit : > >> [...] >> The idea would then be to propose upstream some cha

Re: DTD for Kdenlive

2018-06-02 Thread Camille
Hi *, Le 27/05/2018 à 09:22, Camille a écrit : [...] The idea would then be to propose upstream some changes to mlt-xml.dtd that would be generic and create a specific dtd for the remaining kdenlive-only elements. Just FYI, I have started  proposing changes to mlt's dtd, and Dan Dennedy mentio

Re: DTD for Kdenlive

2018-05-27 Thread Camille
Hello Nicolas, Le 27/05/2018 à 01:04, alcinos a écrit : Well, the kdenlive's xml is being parsed by mlt at the core. So all the structure must be MLT compliant enough for the parsing to be successful :) Basically, kdenlive stores a lot of additional properties (usually prefixed by "kdenlive"),

Re: DTD for Kdenlive

2018-05-26 Thread alcinos
Well, the kdenlive's xml is being parsed by mlt at the core. So all the structure must be MLT compliant enough for the parsing to be successful :) Basically, kdenlive stores a lot of additional properties (usually prefixed by "kdenlive"), that are parsed and ignored by MLT. Besides, kdenlive abuses

Re: DTD for Kdenlive

2018-05-26 Thread Camille
Le 24/05/2018 à 14:36, Narcis Garcia a écrit : I think it's a good initiative. Thanks :-) There  is still a basic point that I haven't fully grasped yet: what is/should be the relation between kdenlive's xml format and MLT's xml format? Does it makes sense for Kdenlive  to have it's own dtd

Re: DTD for Kdenlive

2018-05-24 Thread Narcis Garcia
I think it's a good initiative. El 24/05/18 a les 13:14, Camille ha escrit: > Hi all, > > Still on the topic of file format. I think it could be a good idea to > have a validating dtd for kdenlive: that could help diagnosing > wrongly-formed files and would also be a ki

DTD for Kdenlive

2018-05-24 Thread Camille
Hi all, Still on the topic of file format. I think it could be a good idea to have a validating dtd for kdenlive: that could help diagnosing wrongly-formed files and would also be a kind-of-human-readable documentation for the format: as I couldn't find any in the source tree, I st