Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (12)

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

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (3213)

  • How do I convert this ffmpeg command to be used in ffmpy ?

    8 janvier 2017, par user7389159

    I have a gif that I am taking apart frame by frame in order to write text onto it. I used ffmpeg to put the frames (saved as individual .png files) back together and it worked nicely. This is the code I used :

    ffmpeg -f image2 -i newimg%d.png out.gif

    But now I want to use the python wrapper ffmpy. Following the docs, I tried a variety of things but I keep getting syntax errors.

    Here is one instance of my efforts :

    ff = ffmpy(FFmpeg(inputs = {ffmpeg -f image2 -i "newimg%d.png"}, outputs = {"gif_with_text.gif"}))
    ff.run()

    In this attempt, the syntax error points to the "2" in image2. Could someone help me out ? Note - I’m new to python, let alone ffmpeg and ffmpy.

  • I need to take a live video stream from wowza and convert it to a JPEG Push for display in HTML5

    10 septembre 2015, par scott m gardner

    I have a live video feed that currently is served by a Wowza server as an RMTP stream. I need to create an Motion JPEG, or JPEG push stream to HTML5. I have FFMpeg, and have used it to generate individual frames from a video file, but do not know how to put it all together. Or how to package the frames together for transmission to the client.

    I am guessing that I will have to do some coding on the server side to package everything up. I will do this in Java or Scala. And on the client to handle the un packaging and display to the canvas in JavaScript.

  • Merge commit ’5b4eb243bce10a3e8345401a353749e0414c54ca’

    15 juillet 2013, par Michael Niedermayer
    Merge commit ’5b4eb243bce10a3e8345401a353749e0414c54ca’
    

    * commit ’5b4eb243bce10a3e8345401a353749e0414c54ca’ :
    mov : Seek back if overreading an individual atom

    Conflicts :
    libavformat/mov.c
    See : 6093960ae35c8d69c559b5604f683c2ea3f279ca
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c