Recherche avancée

Médias (91)

Autres articles (46)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • Certain FFmpeg dll files don't seem to be installed or a are missing

    10 septembre 2023, par Señor Tonto

    I got the installation form the BtnB github repo linked in the official ffmpeg website, the shared version. On aunch my app calls for these .dll files which don't seem to be present in my installation. Though I can find .def files with their names for some reason, just not the .dll files. The names are : avcodec-60.dll, avutil-58.dll, avformat-60.dll & swscale-7.dll I wonder why these files aren't included in the folder I got. Maybe a faulty installation ? Here's where I got my FFmpeg installation : https://github.com/BtbN/FFmpeg-Builds/releases Also,
I've got no idea why the .dlls aren't installed. spmething must've gone wrong.

    


  • How can i add cover image on mp3 file using ffmpeg ?

    30 juillet 2012, par user1562502

    I'm trying to convert audio file to mp3 and I want to add cover image into mp3 file.
    I tried this :

    ffmpeg.exe -i "input audio file" -i image.png out.mp3

    When conversion completes there is no cover image into mp3.
    I tried and this which is from the official documentation of ffmpeg. The result is the same mp3 file without cover image.

    ffmpeg -i input.mp3 -i cover.png -c copy -metadata:s:v title="Album cover"-metadata:s:v comment="Cover (Front)" out.mp3

    Thank you in advance !

  • vc2enc : decrease default strictness level

    15 juin 2017, par Rostislav Pehlivanov
    vc2enc : decrease default strictness level
    

    Given how incredibly limited the official specifications are (limiting all use
    to only the most common broadcasting formats), permit all supported inputs
    by default. This makes the encoder more useful.

    • [DH] libavcodec/vc2enc.c