Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (111)

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

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

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

  • ffmpeg - reduce the definition of my files ?

    8 avril 2018, par antoinerzad1

    Hello can you help me I would like to reduce the definition of the file
    thank you in advance
    ffmpeg -re -i "file1" -re -i "file2" -filter_complex hstack -f flv "output"

  • Batch or Bulk Combining jpg with audio files ?

    2 octobre 2014, par John Maker

    I want to combine batch jpg with audio files ?
    example : I have a folder with 100 .jpg files & 100 .mp3 files in it.
    if 1st jpg file is dog.jpg then corresponding audio file is dog.mp3,
    2nd file is cat.jpg then there will be a audio file in same folder naming cat.mp3

    okay now coming to point. i want to Batch combine jpg with audio to produce video file like dog.mp4 , cat.mp4 etc. as i have described in the example. could anybody suggest me a better method ??
    can i use ffmpeg ?? then what is command ?

    For (1 image + 1 audio file = 1 video) case i know the answer its here : ffmpeg : 1 image + 1 audio file = 1 video

    I have a windows system with ffmpeg installed.
    thank you in advance for answer.

  • How do I use ffmpeg to bulk scale videos of different sizes to the same size (some potentially with black bar padding) ?

    9 décembre 2020, par Tumbleweed53

    I have a bunch of videos I want to stitch together. I want to scale them all to the same size, maintaining aspect ratio (thus adding black bar padding if necessary). Some videos will be downscaled, but most upscaled.

    


    Does anyone have a clever ffmpeg scale formula to accomplish this ? My alternative is to iterate through every video and calculate the scale formula based on its size, but I'd prefer not to do that if I don't have to.