Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (59)

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

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

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

  • Videos converted using FFMPEG do not have video duration information

    6 mars 2016, par Harshad M

    I am using FFMPEG to convert uploaded videos to .flv, after conversion the flv video doesn’t have information about it’s duration. So the user cannot rewind/forward, replay or see a specific part of it. The code is as follows :

    "ffmpeg -i $srcfile_path -s 320x240 -ar 44100 -b 2048k -r 12 $desfilepath" ;
    

    Please help. Thanks in advance.

  • modiadecoder using NDK or ffmpeg

    20 novembre 2016, par raj

    I am writing code to develop android ndk decoder using mediacodec API(I don’t want to use Java).
    I don’t see how to get decoded YUV data and save to file instead of render, could any one point out on this ?

    And another one is, want to see where this "AMediaFormat" structure is declared in NDK header file to see the structure contents ?

    I am receiving encoded stream, trying to set all the members of the format to decode properly.

    So far my experience with Android mediacodec decoding is terrible... :(

    Thanks in advance..
    Raj

  • Accessing webcam raw video using ffmpeg

    30 août 2016, par DeniseT

    I am trying to access the RAW video data from a CCD webcam to eliminate the usual in-camera processing for my science project. However, I do not wish to modify the firmware of my webcam due to the fear of damaging it.

    Is there a way to capture and save the RAW video stream of the webcam using ffmpeg ? I’m still trying my best to learn more abut ffmpeg and coding in general so please don’t be too harsh on me :(

    Thousand of thanks in advance !