Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

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

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

  • how to re-encode a movie to an encoding codec of another one with ffmpeg

    28 mai 2020, par gota

    Let's say I have 2 movies (movie1.mp4 and movie2.mp4), How can I use ffmpeg to reencode movie1.mp4 exactly with the same video codec, same bitrate, same audio codec as found in movie2.mp4 ?

    



    In other words, such that the output of ffprobe movie1.mp4 matches that of movie2.mp4 ?

    



    Why do I want this ? because I'm having problems concatenating both movies.

    


  • How to increase the contrast of old TV shows using ffmpeg ?

    14 septembre 2022, par Turgut Kalfaoglu

    I have some old movies and their contrast levels appear low - the pictures are very soft. How can I increase the contrast of these movies using ffmpeg ?
I tried

    


    ffmpeg -vf "pp=al" -crf 24 -c:a aac -b:a 48k -ac 1 -movflags +faststart


    


    but the movie is still very washed out.

    


  • Solution to convert FLV to MP4 from streaming server [on hold]

    10 avril 2015, par user3799647

    I am looking for solution to convert FLV video file from streaming server like Vidzer, to HTML5 friendly format like mp4. I have small website with movies and I want to watch movies on my phone which support MP4.

    Is there any way to do that ? I have dedicated server, I don’t want to save files on server and convert, but convert on the fly using cURL, PHP and ffmpeg.