Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (102)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (8912)

  • Extract frames from a video file as rgb array

    15 mars 2018, par Milan

    Is there a way that I can extract frame by frame from a video file. I need raw rgb data in my memory so i can calculate positions of objects. I tried doing that using ffmpeg in linux but i had a lot of problems, for example when I use function av_register_all() I get full screen of errors. The tutorial describes pretty much what I need, but it’s out of date and I cant compile it with new version of ffmpeg. Can someone help me with some advice on how to update/edit this code or different method of compiling.

  • Extract frames from a video file as rgb array

    21 mai 2012, par Milan

    Is there a way that I can extract frame by frame from a video file. I need raw rgb data in my memory so i can calculate positions of objects. I tried doing that using ffmpeg in linux but i had a lot of problems, for example when I use function av_register_all() I get full screen of errors. The tutorial describes pretty much what I need, but it's out of date and I cant compile it with new version of ffmpeg. Can someone help me with some advice on how to update/edit this code or different method of compiling.

  • How do I find the pixel format of an image given the raw data ?

    29 décembre 2016, par Gokul NC

    I have a raw file which is definitely a picture..
    (Here it is)
    (It is actually a payload that’s loaded by a SoC when it’s booted, to display logo of manufacturer)

    How do I recognize what pixel format it is, so I can change/edit the picture ??

    I don’t know the resolution of the picture.. (might be 720x1280px)
    (Also, the first 512bytes maybe the file header, so maybe that’s supposed to be skipped)

    Is there any way I can detect/recognize the format using some tools like ffmpeg ?
    Or how can I do it manually ?