Recherche avancée

Médias (0)

Mot : - Tags -/gis

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9535)

  • Extract all keyframe frome a video and inject them back [on hold]

    7 octobre 2019, par viewv

    Is there any way to extract all keyframe from a video then edit them or just do small changes even not change at all, and later inject them back to the video without changing other parts of the video ? I want to keep the video format so I can still play it although the predict-frame or other thing is not right.

  • avcodec/roqvideodec : Move transient GetByteContext to the stack

    30 août 2020, par Andreas Rheinhardt
    avcodec/roqvideodec : Move transient GetByteContext to the stack
    

    This avoids keeping potentially dangling pointers in the context,
    beautifies the code (by replacing "&ri->gb" by gb for every access to
    the GetByteContext) and also highlights the GetByteContext's short-lived
    nature better.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/roqvideo.h
    • [DH] libavcodec/roqvideodec.c
  • Ffmpeg fails to encode mp2.mxf "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?"

    1er novembre 2018, par livio

    I have a lot of audio file Op1 Atom From Avid Interplay.
    They are Mxf with codec mpeg1 layer2. ffprobe show MP2
    This is the link :
    https://drive.google.com/open?id=1XB_marJHwHDbK-KJfLcPj6ryQjyIwjo0
    when I try to convert it ffmpeg convert only first 16 minuts and then goes wrong with : "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?" This for all file.
    Only potplayer (that use ffmpeg) can play it in whole duration, 2h
    I need encode the whole audio stream
    Any help is appreciated