Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (58)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

Sur d’autres sites (15397)

  • Why can I run this command from the terminal but I get an error when my python runs it from the terminal for me ?

    9 mai 2019, par mu234

    I’m trying to write a python script that basically captures webcam videos from the terminal. When I put the command in a string and use subprocess.call(script, True), I get an error, but when I literally copy/paste the same command to the terminal it works fine.

    This is my python :

    import subprocess
    import os
    if (os.path.isdir("Videos/Webcam/temp") is False):
       dirmake = 'mkdir Videos/Webcam/temp'
       subprocess.call(dirmake, True)
    cmd = 'ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm'
    subprocess.call(cmd, True)

    and this is the error

    `FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm': 'ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm'`

    If I just run ffmpeg -f v4l2 -i /dev/video0 -t 00:00:10 video.webm from the terminal it works fine.

    Originally the video was supposed to go in Videos/Webcam/temp but I took it out to see if the error had something to do with where I was putting the video. I’m using Ubuntu 18.04.2 LTS if that makes a difference.

  • Révision 18651 : lors de la restauration, on utilise sql_insertq_multi

    28 octobre 2011, par cedric -

    Mais si une des donnees echoue, toutes les suivantes de la serie echouent aussi. On verifie donc que le nombre d’enregistrement dans la table est coherent avec le nombre de données insérées. Dans le cas contraire on rejoue l’insertion donnée par donnée pour être sûr que seules les lignes corrompues (...)

  • Ffmpeg run in background and can't be stopped [closed]

    5 septembre 2024, par user27207735

    Why does ffmpeg run these services even when I'm not running anything that uses ffmpeg ? And when I turn those services off, it starts again. Can someone tell me how to stop those services and remove them completely ?

    


    OS : Ubuntu 24.04 LTS

    


    htop image

    


    What I have tried :

    


      

    • kill these processes
    • 


    • check startup for anything related to ffmpeg
    •