Recherche avancée

Médias (91)

Autres articles (57)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

Sur d’autres sites (14340)

  • ffmpeg equivalent for sox -t ima

    14 décembre 2022, par LucasM

    I am trying to use ffmpeg to combine 1 audio file (ADPCM) and 1 video file (h264) into single mp4. Video by file conversion works fine but ffmpeg chokes on guessing audio input. I can't figure out how to tell ffmpeg which params to use to decode raw audio file.

    


    Currently I first run sox to convert raw audio to wav :

    


    sox -t ima -r 8000 audio.raw audio.wav


    


    ... then feed audio.wav from sox as ffmpeg input

    


    ffmpeg -i video.raw -i audio.wav movie.mp4


    


    I am trying to avoid sox step and use audio.raw in ffmpeg.

    


    Thank you

    


  • FFmpeg resize equivalent to css' object-fit : cover

    10 octobre 2022, par Saylent

    I need to convert a lot of videos that are in 16:9 ratio to 9:16 and that it needs to cover the entire 9:16 ratio without changing its aspect ratio. The effect I want to achieve is similar to css' object-fit:cover style kinda like below
enter image description here

    


    how do I achieve this result ?

    


  • Is there a faststart equivalent for MP3 files ?

    18 mars 2021, par Kerans

    I plan to serve MP3 files on the web using an audio element. I heard that when serving video files, it's best to encode with the faststart flag. Is there an equivalent for MP3 files ? Sorry if it's a stupid question, I'm a beginner and want to make sure I use the optimal settings because my files are often large (5 MB). Thank you !