Recherche avancée

Médias (91)

Autres articles (104)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (9811)

  • How to create a gif with ffmpeg ?

    6 décembre 2020, par serge

    Good evening ,

    


    could you tell me please if there available to create a gif image from video ( mp4 ) file with duration 20-30 min ?
Just need gif image no larger than 15mb and if possible take pictures from all duration of video ?

    


    Thanks a lot

    


  • Convert video to mp3 audio using ffmpeg

    24 mai 2021, par Abdull Rahman Adnan

    I am developing an app for Android that converts video to mp3 audio using ffmpeg.
Found too many commands to convert.
The problem is that all commands work slowly on long videos.
That is 40 minutes in length.

    



    What I want is commands that converts video to mp3 quickly.

    


  • Estimate file size of FFmpeg output

    2 octobre 2022, par Tommaso

    For example, running the command

    


    ffmpeg -i input.mp4 -crf 22 output.mp4


    


    will output a file smaller than the original by lowering the default (23) Constant Rate Factor (CRF), how do i quickly get the size of this file without actually creating it ?