Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (97)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10067)

  • ffmpeg : extracting images from video together with their frame numbers ?

    22 février 2018, par BlenderBender

    I’m extracting images from a (variable framerate) .avi file with

    ffmpeg -i movie.avi -r 25 %05d.png

    (the -roption should be equivalent to the filter -vf='fps=fps=25'), but would now like to know the frame number in the original video stream each generated image corresponds to. Is there an easy way to do that ?

  • Convert video to exactly the same stream type of other video in ffmpeg

    14 avril 2014, par user1750371

    Maybe this is a silly question, didn't manage to find a clear answer anywhere.

    I need to use ffmpeg to convert a given video to exactly the same format another video has, including bitrate, video and audio codecs... everything. The goal is to concat both videos into a single file, independently of the original formats.

    Is there an easy way to do this or do I have to build a complex command line input specifying all parameters ?

    The concat demuxer is not enough... maybe something with filter_complex ?

    Thanks and sorry for the bother.

  • need help to decode encrypted SRT stream

    19 mai 2021, par Rezaul Karim

    I want to decode an encrypted (Passphrase AES 256) MPEG-TS over SRT stream (srt ://x.x.x.x) in Caller mode which is having MPEG1 L2 audio codec but finding it difficult to do with any software as all of the software decoders supports AAC as audio codec. Can anyone help to decode such stream ? restreaming to an RTMP server without encryption will do my work.

    


    I am novice in this area.. please help me out.

    


    NOTE : might be easy for someone who is familiar with ffmpeg.