Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (87)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (9057)

  • Corrupted output video from ffmpeg combining few videos

    22 février 2019, par David

    Ran ffmpeg on Windows 10 to concatanate 4 videos in this sequence :
    introduction.mp4 1.mp4 2.mp4 3.mp4
    to create combined.mp4

    1.mp4 2.mp4 and 3.mp4 were created identically by ffmpeg from a longer video

    When playing combined.mp4 the introduction.mp4 part was OK, but after that the video stopped.
    If I jumped forward got green and other color blank screen

    This was the ffmpeg command to concatenate :

    set parm=-probesize 1000 -analyzeduration 100000000 -fpsprobesize 1000
    c:/tools/ffmpeg64/bin/ffmpeg %parm% -loglevel warning -y -strict -2 -f concat -i videoList.txt -c copy combined.mp4

    This was the videoList.txt file :

    file introduction.mp4
    file 1.mp4
    file 2.mp4
    file 3.mp4

    The input files attributes are not the same

    introduction.mp4 1456x1028 25fps 111knps total 175kbps

    1.mp4 1280x720 29.97fpd 1107kbps total 1233kbps

    OUTPUT : combined.mp4 1456x1028 4.11 fps 1456kbps total 151kbps

  • lavfi : remove old graph parser API with different semantics

    5 septembre 2015, par Hendrik Leppkes
    lavfi : remove old graph parser API with different semantics
    

    This API hasn’t been active since the last bump already.

    • [DH] libavfilter/avfilter.h
    • [DH] libavfilter/graphparser.c
    • [DH] libavfilter/version.h
  • avserver : Remove unused loadable module support

    17 juillet 2013, par Martin Storsjö
    avserver : Remove unused loadable module support
    

    There is no record of this ever being used at all, anywhere,
    since the feature was added in 2effd274466.

    This gets rid of extra linker tricks just to support a feature
    that isn’t used, simplifying portability to other platforms.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] avserver.c
    • [DH] configure