Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (67)

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

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

Sur d’autres sites (8273)

  • How do I edit my video files this way using FFMPEG ?

    3 mars 2023, par alex.

    I want to take two video files (normal.mp4, layout.mp4) and edit them in multiple steps like this :

    


      

    1. Take normal.mp4 and reduce the video and audio speed to 50%, and copy it (as slow.mp4 for example)
    2. 


    3. Add fade in and fade out to all three files
    4. 


    5. Combine the files, in the order : normal.mp4, slow.mp4, layout.mp4
    6. 


    7. Output into one video called output.mp4
    8. 


    


    I'd like for this to all be done in one FFMPEG command, but if that's not possible that is fine. I would like to keep the audio bitrate of the slow.mp4 file at 320kbs, while also outputting the final product at 60fps (normal.mp4 and layout.mp4 and 120fps mp4 files)

    


    I tried to edit just one to halve the speed and add fade in/fade out, however I was having issues with errors there.

    


  • Heroku and ffmpeg [closed]

    29 octobre 2020, par Cohen

    I am having trouble getting heroku to work with ffmpeg, I get an opus not loaded error even when I have loaded opus on heroku and in requirements. Music works completely fine on my own pc but won't on online host

    


  • FFMPEG concate two m4wa file android

    12 juin 2017, par Dimpal Singh
    ffmpeg -i concat:/storage/emulated/0/Music/out.mp3|/storage/emulated/0/Music/in.mp3 -acodec copy /storage/emulated/0/Music/out_.mp3

    Thanks in advance. I’m using this command to concate two audio files in android using ffmpeg. but it is going in failure callback.Please help me to get rid from this.