Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (69)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8645)

  • How to Remove Hard Subtitles in a video file using ffmpeg ? [migrated]

    23 mars 2021, par xinYapeng

    I use the follow code to cover Hard Subtitle, but it is a little effective.

    


    ffmpeg -i in.mp4 -strict -2 -vf delogo=x=x:y=y:w=w:h=h:show=0 out.mp4


    


    The out.mp4 is a little mosaic somewhere.

    


    in.mp4 just has video stream and audio stream, NO subtitle steam.

    


    How to remove subtitle from in.mp4 using ffmpeg ?

    


    Thank you.

    


  • Hard limit the dynamic range of an audio file in ffmpeg

    31 mars 2021, par Max Smith

    I need to adjust the dynamic range of an audio file, so that no part of the audio is louder than, say, -15 dB.

    


    In Audition this filter is called 'hard limiter' and its settings are as follows :enter image description here

    


    How can I achieve the same with ffmpeg ?

    


  • drawtext : fix hard dependency to lavc (timecode).

    28 décembre 2011, par Clément Bœsch

    drawtext : fix hard dependency to lavc (timecode).