Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (104)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (7323)

  • avcodec/aac* : Make initializing ff_aac_pow*sf_tab thread-safe

    19 novembre 2020, par Andreas Rheinhardt
    avcodec/aac* : Make initializing ff_aac_pow*sf_tab thread-safe
    

    This table is currently initialized up to three times : Once by the
    encoder and twice by the decoders (once by the fixed and once by the
    floating-point decoder) ; each of these initializations is guarded by an
    AVOnce, yet the fact that there are three of them implies that there
    might be data races (the fact that each entry is only written to once
    (to its final value) when initializing means that this is safe in
    practice, yet it is still undefined behaviour). Fix this by only
    initializing the table from one place that is guarded by a single AVOnce.
    This also avoids unnecessary duplications of the init code.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
  • what are all the operations that FFMPEG uses to convert from yuv420p to rgb bmp ?

    12 avril 2019, par MaikonNascimento

    I am trying to replicate in my own code, not using ffmpeg libraries, the operations that ffmpeg does to convert yuv420p to rgb. Initially I thought it would be inside the function : xyz12Torgb48 in swscale.c but doing some tracing , it looks to be in yuv2rgb.c ff_yuv2rgb_c_init_tables, which I can not quite see it.

  • Errno 2 No such file or directory : 'ffprobe' : 'ffprobe'

    15 janvier 2020, par A. Zanetti

    I have to develop an Alexa Skill that use Pydub for edit mp3 file.

    Pydub requires ffmpeg and so I have add it in requirements.txt but now, when I try to run my skill, it give me "Sorry, I had trouble doing what you asked. Please try again.".

    In CloudWatch the error is : [Errno 2] No such file or directory: 'ffprobe': 'ffprobe' but in requirements.txt there is the ffprobe import.

    NB : In local the code runs successfully without any errors

    Screenshot :
    Error in CloudWatch