Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (71)

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

  • Evolution #3659 (Nouveau) : Reconnaissance des .ics et .vcf

    21 janvier 2016, par Jean-Noël Mathonnet

    Bonjour,

    Actuellement (SPIP 3.0.X), les fichiers uploadés .ics et .vcf sont automatiquement zippés.

    Selon RealET il semblerait qu’ils ne soient pas reconnus par SPIP :
    http://archives.rezo.net/archives/spip-dev.mbox/YNORUEZPDXIJDOV45JTHD4352HBO5OTN/

    Il m’a demandé de faire un ticket ici à ce sujet.

  • What containers support pcm_s16le audio for ffmpeg ?

    24 mars 2020, par ENunn

    I’m trying to get this file working in Vegas, it’s a 4:2:2 mov file that I rendered with avisynth+/ffmpeg. I don’t want the audio sounding like crap so my audio codec is set to pcm_s16le.

    I sometimes edit these in Vegas Pro, however I’m trying to import them and I’m having so many problems. MOV has a green video, AVI is datamoshed garbage, MKV you can’t even edit in Vegas Pro (even with the MKV reader enabled). I know a "fix" for the green video, and that’s converting to 4:2:0, but I cannot stand the trailing of reds when I do it directly in Avisynth or ffmpeg. I know my final output is going to be 4:2:0 regardless but rendering it in Vegas doesn’t have those trailing reds.

    What other containers support pcm_s16le ? I’m trying to convert to as many containers as I can in ffmpeg and dial down what works best for me.

  • libavutil : add mastering display metadata sidedata

    17 janvier 2016, par Neil Birkbeck
    libavutil : add mastering display metadata sidedata
    

    Adding mastering display metadata struct to avutil. The mastering display metadata contains information
    about the mastering display color volume (SMPTE 2086:2014).

    This info comes from HEVC in the SEI_TYPE_MASTERING_DISPLAY_INFO and is soon to be included in MKV :
    https://mailarchive.ietf.org/arch/search/?email_list=cellar&gbt=1&index=sZyfPTM-QY69P-0omfOIiTN622o
    so it is similar to SEI FPA / stereo_mode in MKV and as such this patch follows how AVStereo3D is implemented.

    I’ll add support to HEVC in a follow-up (and MKV when spec is approved).

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/Makefile
    • [DH] libavutil/frame.h
    • [DH] libavutil/mastering_display_metadata.c
    • [DH] libavutil/mastering_display_metadata.h
    • [DH] libavutil/version.h