Recherche avancée

Médias (91)

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (10764)

  • ffmpeg command line tool remove all metadata information after converting a file codec

    28 septembre 2012, par Jaswinder

    I am converting abc.flac file to abc.mp3 using ffmpeg command line tool. But when abc.mp3 is created all metadata information get clear like artist name , album name etc. all field get empty.
    i am using this command
    ffmpeg -i "abc.flac" -acodec mp3 -ab 256 "abc.mp3"

    this give me abc.mp3 i also try -map_metadata tag but it is not working
    Have you any idea about this
    Thanks in advance.

  • ffmpeg streaming rtsp with parameters in the uri (url)

    11 mars 2015, par PGKLIC

    I attempt to stream a rtsp source and publish it through rtmp. But in my source url, there are several parameters :

    ffmpeg -i rtsp://ip/user=admin&password=admin&channel=1&stream=0.sdp -f flv rtmp://local/live/cam1

    how to set ffmpeg accepting such url with parameters, thank you in advance.

  • Creating a video from set of images Android

    18 mai 2014, par Nuriel Aventador Taran

    I am working on an app for android that creates video file from a video at start and then set of images, and saves it.
    Is there any way to accomplish that ?

    I tried JCodec and it has broken libraries, untrusted code on the web and lack of knowledge about this library.

    I tried FFMpeg and it is unsupported enough on android and involves working with NDK.

    I tried to create an animation with AnimationDrawable and save this animation as a video, but I can’t find a way to save animation as video except using the feature of KITKAT 4.4, but it requires connecting to a computer and having a root.

    Is there any other solutions or a trusted and explained way to do this using the ways above ?

    Thank in advance