Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (35)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (8454)

  • ffmpeg : fix order between field order autodetection and override

    19 juillet 2021, par Jan Ekström
    ffmpeg : fix order between field order autodetection and override
    

    Having the override before autodetection meant that the overridden
    value got overwritten by the autodetected result each time,
    effectively disabling the ability to utilize the `-top` option
    for override purposes.

    Somehow I missed this in fbb44bc51a647862eb05ae3f9d7d49a0be9bed57 ,
    even though the lines were within the context. Probably the code
    originally being after this logic had something to do with it,
    but previously it only touched the avformat context's codecpar,
    which did not affect the encoder codec context whatsoever.

    Fixes #9320
    Fixes #9339

    • [DH] fftools/ffmpeg.c
  • avformat/mxfdec : change toolkit_version metadata field to toolkit_version_num

    20 février 2021, par Marton Balint
    avformat/mxfdec : change toolkit_version metadata field to toolkit_version_num
    

    It only got added recently, and the new name makes it consistent with
    product_version_num in the next patch.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c
    • [DH] tests/ref/fate/matroska-mastering-display-metadata
    • [DH] tests/ref/fate/mxf-d10-user-comments
    • [DH] tests/ref/fate/mxf-probe-applehdr10
    • [DH] tests/ref/fate/mxf-probe-dnxhd
  • ffmpeg : move field order decision making to encoder initialization

    20 septembre 2020, par Jan Ekström
    ffmpeg : move field order decision making to encoder initialization
    

    We now have the possibility of getting AVFrames here, and we should
    not touch the muxer's codecpar after writing the header.

    Results of FATE tests change as the MXF and Matroska muxers actually
    write down the field/frame coding type of a stream in their
    respective headers. Before this change, these values in codecpar
    would only be set after the muxer was initialized. Now, the
    information is also available for encoder and muxer initialization.

    • [DH] fftools/ffmpeg.c
    • [DH] tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10
    • [DH] tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10
    • [DH] tests/ref/fate/rgb24-mkv
    • [DH] tests/ref/lavf/mxf_d10