Recherche avancée

Médias (91)

Autres articles (111)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • fftools/ffprobe : stop calling exit_program()

    14 juillet 2023, par Anton Khirnov
    fftools/ffprobe : stop calling exit_program()
    

    Inline the relevant part of ffprobe_cleanup() into main() and drop the
    rest.

    • [DH] fftools/ffprobe.c
  • ffhash : Change size to an int

    24 septembre 2013, par Alex Smith
    ffhash : Change size to an int
    

    This fixes compilation with MSVC and ICL, and makes ffhash consistent
    with how the rest of the codebase uses read().

    Reviewed-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tools/ffhash.c
  • dts out of order issue while clipping from m3u8 file

    23 juillet 2019, par xtrmcdr

    Ran this command to clip from m3u8 based on start time in seconds and clip duration :

    ffmpeg -i master.m3u8 -loglevel info -bsf:a aac_adtstoasc -vcodec copy -a codec copy -ss 240 -t 60 clip.mp4

    Because of DTS out of order error, I am unable to clip the required video segment.Output from the command. :

    //reads initial ts files

    [mpegts @ 0x207ab80] DTS 136803 &lt; 10924791 out of order
    [hls,applehttp @ 0x20603c0] DTS 136803 &lt; 10924791 out of order
    //after this, command continues reading rest of the ts files and "dts out of order" issue is printed multiple times.