Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (54)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (6880)

  • src/flac/utils.c : Make sure get_console_width() returns value > 0.

    8 juillet 2014, par Erik de Castro Lopo
    src/flac/utils.c : Make sure get_console_width() returns value > 0.
    

    Previous version of get_console_width() may return 0 which will result in
    a division by 0 in stats_print_name() :

    console_width = get_console_width() ;
    len = strlen_console(name)+2 ;
    console_chars_left = console_width - (len % console_width) ;

    Bug-report : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739613
    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/utils.c
  • vf_fps : use double constants for default/min/max for start_time

    27 août 2013, par Hendrik Leppkes
    vf_fps : use double constants for default/min/max for start_time
    

    When using AV_NOPTS_VALUE (which expands to INT64_C(0x8000000000000000))
    as union initializer for a double field, the c99 converter needs to
    interpret this constant when filling the union initializer, and it is
    interpreted as a positive value.

    When converting AV_NOPTS_VALUE to a double, MSVC 2010 ends up with
    the same positive value as the c99 converter, while MSVC 2012 gets
    a negative value.

    This results in an infite loop in various FATE tests on MSVC 2012.

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

    • [DBH] libavfilter/vf_fps.c
  • JSHint : Convert Gruntfile single to double quotes

    23 janvier 2014, par nschonni
    JSHint : Convert Gruntfile single to double quotes