Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (49)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7110)

  • Issue decoding RTP video using FFMPEG [on hold]

    8 décembre 2016, par dev-mbd

    Currently, we cannot decode video sent via RTP. We we’re able to get the input and stream info but we have gotPicture always set to 0 when we decode.

    We are wondering if someone already managed to do the same before and how to do it also correctly.

    FYI, we’re using the FFMPEG wrapper from Github https://github.com/Ruslan-B/FFmpeg.AutoGen and we’re trying to decode the video in c#.

    Thank you in advance for the help !

  • Using Zeranoe FFmpeg build can I remove ID3 tags while converting the files ? [closed]

    16 février 2013, par user2079183

    My system has been infected with Malware though a rootkit and I am converting my files to simpler formats in attempt to remove any malware hiding in them. In terms of my music files, I am looking for a way to batch remove all of the ID3 tags from my music files to insure that any malware is removed from the ID3's. Is there a setting in FFMPEG which removes or does not carry the ID3 tags over to the output file ?

    THanks in advance !

  • Multiple Inputs and Outputs ffmpeg

    8 août 2014, par user3892883

    I have a large number of IP cameras, I can access each through the RTSP protocol.
    I want to use ffmpeg to convert RTSP to MJPEG each camera.

    I used this command :

    ffmpeg -i rtsp://xxxx/h264 http://localhost:8090/INPTU1.ffm -i rtsp://xxxx:554/h264 http://xxx/INPUT2.ffm

    But the command repeat each output with the first input.

    My web application should display each camera in the network.

    Thanks in advance.