Advanced search

Medias (1)

Tag: - Tags -/Rennes

Other articles (99)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 September 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

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

On other websites (11851)

  • How do I encode a single image into multiple frames using ffmpeg?

    10 January 2012, by cubabit

    I want to encode a single image for a set number of frames into an mpeg2 movie. i want it in mpeg2 so I can concatenate it later. I have tried:

    ffmpeg -b 800000 -loop_input -i input.jpg -vcodec mpeg2video -vframes 30 output.mpg

    But it seems to end up just one frame long and I'm not sure if it even has the correct codec.

  • j2kdec: Fix memleak, ensure cleanup is called also on error.

    12 January 2012, by Reimar Döffinger

    j2kdec: Fix memleak, ensure cleanup is called also on error.

  • Get Stream and save as jpeg (image) file from IP Camera using ffmpeg

    17 February 2014, by Mustafa Ekici

    How i can get stream from Ip Camera, Its using RTP, stream is MPEG4, i have multicast address and port,and i have ip camera's IP address and Port Number.
    And I cant reach via http forexample (http://ip/jpeg) And I cant reach stream with VLC Player too. forexample (rtp://ipadressofcam:port) and (rtp://multicastaddress:port)
    So What is ffmpeg command of that?
    I have windows OS, I only write code with C# right now.
    But producer created their own ocx which used for viewing cam,that plugin can work on .net but i dont want to use it becouse it doesnt have much funcionality, I mean you cant get current picture or snapshot of cams, thats why i have to do it myself.