Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (75)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9042)

  • qsv : Skip the packet if decoding failure

    24 janvier 2018, par Ruiling, Song
    qsv : Skip the packet if decoding failure
    

    MediaSDK may fail to decode some frame, just skip it.
    Otherwise, it will keep decoding the failure packet repeatedly
    without processing any packet afterwards.

    Signed-off-by : Ruiling Song <ruiling.song@intel.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/qsvdec_h2645.c
  • Extract specific frames of youtube video without downloading video

    22 janvier 2023, par Kashish Arora

    I need to extract specific frames of an online video to work on an algorithm but I don't want to download the whole video because that would make it highly inefficient.

    &#xA;

    For starters, I tried working with youtube videos. I can download whole of the video using youtube-dl in this way :

    &#xA;

    ydl_opts = {&#x27;outtmpl&#x27;: r&#x27;OUTPUT_DIRECTORY_HERE&#x27;,}&#xA;with youtube_dl.YoutubeDL(ydl_opts) as ydl:&#xA;    ydl.download([url])&#xA;

    &#xA;

    And then I can capture individual frames.

    &#xA;

    I need to avoid downloading the whole video. After some research, I have found that ffmpeg might help me do this. I found no way to download just the frames so if this is not possible, the second option is that I can download specific portions of the video. One such example in linux is here but I couldn't find any solution for python.

    &#xA;

    What is a good way to download just the frames, or portions of videos (in python) without downloading the entire thing ?

    &#xA;

  • Anomalie #1442 : Formulaire forum : ne pas perdre le message en cours de saisie

    7 juillet 2011, par cedric -

    Il faut refaire le stockage généralisé de formulaire, via localStorage. En attendant on laisse comme ça.