Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (21)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (4684)

  • Download video with image overlay using flutter_ffmpeg

    27 juillet 2024, par Shiv Sharma

    In my app i have a one video playing on screen, and on top of video I have placed one image. I want to save this video together with overlay image. So how to download using flutter_ffmpeg with flutter code ?

    


    I have tried using flutter_ffmpeg but no idea how to video download with image overlay.

    


    If anyone has ever try this issue before, request you to please help me.

    


  • Download video with image using flutter_ffmpeg

    26 juillet 2024, par Shiv Sharma

    In my app i have a one video play on screen and on video one image. i want to save this video with image. so how to download using flutter_ffmpeg in flutter ?

    


    I have try using flutter_ffmpeg but no idea how to video download with image.
If anyone has ever try this issue before, request you to please help me.

    


  • Download HLS (m3u8) file with all audio, video tracks and subtitles [closed]

    24 juillet 2024, par Eric Nebe

    It is pretty easy to download a m3u8 file and convert it to mp4 format with Ffmpeg tool, but is there a way to download the complete HLS content with all audio & video tracks as well as subtitles and store it in a single file ?

    


    I've been researching days for that information but couldn't find anything, all articles are aimed to show how to download a single audio and video track to a mp4/ts files

    


    Thank you everyone in advance

    


    I tried and managed to download the m3u8 file into mp4/ts only :

    


    ffmpeg -y -loglevel verbose -i "http://exampleurl.com/file.m3u8" -c copy -f mpegts output.mp4