Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (103)

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

  • 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

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (11653)

  • Allow mov musing if the ac3 parser was disabled.

    9 décembre 2014, par Carl Eugen Hoyos
    Allow mov musing if the ac3 parser was disabled.
    

    This reverts 8091fe30.
    Reported and tested by Takashi, ffmpeg-list dubistmeinheld de

    • [DH] configure
    • [DH] libavformat/movenc.c
  • lavc/qsvdec : Replace current parser with MFXVideoDECODE_DecodeHeader()

    13 août 2019, par Zhong Li
    lavc/qsvdec : Replace current parser with MFXVideoDECODE_DecodeHeader()
    

    Using MSDK parser can improve qsv decoder pass rate in some cases (E.g :
    sps declares a wrong level_idc, smaller than it should be).
    And it is necessary for adding new qsv decoders such as MJPEG and VP9
    since current parser can't provide enough information.
    Actually using MFXVideoDECODE_DecodeHeader() was disscussed at
    https://ffmpeg.org/pipermail/ffmpeg-devel/2015-July/175734.html and merged as commit 1acb19d,
    but was overwritten when merged libav patches (commit : 1f26a23) without any explain.

    Split decode header from decode_init, and call it for everyframe to
    detect format/resoultion change. It can fix some regression issues such
    as hevc 10bits decoding.

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>

    • [DH] libavcodec/qsvdec.c
    • [DH] libavcodec/qsvdec.h
    • [DH] libavcodec/qsvdec_h2645.c
    • [DH] libavcodec/qsvdec_other.c
  • How to rotate only the text in ffmpeg and not the whole video

    15 novembre 2022, par Мохамед Русланович

    am using this command to put text on a video

    &#xA;

    /usr/bin/ffmpeg -i $urlVideo $startFlags &#x27;drawtext=fontfile=$font:text=$text:fontcolor=$color:x=$x: y=$y: fontsize=$size$enable&#x27; $endFlags " . $resultFilePath&#xA;

    &#xA;

    so i added the rotate argument to rotate a text (rotate=0.3). so the result was that the hole file was rotated. how to rotate only the text ?&#xA;thank you.

    &#xA;

    PS:am so new to ffmpeg :3

    &#xA;