Recherche avancée

Médias (91)

Autres articles (71)

  • 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 ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (9234)

  • fish eye dewarping on client application side [on hold]

    30 décembre 2015, par user1235389

    I am working on an android application which need to handle dewarping of Fish eye images from camera.

    I have to use FFMPEG library for decoding and getting the images . Then i need to process the distorted images and dewarp it at client side.

    I am totally new into this . I know we can use OpenCV fisheyeUndistort method

    Can anyone help me :

    1. How to use opencv ( as a jar or a library file in android app )

    2. I am confused about how the flow or component diagram looks like...if i use ffmpeg library, do i need to see it as :

      Camera — fish eye image — scalar — ffmpeg library decoding--- opencv (for dewarp) — application show .

    I dont know the flow ..can you let me know if my understanding is wrong.

  • avfilter/vf_showinfo : add support for Ambient Viewing Environment side data

    13 janvier 2023, par James Almer
    avfilter/vf_showinfo : add support for Ambient Viewing Environment side data
    

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/vf_showinfo.c
  • ffmpeg for browser side ? [on hold]

    18 janvier 2016, par Allan

    I want to be able to use ffmpeg browser side for my web app and have done some research on the Internet and have found this. And there are 2 problems with that ffmpeg.js :

    1. It is much slower than the native ffmpeg
    2. The ffmpeg.js file is too big to be downloaded each time by a user

    I was wondering if anyone has any experience to use any version of ffmpeg browser side like the above but got any faster results please( close to native ffmpeg’s speed).

    Any ideas to make the ffmpeg.js like an extension for chrome or cache it on the browser or any other ways around this using node cluster or anything else please ?! Any ideas would be greatly appreciated !