Recherche avancée

Médias (91)

Autres articles (40)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

Sur d’autres sites (6300)

  • Revision 4eb8c56587 : Merge "Allocate memory using appropriate expected alignment in unit tests."

    22 juin 2013, par Ronald S. Bultje

    Merge "Allocate memory using appropriate expected alignment in unit tests."

  • av1 : Add codec_id and basic demuxing support

    24 juillet 2016, par Luca Barbato
    av1 : Add codec_id and basic demuxing support
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavformat/matroska.c
    • [DBH] libavformat/riff.c
  • Concatenation of files using ffmpeg does not work as I expected. Why ?

    19 décembre 2018, par Peter Olson

    I execute the following command line

    ffmpeg.exe
       -i C:\Beema\video-source\DO_U_BEEMA176x144short.avi
       -i C:\Beema\video-source\DO_U_BEEMA176x144short.avi
       -i C:\Beema\temp\9016730-51056331-stitcheds.avi  
       -i C:\Beema\video-source\GOTTA_BEEMA176x144short.avi
       -y -ac 1 -r 24 -b 25K
       C:\Beema\video-out\9a062fb6-d448-48fe-b006-a85d51adf8a1.mpg

    The output file in video-out ends up having a single copy of DO_U_BEEMA. I do not understand why ffmpeg is not concatenating.

    Any help is dramatically appreciated,