Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (111)

  • 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

  • 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 (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (7871)

  • Change devenv.com command line.

    22 juillet 2010, par Tom Finegan

    Change devenv.com command line.

  • lavc/rawdec : Use 16-byte line alignment for AV_PIX_FMT_MONOWHITE

    25 janvier 2016, par Mats Peterson
    lavc/rawdec : Use 16-byte line alignment for AV_PIX_FMT_MONOWHITE
    

    The line alignment for 1 bpp raw AV_PIX_FMT_MONOWHITE video (currently
    used for AVI) was previously 4 bytes, which generated alignment warning
    messages, not only for odd-width files. The alignment is now 16 bytes.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/rawdec.c
  • Converting an entire directory using ffmpeg via Powershell command line ? [closed]

    29 septembre 2022, par That Guy

    I need to convert all files within a folder and its subfolders from .avi to .mp4 using ffmpeg via command line in Powershell. Essentially, create a copy of the file with the new extension and deleting the old file, with all files still remaining in their original subfolders.

    &#xA;