Recherche avancée

Médias (91)

Autres articles (32)

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

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (4539)

  • Announcement of a new Translation platform for Piwik translators : Transifex

    21 avril 2015, par Piwik Core Team

    To our dear Translators community,

    Thank you for helping us to translate Piwik into one of the many languages Piwik is available in.

    In this blog post, we are happy to announce a new and better way for you to contribute translations to Piwik.

    From today onwards, all the translations for the Piwik platform, plugins and for the Piwik Mobile app are managed in the public Piwik Transifex project.

    As part of a community request, we decided to switch to a more modern translation tool in order to provide everyone with an easier and better way to contribute to translations. Transifex provides us with a powerful and flexible online translation platform.

    It’s easy to contribute to Piwik translations : sign up to our Transifex project at https://www.transifex.com/projects/p/piwik/ to get started.

    If you have any questions, feel free to come back to us.

    Happy translating !

  • ffmpeg rtsp does not terminate from Python subprocess

    14 mai 2021, par trycatch22

    I am trying to read from a POE streaming camera and write to file. I have it working from the command line with the following command :

    


    ffmpeg -y -i rtsp://admin:admin@192.168.1.200 -acodec copy -vcodec copy out.mp4


    


    When I hit Ctrl+C, it exits with :

    


    Exiting normally, received signal 2.

    


    and I am able to view the saved file.

    


    I need to wrap this in Python. From reading online, it appears that using the subprocess library would be best. This is the bare bones code :

    


    import ffmpeg
from subprocess import Popen
import signal
import time


handle = Popen("ffmpeg -y -i rtsp://admin:ambi1234@192.168.1.200 -acodec copy -vcodec copy out.mp4",shell=True)
time.sleep(5)
handle.kill()
# handle.send_signal(signal.SIGINT) # This doesn't work either


    


    The behavior I see is that after 5s, the script exits, but ffmpeg is still working. No matter how many times I send ctrl+C, it continues. Closing the Terminal stops it, but the file is unplayable.

    


    How do I terminate the process cleanly ?

    


  • Introducing MatomoCamp !

    24 juin 2021, par Ben Erskine — Community

    MatomoCamp is the first online event developed by and for the Matomo community.

    The key purpose of MatomoCamp is to encourage knowledge-sharing, it’s all about helping and learning from each other.

    When is MatomoCamp ?

    MatomoCamp will be held on November the 4th and November the 5th 2021 from 9 A.M. to 5 P.M. CET. 

    What is a Camp ?

    The term “Camp” comes from Barcamp, which is a self-organized informal non-conference. The event takes place online by using only Free software and Open Source technologies.

    Get involved

    The MatomoCamp is designed for people from the community to come on stage to introduce topics or share their expertise about Matomo Analytics.

    If you have something you would like to share or have a speaker in mind, please submit a proposal and get involved.

    Help shape the event

    A team of passionate volunteers are in full swing developing this event. In order to make this event as valuable as possible for the community, we need your help !

    If you would like to help out or have an idea to help shape the overall event, reach out to the organizers and share your ideas.

    More updates on MatomoCamp will follow soon.