Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (20)

  • 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 de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (4947)

  • fftools/ffmpeg_mux : distinguish between sync queue and muxer EOF

    9 février 2023, par Anton Khirnov
    fftools/ffmpeg_mux : distinguish between sync queue and muxer EOF
    

    Individual streams should be terminated in the former case, the whole
    muxing process in the latter.

    Reported-by : Gyan Doshi

    • [DH] fftools/ffmpeg_mux.c
  • vulkan : fix sw_frame_deps counter

    20 novembre 2024, par Lynne
    vulkan : fix sw_frame_deps counter
    

    The code used as a basis was the buffer dependency code, where the
    counter was incremented after each buffer, but for the sw_frame dep
    API, we only support adding individual frames at a time.

    • [DH] libavutil/vulkan.c
  • How to batch auto-generate videos according to audio length

    16 septembre 2020, par yociba

    I have hundreds of folders of Spanish short stories, with each folder having dozens of individual .MP3 files for each dialogue spoken. Along with the .MP3 files, lies in the folder, a JSON file of the format ["folder1-dialogue-1", "folder1-dialogue-2",...].

    


    I want to generate images, each containing the text values of the JSON file, like folder1-dialogue-1 and generate videos combining that image with its corresponding audio (folder1-dialogue-1.mp3), and then merge all the videos in the folder into one - folder1.mp4

    


    How do I go about doing this ?

    


    P.S I'm not straight up asking for code, but just advice as to how I go about doing this.