Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (89)

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

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

  • 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 (4935)

  • Best way to load in a video and to grab images using c++

    17 octobre 2011, par Seb

    I am looking for a fast way to load in a video file and to create images from them at certain intervals ( every second, every minute, every hour, etc.).

    I tried using DirectShow, but it just ran too slow for me to start the video file and move to a certain location to get data and to save it out to an image. Even if I disabled the reference clock. Tried OpenCV, but it has trouble opening the AVI file unless I know the exact codec information. So if I know a way to get the codec information out from OpenCV I may give it another shot. I tried to use FFMPEG, but I don't have as much control over it as well as I would wish.

    Any advice would be greatly appreciated. This is being developed on a Windows box since it has to be hosted on a Windows box.

  • how to use ffmpeg to android for getting frame of video file in android [closed]

    1er mai 2012, par Ashish Dwivedi

    Possible Duplicate :
    Use FFMPEG on Android

    I am working an project which are used to getting video frame for editing and save as same location of frame.

    I am search a lot but result is , should be use ffmpeg library for getting frame.

    Please give me a simple and steps by steps example

  • how do i store my ffmpeg output inside xammp

    23 avril 2012, par user1045373

    I am using ffmpeg to create thumbnailof video and also to convert it's format.
    I am executing the dos commands via php.The problem is that I is not able to write the output in my project folder inside xammp/htdocs. When I give the output location outside xammp it work's fine.?????

    exec("d:/xampp/htdocs/mob/ffmpeg.exe -i d:/xampp/htdocs/mob/videos/video.mp4 -deinterlace -an -ss 1 -t 00:00:01 -r 1 -y -vcodec mjpeg -f mjpeg d:/1/3.jpg");