Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (39)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7152)

  • checkasm : Test whether the native FFmpeg timers work

    14 décembre 2023, par Martin Storsjö
    checkasm : Test whether the native FFmpeg timers work
    

    On some platforms (in particular, ARM/AArch64), the implementation
    of AV_READ_TIME() may use a privileged instruction - in such
    cases, benchmarking just fails with a SIGILL.

    Instead of crashing, try executing AV_READ_TIME() once within
    a region with the signal handler active, to allow gracefully
    informing the user about the issue.

    This matches the dav1d checkasm commit
    95a192549a448b70d9542e840c4e34b60d09b093.

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

    • [DH] tests/checkasm/checkasm.c
  • x86 : videodsp : Add parentheses to expression to work around warning

    17 mars 2016, par Diego Biurrun
    x86 : videodsp : Add parentheses to expression to work around warning
    

    libavcodec/x86/videodsp.asm:128 : warning : signed dword value exceeds bounds

    • [DBH] libavcodec/x86/videodsp.asm
  • Revision c3ae212e80 : Modified vpxdec loop to work like vpxenc. This is required for the frame-based

    7 juin 2013, par Scott LaVarnway

    Changed Paths :
     Modify /vp8/vp8_dx_iface.c


     Modify /vpxdec.c



    Modified vpxdec loop

    to work like vpxenc. This is required for the frame-based
    multithreading.

    Change-Id : I338ae9c7d52b0541f3536cc033d6b89f00866e74