Recherche avancée

Médias (91)

Autres articles (67)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (5219)

  • Calling pkill to pause a process with subprocess inside a class in python suspends the python script

    31 mars 2017, par muammar

    I have a class that contains a "blocking method". Inside that method, I am listening to keys to perform some actions. The action in question is pkill. Below I am pasting it :

    def show_control(self, control):
       """docstring for control"""                                                                                                                          
       if control == True:        
           from mkchromecast.getch import getch, pause

           self.controls_msg()    
           try:                  
               while(True):      
                   key = getch()  
                   if(key == 'p'):    
                       if self.videoarg == True:
                           print('Pausing Casting Process...')
                           subprocess.call(['pkill', '-STOP', '-f', 'ffmpeg'])
                       ...

    It turns out that the ffmpeg process is paused, but the python script gets suspended ?. I don’t understand why that is the case. If one creates the same function in a regular script (not inside a class to be clearer) this does not happen. I have tried using multithreading and multiprocessing modules without success. What am I doing wrong ?. Thanks.

  • FFMPEG script to add 1 sec fade in the start and end of every clip

    30 novembre 2020, par BitBit

    I am making a music mix with more than 10 audio files. For this, I am trying to add an audio fade of 1 sec in the start and end of every single audio clip used for my mix when joining those audio clips. Can someone please help me with the ffmpeg program for this ?

    


  • The minifed blueimp Gallery jQuery plugin already includes the base Gallery script.

    16 juillet 2013, par blueimp
    The minifed blueimp Gallery jQuery plugin already includes the base Gallery script.