Advanced search

Medias (91)

Other articles (28)

  • MediaSPIP v0.2

    21 June 2013, by

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 April 2011, by

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Supporting all media types

    13 April 2011, by

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats: images: png, gif, jpg, bmp and more audio: MP3, Ogg, Wav and more video: AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data: OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

On other websites (3937)

  • Videoediting SDK C#

    10 April 2013, by user2265112

    I'm currently working on a project were i have to collect a videostream from a videoserver. This is done by the videoservers SDK where i get a videoclip output.
    From this point i want to be able to cut at specific places in the videoclip or more specifically: trim out a specific part in the video.
    This will be done for three videoclips and then i want to combine these videos into one wide-screen split-screen videoclip. You should be able to see clip1,clip2,clip3 simultaneously in one frame.

    As of now i have a solution for this where i pass arguments to ffmpeg. This works but are relatively slow and i don't get errormessages if something goes wrong. Well, i use a streamreader to get some info.

    My question is: Is there a good well-documented library for C# i could use instead? That ofcourse can provide the same functionality.
    I have looked at directshow but that didn't help me to much. And avisynth has the problem that it doesn't generate its own videoclip, if im not mistaken?

    Kind Regards.

  • anyone had success with OpenFP? [closed]

    30 May 2013, by Robert Shaw

    http://sourceforge.net/projects/open-fp/

    Built and ran openfp - a sound fingerprinting project available in many places. Includes:
    openfp_extract (calls ffmpeg) _server and _match.

    Hours today fiddling with the samples but I always get MATCH RESULTS 0, even with identical afp files in the signatures directory. What is the trick to get a match?

    Usings PCM 16 mono 22kHz . Do endian and signed matter as long as its always the same?

    I hope to try and match bird or animal sounds, anybody think it can work?

    Thanks in advance! - Robert

  • What does the notation BGR refer to at the byte order level in opencv and ffmepg?

    16 August 2017, by writalnaie

    I see the notation BGR occurs in many places in opencv (e.g. CV_YUV2BGR_YV12) and ffmpeg(e.g. AV_PIX_FMT_BGR24). My question is what is the byte order in these BGR formats in opencv and ffmpeg in some common little endianness architecture (such as x86/amd64). Is channel B stored in lower address or higher address compared with channel R in these formats?

    Thanks!