Recherche avancée

Médias (91)

Autres articles (50)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (5216)

  • ffmpeg, lampp and phpvideotoolkit sequence ? ubuntu 11.10 desktop

    27 octobre 2011, par Toby

    Hello i am very new to owning a server and all. but im up for it.

    so what i want is ultimately to let a youtube clone cms run on my 'home-server' i know i need ffmpeg, ffmpeg-php lampp and phpvideotoolkit(optional) but what is the most effecient way to installing all these packages ?

    and could you give me the commands for them ? i also heard it is possible to download all these from synaptic package manager ? what packages should i be getting then ? I already tried this 4 times and ended up in screwing up my ubuntu resulting in formatting it 4 times...

    again i am really noob in this but if you could help me that would be so freeking awesome !
    (running ubuntu 11.10 desktop)

  • Create 20 seconds video from 600 png images in FFMPEG

    6 novembre 2016, par Khawaja Muhammad SadeedUllah

    I want to Create a 20 seconds video from 600 png images in FFMPEG.

    The issue is , it creates a 20 seconds video BUT , the 600 frames are about used 10 times and repeats very fast about more than 10 times in 20 seconds.

    I’m using :

    ffmpeg -framerate 30000/1001 -i  

    Please Help ! Thanks in advance

  • ffmpeg Drawtext with timer not working

    8 octobre 2017, par codeul

    ffmpeg Drawtext with timer not working.

    Here’s my CLI code :

    ffmpeg -t 20 -i song.mp3 -i bluebg.jpg   -s "1280*720"  -movflags +faststart    -y vwithaudio.mp4

    ffmpeg -i vwithaudio.mp4 -vf "drawtext=enable='between(t,1,10)':fontsize=30:fontcolor=white:fontfile=pathtoofontfontfile.ttf: text='Test Text'" -acodec copy -y timerdemo.mp4

    No errors displayed at console.

    However, the text would not appear.

    I noticed that in the first command if I use a mp4 instead of bluebg.jpg, it works. So why cannot I use a background image for the first video so that drawtext timer works ?

    Would appreciate help from experts.

    Thanks in advance.