Recherche avancée

Médias (91)

Autres articles (79)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • 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

Sur d’autres sites (5958)

  • FFmpeg seeking frames from piped FLV video

    4 juin 2014, par StrangerG

    I’m trying to seek to specific frame from a FLV file which is passed though a pipe using the FFmpeg function "av_seek_frame".

    The flag I used is AVSEEK_FLAG_FRAME|AVSEEK_FLAG_BACKWARD. It worked fine when the FLV video is read from file instead of the pipe. But when it comes to the pipe input mode, av_seek_frame returned -38 no matter what position I tried to seek.

    However, there is no problem for MP4 video through a pipe. Anybody have an idea about this ?
    How to seek in a FLV video from pipes ?

  • I want to merge some images at start and end of video to generate new video

    5 juin 2014, par user1462994

    I am working on small project where i need to merge some images at start and end of existing video.
    At start of video i need to merge one image and at the end of video there will be multiple images merged.
    After merging the video the output file will be the video file having those images embeded as video.

  • FFMPEG Video Conversion Status

    4 juin 2014, par KRA

    There are many posts about ffmpeg video conversion but found very less about progress status when converting larger videos. Please let me know if there are some sample codes that will help me to go ahead.