Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (14083)

  • What is audio fade in or fade out ?

    13 septembre 2015, par Sumit Gupta

    What is audio fade in or fade out ? My requirement is, I have a video of length 2 minutes and audio in the video is 5 minutes. As soon as video running time completes, my audio closes abruptly. I want a something like whenever video is about to end, my audio volume should be lower so that it does not look like closing abruptly.

    Please suggest...

  • Text recognition from each frame of long Video Stream [closed]

    19 mars 2020, par Shashikant Sharma

    I am a naive android app developer who comes from reactJS background and it’s my First project in android. I have a requirement to develop an android app that needs to capture all of time intervals at which a particular text appears in the video stream. Actually I am not able to find the approach in order to proceed for the app development. I know it sounds stupid to post such a question on such portal but I am not asking for any source code or link to GitHub repo.
    (NOTE : Video stream would be 30min+ log and Text that needs to be recognized would appear at a fixed position in the video).

  • Capture raw video using v4l2 encode with mpeg-2 codec and stream mpeg2-ts to socket

    8 octobre 2013, par Dennis Jansky

    Sorry for the inconvenience, but I am a newbie to ffmpeg. I am trying to take raw video from a camera, encode using mpeg-2 and transport using MPEG2-TS. This seems relatively easily until I add the requirement that this all be done using sockets. I have looked at the documentation, for ffmpeg, and I am able to retrieve the video, encode and stream to a file. However, I would like to remove the file and send the data straight down a socket. Does anyone know if this can be done ? Again, I am sorry if this is a newb question :-

    Thanks,
    Dennis