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)

  • avcodec/hevc_filter : copy_CTB() only within width&height

    21 juillet 2022, par Michael Niedermayer
    avcodec/hevc_filter : copy_CTB() only within width&height
    

    Fixes : out of array access
    Fixes : 49271/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-5424984922652672

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/hevc_filter.c
  • How to make ffmpeg select custom input stream width and height

    3 juin 2015, par Dionis L

    ffmpeg provides the -map option so you can select a program or a stream depending of the quality of streams. But it is useful if you already know what program corresponds to a desired width.

    If I do not know what program or stream number has the width 640 and height 360, how can I tell ffmpeg to select the program or stream that has the 640x360 because it default select the best stream.

  • avformat/smacker : check width/height in probe

    12 novembre 2013, par Michael Niedermayer
    avformat/smacker : check width/height in probe
    

    Fixes probetest failure

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

    • [DH] libavformat/smacker.c