Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (67)

  • 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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (8468)

  • How to crop and scale correctly with FFMPEG ?

    16 juin 2020, par Rivera A. Pablo

    I'm trying to remove the TOP AND BOTTOM black bars of a video.

    



    Image sample from video
image

    



    What i'm trying to achieve

    



    image

    



    The video itself is 1280x720 16:9, but the portion that's image information is at 4:3 since it's been captured from a VHS. I want to somehow stretch it until the top bars disappear without deforming the image. I don't care about the left and right bars.

    



    I tried using crop and scale with no luck.

    



    By using this code the top and bottom black bars disappeared on VLC when on normal screen but when going Full Screen the bars appeared again.

    



    ffmpeg -i test.avi -filter:v "crop=1280:670" output_video.mp4


    



    I thought it had something to do with the Scale of the video but honestly every scale code I tried to use deformed the image a lot.

    



    I hope someone can help me, fairly new to FFMPEG but really enjoying it this far.

    


  • Store image specific metadata in video

    5 mai 2021, par VocoJax

    I'd like to store XMP data in my PNG images and then compress my images using a lossless compression codec in a video for long-term storage.

    


    Is this possible ? Is per-image metadata discarded when compressing into a video ?

    


    For context, I need a pythonic solution utilizing FFMPEG to do the video compression. I'm aware that OPENCV discards VIDEO metadata. Further, I care not for VIDEO metadata, only per image metadata. Additionally, the type of metadata I'm storing is in reference to the timestamp of the frame, the camera it was taken on, and maybe even some information regarding on-prem AI detecting like bounding box of an object in frame or something like that.

    


    My current approach is just to use OPENCV to get the frames and then record the time into a fat array. Once my video file gets to a specific size or frame count, I'll just prepend the json array of timestamps to the video file along with a 32-bit integer regarding how long the array is. This solution will definitely work, but, it's a hassle to record the timestamps in memory, plus write custom scripts to load my video again (parsing the timestamps off the front of it beforehand).

    


    Who's got the magic solution ? Could I use the approach I'm currently using except attach the frame timestamps to the VIDEO metadata instead ?

    


  • libxvid : Make codec use the init-cleanup flag and mark it as init-thread-safe

    7 avril 2015, par Vittorio Giovara
    libxvid : Make codec use the init-cleanup flag and mark it as init-thread-safe
    

    This takes care of memory leaks on init error.

    • [DBH] libavcodec/libxvid.c