Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (80)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (6045)

  • add timestamp using exiv [closed]

    7 avril 2013, par user2052665

    I need help with a problem. I have a video which I have to make a frame for every second of it, for that I use the command : ffmpeg. The resulting images have no timestamp and I need to add.

    First question :
    There is the possibility of the ffmpeg command already taking images with the timestamp of when they were in the movie ?

    Second question :
    If not possible, how to exiv2 (or other tool) I can add that value ?

  • ffmpeg packet data from ts file

    16 avril 2013, par user2285642

    I am kinda new to ffmpeg, but did enough homework before posting this question. I have a ts file. I want to extract individual packets from it(both audio and video). I am able to generate output file using the below command

    ffmpeg.exe -i sample.ts -y -c copy -map p:1 output.h264

    However, this link is the closest to what I m looking for. ( He uses something called tsinfo.exe which is out of my scope).

    So, is there any way in ffmpeg to extract packet data from a ts file ?

    Anyone ?

    Thanks

  • How to change mp3 bitrate in android ?

    12 avril 2013, par Doãn Thiên Sầu

    I have a problem that need your help :

    In my project, I have a mp3 file with 320kps (it's big size). So how can I change its bitrate to lower (about 80kps).
    I know a library to do this, it's ffmpeg. But to use this library very complex in Android.

    My question is " is there another way to change mp3 bitrate that not use ffmpeg in Android ".

    Thank you for your help !