Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (18)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • How to convert mp4 to single .m3u8 file without .ts files using FFmpeg

    1er juin 2021, par svetotehnik

    Trying to convert mp4 to m3u8 without ts files using FFmpeg, and it works, but result is small output.m3u8 and number of .ts files. Is it possible to include all .ts in output file ? On platformcraft I can find big files flename.m3u8 with "vnd.apple.mpegurl" container. My be there is way to encapsulate all .ts files inside it

    


  • Revision 686b99741c : Removing vp9_invtrans.{c, h} files. Moving single function from vp9_invtrans.c

    18 juin 2013, par Dmitry Kovalev

    Changed Paths :
     Delete /vp9/common/vp9_invtrans.c


     Delete /vp9/common/vp9_invtrans.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodeintra.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/vp9_common.mk



    Removing vp9_invtrans.c, h files.

    Moving single function from vp9_invtrans.c to vp9_encodemb.c.

    Change-Id : I26bf6bb90de342a3036c0dbfba78a7dd75a61fe7

  • FFMPEG : Two processes with a single action

    12 mars 2021, par RewossKy

    I want to complete the command with 2 different source files in one operation, is that possible ?

    


    my codes :

    


    ffmpeg  -i 1.mp4  -i 1.png  -filter_complex "[1:v]format=argb,geq=r='r(X,Y)':a='0.2*alpha(X,Y)'[zork];    [0:v][zork]overlay"  -vcodec libx264 myresult.mp4
ffmpeg  -y -i myresult.mp4  -i 2.png  -filter_complex "[1:v]format=argb,geq=r='r(X,Y)':a='0.3*alpha(X,Y)'[zork];    [0:v][zork]overlay"  -vcodec libx264 1.mp4