Slashdot Mirror


VLC Team Announces Video Editor In the Works

eldavojohn writes "Despite news that VLC might not have anyone to work on the Mac release, Lifehacker brings word of a video editor that the VLC team is working on dubbed VideoLAN Media Creator. It hasn't been released yet (git clone git://github.com/VLMC/vlmc.git) but a pre-release is due out soon."

1 of 120 comments (clear)

  1. What in tarnation is "git" fer? by RobertB-DC · · Score: 0, Offtopic

    lolz, but really... this is the first time I've seen the "git://" protocol specifier. I had to resort to the Fount of All Knowledge to find out what in tarnation "git" is:

    Git is a free distributed revision control, or software source code management project with an emphasis on being fast. Git was initially designed and developed by Linus Torvalds for Linux kernel development.

    Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.

    Ok, that doesn't tell me much, actually. And there's no reference at all to git://. I had to step away from Wikipedia and do a real search -- which ended up on the Git Wiki, of course.

    Which git protocol to use
    Generally these days the git protocol (the git://) URLs) is the prefered protocol.

    git Git's own protocol which tries to heavily optimize the amount of bandwidth used and thus is generally very efficient for updates. An issue with the git protocol is its use of TCP port 9418 which paranoid firewall admins may have blocked.

    http Rather inefficient usage of bandwith and CPU but since http is generally enabled in firewalls it exists for those poor souls suffering from fascist firewall admins.

    rsync The oldest git protocol, deprecated and supposed to eventually go away. Suffers from a low probability race condition. Its advantage is the lowest CPU usage on the server side. Not recommended for pulling or fetching. Heck, it really should be considered the last alternative.

    I bet I'll end up seeing git:// all over the place on Slashdot soon. Once something better comes along, I might even understand it. (I just now figured out that whole "bittorrent" thing...)

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.