Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (33)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • avformat_write_header fails with error "invalid argument

    22 novembre 2015, par kopalvich

    I’m trying to write a chunk of a mp4 file to a .ts file, which does not yet exist.
    So first I create AVFormatContext this way :

    AVOutputFormat *oformat = av_guess_format( NULL,
                                              "mpegts",
                                              "video/x-mpegts" );
    AVFormatContext * outFormatContext = NULL;
    avformat_alloc_output_context2( &outFormatContext, oformat, NULL, dst_file)

    outFormatContext is created and outFormatContext->oformat is set to oformat. Then I open I/O context on outFormatContext :

    avio_open(&outFormatContext->pb, dst_file, AVIO_FLAG_WRITE)
    avformat_write_header( outFormatContext, NULL );

    according to this this is enough for avformat_write_header to work but it fails with error "invalid argument".

    What else needs to be done to successfully write the header ?

  • avcodec/mpegvideo : Use "goto fail" for all error paths in ff_mpv_common_frame_size_ch...

    7 septembre 2014, par Michael Niedermayer
    avcodec/mpegvideo : Use "goto fail" for all error paths in ff_mpv_common_frame_size_change()
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegvideo.c
  • Revision d7e4bed308 : Merge "Fix compiling error in vp9_idct.h"

    30 septembre 2014, par Jingning Han

    Merge "Fix compiling error in vp9_idct.h"