Recherche avancée

Médias (91)

Autres articles (102)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (8016)

  • How to configure —enable-libfreetype for FFMPEG on Windows 10 ?

    14 août 2021, par Lakshay

    I want to customize/remove timestamp from my FFMPEG recording.

    


    I understand that I need to use the flag :filter-v or -vf in my command.

    


    On googling, it seems that I need to use the flag —enable-libfreetype, but the command
ffmpeg --enable-libfreetype ... or ffmpeg -enable-libfreetype ...

    


    returns this error

    


    Unrecognized option '-enable-libfreetype'.
Error splitting the argument list: Option not found 


    


    Some answers on SO suggest to "compile" with the option —enable-libfreetype.

    


    How to "compile" the libfreetype option ? I am using Windows 10.

    


    I tried finding online for a solution but couldn't find anything.

    


  • ffmpeg generate m3u8 and segments manually

    1er août 2017, par Darshan Bhandari

    We are developing an application where the m3u8 file should be generated on the fly for a given mp4 video. Can someone please let us know how can we generate the mp4 file on the fly with the exact duration as the segmenter. In our case ffmpeg segmenter is created variable length segments and are of decimal size. For eg :
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:7
    #EXT-X-PLAYLIST-TYPE:VOD

    #EXTINF:5.005,
    test.mp4.ts?start=0.000&end=5.005
    #EXTINF:6.715,
    test.mp4.ts?start=5.005&end=11.720
    #EXTINF:6.548,

    Can someone help us to create such m3u8 file without creating any segments. We will manually create the segments on request.

    Also when we create the segments manually there is a small stuttering (flicker) when the video goes to the next segment. When I read it online, it says it might be due to continuity counter. Can someone please help us fix that too

    Thanks.

  • ffmpeg generate m3u8 and segments manually

    26 juin 2015, par Darshan Bhandari

    We are developing an application where the m3u8 file should be generated on the fly for a given mp4 video. Can someone please let us know how can we generate the mp4 file on the fly with the exact duration as the segmenter. In our case ffmpeg segmenter is created variable length segments and are of decimal size. For eg :
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:7
    #EXT-X-PLAYLIST-TYPE:VOD

    #EXTINF:5.005,
    test.mp4.ts?start=0.000&end=5.005
    #EXTINF:6.715,
    test.mp4.ts?start=5.005&end=11.720
    #EXTINF:6.548,

    Can someone help us to create such m3u8 file without creating any segments. We will manually create the segments on request.

    Also when we create the segments manually there is a small stuttering (flicker) when the video goes to the next segment. When I read it online, it says it might be due to continuity counter. Can someone please help us fix that too

    Thanks.