Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (48)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (5550)

  • Running ffmpeg command through python script

    18 février 2015, par user2408159

    I am trying to execute ffmpeg commands in python.
    When the following command was executed from command line in windows cmd it worked :

    C:\FFmpeg\bin\ffmpeg -rtbufsize 100000k -r 65535/2733 -f dshow -i audio="virtual-audio-capturer":video="screen-capture-recorder" output100.avi

    However when I try to run the this command in python in this way :

    cmd='C:\FFmpeg\bin\ffmpeg -rtbufsize 100000k -r 65535/2733 -f dshow -i audio="virtual-audio-capturer":video="screen-capture-recorder" output100.avi'
    subprocess.call(cmd, shell=true)

    it doesn’t work

    I also tried this way

    cmd='C:\FFmpeg\bin\ffmpeg -rtbufsize 100000k -r 65535/2733 -f dshow -i audio="virtual-audio-capturer":video="screen-capture-recorder" output100.avi'
    subprocess.check_call(cmd)

    But it didn’t work as well

    I would like to know what am I doing wrong.I using python 2.76.Thanks.

  • How to add Logo (watermark) to Videos using ffmpeg - Clipbucket script

    27 mai 2017, par Spirog

    How to add Logo (watermark) to Videos using ffmpeg - Clipbucket script

    The files are ffmpeg.class.php and conversion.class.php of the script that does the processing - conversion. where can I add some code to allow this watermark in the videos I upload to my site ?

    https://github.com/arslancb/clipbucket/tree/master/upload/includes/classes/conversion

    Thanks in advance,
    Spiro

  • Fix build script so -nodebug.js doesn't have a terminated comment, de…

    7 juin 2017, par scottschiller
    Fix build script so -nodebug.js doesn’t have a terminated comment, derp. Use same 12 lines as jslint rules have been moved into IIFE.