Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (103)

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

  • MP4 Videos are playing only after fully loaded on Jwplayer

    25 octobre 2014, par Hamza Iqbal

    Hi recently I am converted some videos to MP4 using FFMpeg but When I am trying to stream this video files, player needs to load a file completely, until it starts to play, I am trying to find a way to make it start play a file right from the start and keep on loading as well.
    I am using this FFMpeg command for conversion :

    ffmpeg -i input.mp4 -vcodec libx264 -vpre default -crf 28 -ac 1 -ar 44100 -b 284k -ab 70k -r 15 -s 640x360 output.mp4 2>&1
  • Bulk trim multiple videos all to the same specified length [closed]

    20 janvier 2024, par Retsied

    I'm looking for a way to bulk trim multiple (100+) videos of varying length all to the same specified length. Anyone have any ideas ? I've looked into ffmpeg, has anyone accomplished this ?

    


  • Hi, I am struggling with batch converting a whole files of videos to a new frame rate using ffmpeg ?

    31 octobre 2023, par Josie

    I am using this to convert videos. I would like to be able to convert more than video at once in a natch conversion. I am currently using the below code to do one video, but I am struggling to adjust it to make it so it can do more than one at once. Does anyone know how ?

    


    ffmpeg -i “filename.mp4” –vf "fps=5,scale=640:360" “fileconverted.mp4”