Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (42)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • MediaSPIP v0.2

    21 juin 2013, par

    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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (4090)

  • ffmpeg : 1 frame manipulation on demand

    7 juillet 2013, par Chris Russo

    Hello folks & friends of SO !

    We need to create a small application to take a random frame from a video, and apply some modifications to it, in real time.

    This has to be done in real time, and in order to do that, we wouldn't mind to create some initial delay, before the video starts streaming. So let's assume we have a total of 6 seconds of preloading time, in order to :

    1) extract a keyframe.
    2) create an image with it.
    3) manipulate the image.
    4) replace the original keyframe with the new one.

    The point (3) of the previous algorithm is already solved using GD as a PHP module. However we would need to find a solution for the rest of the procedure in order to accomplish this.

    Please if anyone is available to help us with this, feel free to contact me.

    Thanks in advance ;
    Chris C. Russo

  • GStreamer x264enc not found

    5 avril 2017, par Dominik Schreiber

    I installed GStreamer-0.10 and all modules (base, good, bad, ugly, ffmpeg) according to these instructions (browse through by clicking prev/next) :
    http://www.linuxfromscratch.org/blfs/view/svn/multimedia/gst-plugins-ugly.html

    Everything seemed to have worked just fine but when I want to execute my pipeline I got this error :

    glib.GError: no element "x264enc"

    Apparently the module was not installed :

    gst-inspect x264enc
    No such element or plugin 'x264enc'

    After that I installed the codec by executing :

    sudo apt-get install x264

    This did not work either. So I installed the latest build manually :
    http://www.videolan.org/developers/x264.html

    After a successful installation of x264 I ran ./configure on the gstreamer-0.10 ugly modules once again and found out about this :

    configure: *** checking feature: x264 plug-in ***
    configure: *** for plug-ins: x264 ***
    checking for X264... no
    configure: No package 'x264' found
    configure: *** These plugins will not be built: x264
    configure: creating ./config.status

    A check if x264 is available seems to get fullfilled :

    which x264
    /usr/local/bin/x264

    I’m using ubuntu server 12.04 LTS. Any ideas what I have to do to compile this module properly ? Thanks !

  • GStreamer x264enc not found

    5 avril 2017, par Dominik Schreiber

    I installed GStreamer-0.10 and all modules (base, good, bad, ugly, ffmpeg) according to these instructions (browse through by clicking prev/next) :
    http://www.linuxfromscratch.org/blfs/view/svn/multimedia/gst-plugins-ugly.html

    Everything seemed to have worked just fine but when I want to execute my pipeline I got this error :

    glib.GError: no element "x264enc"

    Apparently the module was not installed :

    gst-inspect x264enc
    No such element or plugin 'x264enc'

    After that I installed the codec by executing :

    sudo apt-get install x264

    This did not work either. So I installed the latest build manually :
    http://www.videolan.org/developers/x264.html

    After a successful installation of x264 I ran ./configure on the gstreamer-0.10 ugly modules once again and found out about this :

    configure: *** checking feature: x264 plug-in ***
    configure: *** for plug-ins: x264 ***
    checking for X264... no
    configure: No package 'x264' found
    configure: *** These plugins will not be built: x264
    configure: creating ./config.status

    A check if x264 is available seems to get fullfilled :

    which x264
    /usr/local/bin/x264

    I’m using ubuntu server 12.04 LTS. Any ideas what I have to do to compile this module properly ? Thanks !