Recherche avancée

Médias (91)

Autres articles (72)

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

  • VB.NET Redirect frames from ffmpeg to picturebox

    18 février 2015, par Zed Machine

    i need to do a vb form to show frames from a video.
    i need only a trackbar to seek for specific timecode.

    ffmpeg with this command "-ss %seconds%" can seek for the current value of the trackbar, that it’s the frame to seek in the specified timecode .

    these are my questions :

    1. how can i redirect ffmpeg output frame into a picture box (ffmpeg can encode in bmp if needed) without writing it to the harddrive ?

    2. there are function to convert easily seconds to HH:MM:SS.000 or i have to use division and mod ?

    3. there is a better way to do it ?

    thank to everyone.

  • How to extract audio from MPEG-4 file using ffmpeg

    13 février 2015, par SteveS

    How can we extract audio from video file (MPEG-4 format) ?

    What is convenient form of storing the extracted audio data for further analysis ? (edit : In other words : is it better to use PCM format or something like WAV if I want to get audio sound level ?)

    From other questions about this topic I learned that ffmpeg is a right tool to do this.

  • Merge commit ’70d246d5cc3d214da11f711d997d8cbd8c3a23d1’

    29 janvier 2015, par Michael Niedermayer
    Merge commit ’70d246d5cc3d214da11f711d997d8cbd8c3a23d1’
    

    * commit ’70d246d5cc3d214da11f711d997d8cbd8c3a23d1’ :
    flacenc : initialize sums matrix

    Conflicts :
    libavcodec/flacenc.c

    No change, the table does not exist in FFmpeg in this form anymore

    Merged-by : Michael Niedermayer <michaelni@gmx.at>