Recherche avancée

Médias (91)

Autres articles (85)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (6950)

  • segafilm : Remove deplanarization hack

    23 juin 2015, par Paul B Mahol
    segafilm : Remove deplanarization hack
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavformat/segafilm.c
    • [DH] libavformat/version.h
  • How can I manage the download of m3u8 file by ffmpeg ?

    2 mai 2021, par erfan

    How can I manage the download of m3u8 file by ffmpeg ?

    &#xA;

    ffmpeg -i "url" -c copy -y "video.mp4"&#xA;

    &#xA;

    How can I manage the download request ?

    &#xA;

    For example, stop downloading

    &#xA;

    Download reload

    &#xA;

    Download from the stopped value onwards

    &#xA;

    And many other things that can be done for management

    &#xA;

  • Is there any fast methods to download blob video other than ffmpeg ?

    4 juillet 2021, par InVinCiblezz

    I knew we can use

    &#xA;

    ffmpeg -i &#x27;xxxxx.m3u8&#x27; xxx.mp4&#xA;

    &#xA;

    to download and format the video.&#xA;But it seems pretty slow.&#xA;Is there any fast method ?&#xA;Thanks a lot !

    &#xA;