Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (30)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • FFMPEG : Decode only portion of a frame

    17 avril 2019, par SAMPro

    I am using libav libraries to decode video and process frames in order to do some image processing. However I have limited resource to decode frames and no hardware acceleration at all. So decoding is the critical section in my project (regarding speed).

    Because only some section of frame is needed to processed, I’m wondering is it possible to decode only a region of interest (a rectangle) and the rest of the frame is not decoded ? And does this make the decoding faster ?

    Edit :
    I have decoding H.264 codec.

  • Crop part of video with ffmpeg ? [on hold]

    28 mars 2019, par Reckless Velociraptor

    I have a huge video and only few timing where I need to crop it.

    Is there any way to crop only certain timeline and leave the rest untouched ?

  • Get duration of encrypted video file

    22 mars 2019, par Grant Jamieson

    When using the commands :

    ffmpeg -i filename 2>&1 | grep Duration
    ffprobe filename -show_format -hide_banner

    The duration and bit rate appears as N/A but the rest of the format is correct, I believe this is because the file is encrypted using Lynk. I am wondering if there is away around this issue to get the duration even with the file being encrypted ?

    And this is program related as I use this command in a php script.

    Thanks

    Here is the log

    Here is the log