Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (61)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (10914)

  • 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