Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (37)

  • 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

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8018)

  • Show stream number when warning about stream without start time.

    5 avril 2014, par Carl Eugen Hoyos
    Show stream number when warning about stream without start time.
    
    • [DH] libavformat/utils.c
  • How to alter video to show ticker in java

    7 mars 2014, par Nikita

    I want to alter the video to show ticker
    using java.I have used Xuggler to alter the video added image at the bottom of the video and showing names on that image but want to move that text.i will add the ticker to video & save it.Not able to find a way to show the names moving as marquee tag.Any help will be appreciated.

  • Select Input device in FFMPEG direct show

    1er mars 2014, par M.Yazdian

    I want to select my camera for input video through dshow in FFMPEG.
    I can do it, But I like to do that by use webcam ID not webcam name...!!!

    ffmpeg -f dshow -i video-"A4tech USB Camera" -f flv rtmp://192.168.1.2/live/Camera1

    In the dshow I should set the name of webcam in the video argument, So I need to set the device number to select webcam.

    For example Webcam number 4 instead video="A4tech USB Camera".

    Please advise to do that

    Thanks in advance.