Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (104)

  • 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

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

  • Revision 4655 : Faire fonctionner les vidéos sur IE8

    5 janvier 2011, par kent1 — Log

    Faire fonctionner les vidéos sur IE8

  • merge multiple videos and audios with ffmpeg

    16 août 2020, par P. Kod

    I have used the program youtube-dl to download a Youtube playlist, i have chosen to download videos and audios separately, i have now a folder full of videos with their corresponding audios that i wish to merge together with ffmpeg.

    



    I need to do this using a batch script but the problem is that youtube-dl added aleatory letters after the original file's title so the videos doesn't have the same name as their corresponding audio, file names looks like this :

    



    First title in the playlist 5J34JG.mp4
First title in the playlist H3826D.webm
Second title in the playlist 3748JD.mp4
Second title in the playlist 6SHJFZ.webm


    



    How to merge these multiple video/audio files using windows batch script and ffmpeg ?

    



    Edit : I forgot to mention that the .webm files are the audio files and that i have multiple files i can't rename them one by one.

    


  • How to batch concatenate videos with an intro and an ending ? [duplicate]

    19 janvier 2021, par Retro1191

    I have a video intro.mkv and ending,mkv

    


    I wanna concatenate them for each episode (epxx.mkv) that I have

    


    all the videos have the same resolution, etc.

    


    any ide to do it fast ?

    


    P.D : I don't wanna re-encode them.

    


    thanks