Wow, over a month without blogging. But I’m not dead, far from it.

End-of-Studies project [PFE]

So we did our final presentation of PiTiVi for school on Saturday 12th February. It went quite well and the teachers were more than pleased by the result, both from a technical and a commercial[1] point of view. In fact I was just waiting for all this “school” period to end so I could get on some real PiTiVi hacking… far from constraints of studies and freeloaders.

The slides from the presentations are available here. They’re in french , but I’m quite happy with the result I achieved using only OOo.

Change of Life

So that’s it, Studies are OVER for me 🙂 Well not entirely, I’ve still got to finish this internship at Fluendo, but I wouldn’t call that studying…

The weekend after the final presentation of PiTiVi I went to Barcelona for the GStreamer summit. It was great finally meeting up with people you talk to every single day by IRC. A lot of decisions have been made which I won’t go over again, but Stefan (ensonic) and I are working on the replacement for dparams to be included (hopefully) in 0.10 . It’s quite interesting because both our projects (pitivi and buzztard) have heavy requirements on a form of dynamic parameters, and we’ve managed to come up with a lightweight method (in terms of cpu usage and lines of code to use it) to handle almost any use case. Stay tuned for more info, or check the mailing list. The weekend was also filled up with the usual eating and drinking…

Coming back from that extended weekend in barcelona I had 24 hours to move out of my room in Paris since I was letting it out. I will NEVER EVER AGAIN do that ! I trashed about half of the stuff I had in my room (12 square meters) and still managed to get a full car packed with all my stuff (furniture excluded)…

… and all of that in time to catch the coach to go to Brussels for the FOSDEM. The weekend was quite nice, I stayed at my best friend’s place (who recently moved to Brussels to work), and it was great seeing him. I didn’t go to many talks (apart from the usual Stallmann speech), but I spent most of my time talking to other hackers. The best was on sunday where I was able to hook up with Ronald (GStreamer plugins), Oyvind (GIMP/GGGL/Oxide) and Charles (MLT/Kino); we had lunch together and the talks revolved around getting all our various multimedia (and more specifically video editing/modification) ideas/projects/solutions working with one another. Great stuff in perspective !! Then salsaman joined Charles and I to present each other our software (lives, mlt, pitivi) and discuss our stroing/weak points.

After that weekend, I took one week of well earned vacation in my country house with the family and the girlfriend. The great part was that it snowed like hell (for two weeks) when usually it barely even snows in winter… Finally I arrived in Barcelona on saturday evening and started work at Fluendo on Monday.

I’ve been staying at Christian’s place since, but been looking for rooms to rent. After visiting two places I think I’ve finally decided on taking one in the Barri Gotic (historical centre of Barcelona) where the owner is really easy-going, the living room really big and it’s 5mins away from work.

PiTiVi

The past three months have been ectict in pitivi development: lots of patches to have a presentable version for school. I’ve spent the last two weeks cleaning up the code (I still found some unused code !!!), moving functions/methods around, complying more to the OO programming paradigms and making it easier to add features in the future. I hope to have finished cleaning up everything by next tuesday in order to make a 0.1.2 release which will be the last pitivi release packed with gnonlin and using GStreamer 0.8 .

After that I’ll put the gnonlin code back on it’s independant cvs and pack it separately since more and more people want to use it for audio and/or video non-linear editing. I’ll also add the necessary functions so they can be installed as gstreamer plugins.

Kiddo (the artist who made the new logo) is doing a long critic of almost every available non-linear editor with a beginner’s point of view. His work (in french) is available here. Combined with Gnome HIG and other inputs I’ll then refine the orientation of PiTiVi for the future, the main points being :

  • Make PiTiVi as intuitive as possible for the end-user / amateur
  • Make PiTiVi interact correctly with other software (flumotion to start with, so we can do almost realtime video editing)

    If you’ve got comments/ideas/features you’d like to see in a video editor, now is your time ! Mail me or come and chat on #pitivi or #gstreamer.

    [1] : Yes I know commercial might seem somewhat irrelevant for open-source software. If you prefer we presented it for people who (in theory) didn’t have a clue what our software does and how it works, so we had to present PiTiVi as if we were trying to convince customers (users).

  • PiTiVi

    A new pre-release is out, a bit delayed because casaxno left us for Stevens University next to NYC and so had other things on his mind, I had a very bad cold at the beginning of this week, and two others have been out skiing since last saturday (no comment).

    This pre-release contains quite a few stability and ergonomy improvements, and a lot of other things that aren’t really visible. I recommend using cvs versions of gstreamer/gst-plugins/gst-ffmpeg , it’s more stable with those and works real faster.

    v0.1.1.3 is available here.

    Have fun and please report any bug you find.

    PiTiVi

    I’m starting to make mini-releases of pitivi starting from today. Several reasons : it’s easier to keep track of what versions worked, allows people to check if certain bugs were fixed, and allow more people to try pitivi between official releases.

    Beware though that I don’t check as many things/errors/coherence as for normal releases.

    The pre-releases are available here starting with v0.1.1.1. Have fun 🙂

    PiTiVi 0.1.1

    At long last, we’ve finally released the first version of PiTiVi. More info here.

    Their still a lot of work to do, but I’ve got the feeling we’re now on the good tracks.

    Thanks to the GStreamer team for all their help.

    I’m completely knackered, time to go out and eat a bite.

    PiTiVi

    At Last ! I’ve managed to get rid of the remaining bugs in GnlOperation (the gnonlin effect handler) and now we can also put/move/cut.. use video effects in the Timeline.
    I also did a little cleanup in gnonling, and a (failed) attempt at trying to make gnonlin more “threaded”. I’ll have to look at that in 2-3 months when we get some heavier editing going on.
    7 days left to check audio minimal editing and encoding and we’ll be ready to freeze it for a release before Xmas.

    Misc

    Spent most of the weekend in bed because of a flu and a stiff neck. Both have gone, and I’ve got a lot more productive.

    So… first post in my blog.

    To sum up what I’m involved with, I’m head of project for PiTiVi a non-linear editor (NLE) that uses GStreamer as it’s multimedia framework. This project was started as an “end-of-studies project” at the french IT I study in : EPITECH, but it will be carried on after the end of my studies (which’ll be march 2005, yeah!).

    In the past few days we’ve gone through the make install/dist/distcheck procedure for PiTiVi. I think we got most of it working, it’ll take trials on other platforms/configuration to know if it really works.

    I’ve also started making a list of the GStreamer plugins we use in the NLE, how “well” we can use them, and what the eventual problems are. The list is here. As I encounter new problems/bugs I’ll update that list.