Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (104)

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

  • ffmpeg limit audio sample rate

    8 mars 2019, par Ben Schmidt

    in order to save space on my home NAS I want to convert plenty of different videos to more efficient codes.

    Is there a way to limit the sampling rate to 44 100Hz in order to convert 48 000Hz to 44.1kHz but to keep Videos with 22 050Hz at that sampling rate ?

    The only solution I came up with is to use something like medainfo or "mplayer -vo null -ao null -frames 0 -identify $1 | grep ID_AUDIO_RATE" to get the sampling rate and decide what option to set.

    Is there a smarter, more elegant way ?

    Thanks in advance
    Ben

  • Any working example recording a (e.g. rtsp) stream to a local MP4 file with ffmpeg/libav ?

    15 novembre 2017, par ggs

    I’m looking for a working and not-out-dated script how to record an e.g. rtsp input stream to a local file (mp4) with ffmpeg/libav. If you could point me to one or post one, many thanks in advance. I’m searching for many hours and I haven’t got any experience with this topic.

    A lot of examples, libs, etc. are outdated, but I want to use ffmpeg >= v3.3.

    Any special things I have to consider (when compiling ffmpeg, or when saving local file to iOS device) ?

  • GStreamer vs FFmpeg

    29 septembre 2020, par user1129474

    I try to record a Video with the OpenCV Framework an would like to save that into an Matroska(mkv) Container together with some additional data streams.

    



    First I thought using FFmpeg is the way that.
But while looking into the OpenCV Sourcecode and searching in the web I found GStreamer.

    



    Because the documentation in GStreamer is much better than the FFmpeg documentation I would prefer using this Framework.

    



    In my understanding GStreamer is primarily used for Streaming, but could also rncode and mux video data.

    



    Is there any disadvantage when using GStreamer instead of FFmpeg ?

    



    Thanks in advance
Horst