Recherche avancée

Médias (91)

Autres articles (16)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (3486)

  • Alternate 2 videos with ffmpeg

    2 juin 2012, par enzo.rivello

    Here is the problem :

    i got 2 videos, and 3 intervals ;
    i need to create one video by mixing this 2 videos switching video A to B at interval 1, B to A at interval 2 and again A to B at interval 3.

    Switching needs to be done along the audio files .

    Right now the only solution i came up was to cut the 2 videos and then chain them in the right order, but i was asking if there's a more elegant way to do this !

    Thank you everyone in advance !

  • How to add text to video with ffmpeg without vhook ?

    15 juillet 2013, par motto

    I think question is simple enough. How to add text with ffmpeg vhook is deprecated and i couldn't find any easier solution.

    Using ubuntu and installed latest ffmpeg version.

  • Unexpected behavior while creating video from images via ffmpeg, duration of first image is too less

    8 juin 2012, par motto

    I am trying to create a video from 10 images with these command :

    "ffmpeg -r 0.15 -qscale 2 -i /var/www/44693/%0d.jpg /var/www/44693/output11.mp4"

    Everything is ok but i noticed that first image is changing quicker comparing to others. You can check video from here

    Currently i decided to add first image twice in the sequence but i will be glad if there is any better solution. Thanks.

    P.S -> you can try to save as file in that link.