Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (86)

  • 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

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

  • How to add watermark text scrollable using ffmpeg vertically from right top to bottom

    22 juillet 2015, par Jeetendra

    Am using ffmpeg to transcode the video with text watermark. Below is my command that I am using but it scrolls the text bottom left to right.

    ffmpeg -i /usr/home/test.mp4 -vf "drawbox=x=iw-42:y=0:w=42:h=ih:color=black@0.5:t=80,drawtext=fontfile=/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:text='Hello World':fontcolor=white@1.0:fontsize=16: y=(mod(2*n\,h+th)-th):x=w-tw-10" -codec:v libx264 -codec:a copy -strict -2 /usr/home/out.mp4

    But I want vertical scrolling top to bottom.

    Can anyone help in this.

    Thanks in advance.

  • lavc/tiff : Enable decoding of LinearRaw images

    29 août 2019, par Nick Renieris
    lavc/tiff : Enable decoding of LinearRaw images
    

    "LinearRaw" is a value that the PhotometricInterpretation tag can be set
    to on DNG images that contain color information for all channels instead
    of being bayer-encoded ("CFA" value).

    The DNG decoder is complete enough that we can enable this now.

    Sample :
    - http://www.rawsamples.ch/raws/nikon/SCANNER_NIKON_LS5000.DNG

    Signed-off-by : Nick Renieris <velocityra@gmail.com>

    • [DH] libavcodec/tiff.c
  • Revision ad484fc6be : Add support for armv7-win32-vs11 The arm assembly files are named .s after conv

    18 mai 2013, par Martin Storsjo

    Changed Paths :
     Add /build/arm-msvs/obj_int_extract.bat


     Modify /build/make/Makefile


     Modify /build/make/configure.sh


     Modify /build/make/gen_msvs_vcxproj.sh


     Modify /configure


     Modify /libs.mk



    Add support for armv7-win32-vs11

    The arm assembly files are named .s after conversion, to reuse
    as much of the existing makefile infrastructure for conversion to
    gas format as possible. Within the generated visual studio project,
    only the converted assembly sources are available, which might not
    be optimal for actually developing it, but is acceptable for
    just building the library.

    Multithreading is disabled since the traditional win32 threading
    functions aren't available on WinRT/Windows Phone 8.

    Building of vpx itself and the examples succeed, while building the
    tests fail due to them using functions not available in the
    windows store/windows phone API subsets - therefore the unit tests
    are disabled.

    This works for building in Visual Studio Express 2012 for Windows
    Phone, while Visual Studio Express 2012 for Windows 8 (for
    "Windows Store" apps) seems to reject the vcxproj files due to
    not supporting "classic style native application or managed
    projects". The built static library should be compatible with that
    platform though.

    Change-Id : Idcd7eca60bfaaaeb09392a9cd7a02e4a670e3b30