Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (57)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (8141)

  • avcodec/h264_mp4toannexb_bsf : fix missing PS before IDR frames

    19 mai 2023, par Zhao Zhili
    avcodec/h264_mp4toannexb_bsf : fix missing PS before IDR frames
    

    If there is a single group of SPS/PPS before an IDR frame, but no
    SPS/PPS after that, we will miss the chance to reset
    idr_sps_seen/idr_pps_seen. No SPS/PPS are inserted afterwards.

    This patch saves in-band SPS/PPS and insert them before IDR frames
    when necessary.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/h264_mp4toannexb_bsf.c
    • [DH] tests/fate/h264.mak
  • configure : Make MSVC version grabbing more robust

    13 juin, par Martin Storsjö
    configure : Make MSVC version grabbing more robust
    

    When running plain "cl", to get the MSVC version, it prints the
    version header on stderr, while the usage instructions are printed
    on stdout. Usually, the version on stderr gets flushed first,
    so "head -n1" gets the line it expects, but some times (in particular
    when running MSVC wrapped in wine), it can get the usage line
    first.

    Redirect stdout to /dev/null, so we only grab the version among
    the lines printed to stderr. This should make the version number
    grabbing more robust.

    At least all relevant versions of MSVC seem to print this specifically
    to stderr, not stdout (so we don't risk to miss it) ; checked down
    to MSVC 2010.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure
  • How To Convert MP4 Video File into FLV Format Using FFMPEG

    23 septembre 2015, par nipul_tech

    i have to Convert MP4 Video File into FLV Format Using FFMPEG which i received from different mobile device. i found most of the stuff to convert flv video into mp4 and all.

    can any body help me out to convert mp4 format into flv using FFMPEG. i am using windows 7 64bit machine.