Recherche avancée

Médias (91)

Autres articles (39)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • avutil/mathematics : Fix undefined negation in av_compare_ts()

    31 janvier 2021, par Michael Niedermayer
    avutil/mathematics : Fix undefined negation in av_compare_ts()
    

    Fixes : negation of -9223372036854775808 cannot be represented in type 'int64_t' (aka 'long') ; cast to an unsigned type to negate this value to itself
    Fixes : 29437/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-4748510022991872

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

    • [DH] libavutil/mathematics.c
  • How to concatenate all "mkv" files using ffmpeg ?

    25 avril 2020, par Georgi Koemdzhiev

    How can I concatenate all of my files in a folder with mkv extension ? I know that I can specify specific files using that command :

    &#xA;&#xA;

    ffmpeg -i "concat:00019.MTS|00020.MTS|00021.MTS|00022.MTS" output.mp4&#xA;

    &#xA;&#xA;

    but I am not sure how to change it so that it executes the same over a large number of video files. How can I do this ?

    &#xA;

  • Révision 24537 : Refonte du layout : largeur augmentée à 1440px max + responsive.

    19 mars 2020, par cedric@yterium.com

    Pour les navigateurs modernes, layout à base de grille CSS en 2 ou 3 colonnes selon les écrans.
    Breakpoints a 720px/960px/1200px avec variations de font-size sur ces breakpoints
    Pour les vieux navigateurs, c’est toujours 3 colonnes en float, à l’ancienne.
    Suppression de l’option écran étroit/large qui n’a plus d’intérêt.