Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (55)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (8064)

  • Questions about shared objects through multithreading (Feat. FFmpeg)

    24 juillet 2018, par Junburg

    I am now working on the ability to combine cut and cut files every time a user requests a sound recording and a recorded file. Each time a user request comes in, a new thread performs the above process. But FFmpeg can only issue one command at a time, which is a problem.

    Here are some of the reasons I found : Creates a string array for the next command when the thread that is processing the command breaks the finish callback. In the meantime, it seems to be running FFmpeg on another thread. I tried to synchronize the getInstance method of FFmpeg to synchronize, or synchronized to the execute method, but the error was not resolved. How do you handle FFmpeg’s execute ? How do you approach it ?

    If there is anyone you know, I would like to thank you for your encouragement.

    Use open source library : https://github.com/WritingMinds/ffmpeg-android-java

    I can not post the code because of the character limit ...
    The onFinish callback is fired when you run the command to truncate the original mr file. At this time, we also perform a command to cut the voice of the singer. And once again the onFinish callback pops up, the user performs the task of joining the voice singer voice mr. It seems that other threads use FFmpeg between defining the command.

  • avfilter/vf_v360 : fix several problems with 'perspective' output

    4 décembre 2020, par Michael Koch
    avfilter/vf_v360 : fix several problems with 'perspective' output
    

    The image center wasn't preserved, the output image was mirror reversed,
    and rotations were made around wrong axes.
    I did also remove the vector normalization, because it's sure that the vector
    is already normalized if it's calculated from sin() and cos() terms.

    • [DH] libavfilter/vf_v360.c
  • Revision 44900 : si le code d’erreur est supérieur ou égal à 126 c’est en général que le ...

    23 février 2011, par kent1@… — Log

    si le code d’erreur est supérieur ou égal à 126 c’est en général que le fichier n’est pas trouvé ou n’est pas exécutable