Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (72)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8230)

  • Using custom decoder inside ffmpeg

    14 août 2016, par gsk

    I have a custom decoder developed using HEVC HM software. I want to use this decoder in place of the ffmpeg decoder when using ffmplay. Is it possible to directly integrate my decoder as an executable file (a linux executable) inside the ffmpeg code ?
    Thank you.

  • HTTP Stream (video) recording to a set of files

    14 septembre 2011, par mhambra

    I just thinked that a usage of VLC's livehttp module on a certain project is way too resource hungry, just for recording video stream by 30-minute files. Thereby, what OSS software can be used to record an UDP video stream part-by-part ? Excluding mencoder, since the recorded video should be gap-less.

    Also, if writing own FFmpeg code, what is the best way to tell libavformat/libavcodec to switch file output after certain # of keyframes, using already cached last/next frames ?

  • building a shared library using android studio ( regarding FFMPEG/Libav Fast Fourier Transform)

    1er juin 2017, par Bishop Duperret

    I’m building some software for android and I’m desperately in need of a faster FFT function than I am currently using.

    After researching I found that libav/FFMPEG have really good FFT functions tailored for the ARM architecture.

    1) What is the most straight forward way to build either libraries as a .SO ?
    (There’s so much info out there I’m overwhelmed)

    2) Since I ONLY need access to the FFT, would it be possible to simple build that c class, license permitting ? Last I checked there was some ARM code so that may complicate it.

    Any help is greatly appreciated !