Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (43)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (6099)

  • Add subtitles to video using ffmpeg

    21 septembre 2015, par Jaimin Patel

    ffmpeg is asking to compile with minGW to add subtitles to video. I have installed MinGW. I am following this https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo to add subtitles. This filter requires ffmpeg to be compiled with —enable-libass. how can i compile those filters ?

  • how to embed subtitle to a video file without burn (html5)

    26 juin 2015, par haybeye

    i’ve a cdn hosting and there are some video files on it. and i’ve subtitles for videos. as you know, osx or ios doesn’t allow subtitles on fullscreen mode. i’ve found a solution with ffmpeg (burning) but it burns video with hardcode :

    https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo

    is there any other way to do it without hardcode (maybe a media server) ? because i’ve 5 different subtitles for each video file. and can’t do it with hardcode.

    any helps would be great..

    best regards.

  • What's the difference with crf and qp in ffmpeg ?

    12 novembre 2024, par Nova

    I read https://trac.ffmpeg.org/wiki/Encode/H.264 about h264 encoding and discovered qp.

    


    Q1 : What are the differences with crf and qp ?
    
Q2 : Is it better to use qp over crf overall, or is it only if for using qp 0 for best lossless ?
    
Q3 : Does qp have a known sensible setting if it's preferred ? So far, I know crf has the default value of 23 while 18 is a sensible preferred increase in quality, although I don't understand why 18 wouldn't be default if better sensible lossless.
    
Q4 : Would changing either of them cause incompatibility with non-ffmpeg players or just qp ?

    


    I'm converting from webm to mp4.

    


    I was going to test crf 23 and 18 and pick which is best but I can't seem to find any concrete information on this comparison or about qp.