Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (66)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7515)

  • ffmpeg - Access elements of AVCodecContext

    9 avril 2018, par Hamed

    I want to access some members of my AVCodecContext *av_ctx in my program. It is fine when I compile it in 32bit version, But when I change it to 64bit this elements act like they been shifted.

    For example, I want to get av_ctx->coded_width and av_ctx->coded_height (sometimes they are different from av_ctx->width and av_ctx->height) and store them in some variables. Now when I debug this program in 32bit version it’s Ok, but in 64bit version this values are wrong and when I check my structure I can see the next two elements (av_ctx->gop_size and av_ctx->pix_fmt) has the values that I want.

    I checked AVCodecContext declaration on avcodec.h and it (in comments above structure declaration) says :

    Please use AVOptions (av_opt* / av_set/get*()) to access these fields from user applications.

    I think this might be the right way to get these elements but I don’t know what is this AVOptions, I searched it but couldn’t find what is it exactly and how can I use it.

  • h264_redundant_pps : Fix looping over an access unit's units

    20 juin 2019, par Andreas Rheinhardt
    h264_redundant_pps : Fix looping over an access unit's units
    

    When looping over an access unit's units in positive direction and
    deleting some of them, one needs to make sure that a unit that is at
    the position of a unit that just got deleted gets checked, too.

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

    • [DH] libavcodec/h264_redundant_pps_bsf.c
  • Revision 225aafcf9e : Converted assertion to returning error Assertion happens for invalid input data

    15 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c



    Converted assertion to returning error

    Assertion happens for invalid input data, the commit replace the
    assertion with returning error.

    Change-Id : I1b73ae752d64882d984cd23936efe75a757c2b41