Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (52)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5290)

  • ffmpeg or ffprobe extracting realtime

    18 avril 2014, par wxJunkie

    I have TB's of AV and DV files. I want to run a script that will enable me to find the real start time + end time AND the navigation (latitude & longitude) that is embedded in the audio of each of the clips that I have and export the list perhaps to a .txt or .doc list. I use a SMPTE reader now that can read the time that is embedded in the video, so there has to be a script that will pull those certain criteria's out ?

    I have ran several codes in the past that has given me :
    duration : 00:01:23.83 start : 0.0000000, bitrate 28771 kb/s etc.
    I always get 'start : 0.0000000' for each clip and I need the real start time of each clip.

    Is this possible ?

  • Merge remote-tracking branch ’qatar/master’

    23 mars 2014, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master :
    RELEASE_NOTES : mention new filters

    Conflicts :
    doc/RELEASE_NOTES

    Not merged as these things where in past ffmpeg releases already.
    Or at least some of them where, volunteers to checks this and update
    our release notes are welcome

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • ffmpeg Build Output is not showing ?

    1er juillet 2014, par Sandeep Tiwari

    I am working on Ffmpeg last couple of days but unable to get any valuable output.
    After that I follow bellow tutorial :-
    http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/
    According to that tutorial. Once it’s done, you should be able to find a folder
    $NDK/sources/ffmpeg-2.0.1/android, which contains arm/lib and arm/include folders.
    But I am not getting build output in $NDK/sources/ffmpeg-2.0.1/android.
    Please anyone help me.

    thanks.