Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (9399)

  • lavd/pulse_audio_enc : more stream validation restrictive

    27 octobre 2013, par Lukasz Marek
    lavd/pulse_audio_enc : more stream validation restrictive
    

    So far pulse device picked up first audio stream and ignored others.
    It is required to provide exactly one audio stream now.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>

    • [DH] libavdevice/pulse_audio_enc.c
  • Anomalie #3988 (En cours) : meta cache_signature trop restrictive

    4 septembre 2017, par b b
  • ffmpeg batch retains old filetype in name

    3 juin 2018, par InsertDisplayNameHere

    I’m using the following ffmpeg script to convert all .mp4 files in the folder to .webm.

    for %%A IN (*.mp4) DO ffmpeg -i "%%A" -c:v libvpx -crf 4 -b:v 3M -c:a libvorbis "%%A.webm"

    I am trying to make it go from "xxx.mp4" to "xxx.webm"

    However when I run the script the file name goes from "xxx.mp4" to "xxx.mp4.webm"

    Any suggestions are highly appreciated.