Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (68)

  • 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

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

  • avcodec/mpegvideo : Change mpeg2 unquant to work with higher precission qscale

    17 septembre 2015, par Michael Niedermayer
    avcodec/mpegvideo : Change mpeg2 unquant to work with higher precission qscale
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/mpegvideo_init_mips.c
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/x86/mpegvideo.c
  • Feeding multiple sample rates to the same buffer source : ffmpeg filters

    30 juillet 2020, par samofoz

    I have a remote source of PCM audio samples which keeps changing the sample rate. It sometimes supplies 16Khz and the later 48Khz depending upon the bandwidth. I would like to convert them to FLTP through a filter, before feeding to an audio decoder. When I do that I get the error "Changing audio frame properties on the fly is not supported. [Invalid argument]".

    &#xA;

    Can someone please suggest a way this can be done ?

    &#xA;

    Is it possible to create a filter graph with multiple buffer sources but only one sink ?

    &#xA;

  • lavf/subviewerdec : Support higher sub-second precision.

    20 mars 2020, par Carl Eugen Hoyos
    lavf/subviewerdec : Support higher sub-second precision.
    

    Fixes ticket #8575.

    • [DH] libavformat/subviewerdec.c