Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (71)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (5814)

  • How to extract frames from all videos in a folder using ffmpeg

    11 mai 2023, par Olivier

    I'm currently able to extract images from a file using the following line

    



    ffmpeg -i inputfile.avi -r 1 image-%d.jpeg


    



    However, I want to apply this to all the files in a folder, and place it in an output folder.

    



    Suppose I have the current folder holding all videos :

    



    input-videos/

    



    ----subfolder1/

    



    ------video.avi

    



    ----subfolder2/

    



    ------video.avi

    



    I want everything in the output folder :

    



    output/

    



    ----subfolder1/

    



    ------video/

    



    ----------*.jpeg

    



    ----subfolder2/

    



    ------video/

    



    ----------*.jpeg

    



    What is the simplest way to go about this using a bash script ? (or something else better)

    


  • How to extract frames from all videos in a folder using ffmpeg

    28 janvier 2015, par Olihoops

    I’m currently able to extract images from a file using the following line

    ffmpeg -i inputfile.avi -r 1 image-%d.jpeg

    However, I want to apply this to all the files in a folder, and place it in an output folder.

    Suppose I have the current folder holding all videos :

    input-videos/

    ----subfolder1/

    ------video.avi

    ----subfolder2/

    ------video.avi

    I want everything in the output folder :

    output/

    ----subfolder1/

    ------video/

    ----------*.jpeg

    ----subfolder2/

    ------video/

    ----------*.jpeg

    What is the simplest way to go about this using a bash script ? (or something else better)

  • Handling camera to stream videos live in browser ?

    27 décembre 2016, par A Sahra

    I am working to stream videos live in my browser using PHP codeigniter what are the best suggestion to handle and pass the video to ffmpeg and ffserver as input ,is there a good javascript plugin beside using HTML5 as streamer.