Recherche avancée

Médias (91)

Autres articles (98)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6610)

  • Anomalie #2679 (Nouveau) : Médiathèque image à zéro

    27 avril 2012, par denis -

    Lors d’une mise à jour, les images présentes ne sont pas listées comme "images" mais comme "autres"

  • How to use ffmpeg for video to image and vice-versa conversion ? [closed]

    29 avril 2012, par RAZER

    How can I use ffmpeg functions to decode video to images and then again encode the images to video ?

    Can I write a program for this instead of using CLI ?

    Ideally I would like to use ffmpeg dll and reference required functions from my c# application.

  • How to specify unordered image list ?

    29 mai 2016, par Jona

    I’m trying to figure out how to specify a specific list of images to be converted into a video. I do know that we can do something like :

    ffmpeg -i image_04%d.png

    That would pick all the images from the folder that match the sequence. However in my case the image files are no necessarily in the order as its name implies. The reason is that the order is kept on a database and the file names are essentially the database row id.

    How could I specify the correct input sequence ? I’m essentially calling ffmpeg from code and not from the command line. So any changes ideas to the code are also welcomed.

    Thanks !