Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (105)

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

  • what's the theory of mix audio in the ffmpeg

    6 juin 2017, par from_mars

    when I wanted to mix two file into one, I found the toolkit.when I did
    this after following the command, everything was fine,just like :

    ffmpeg -i 1.wav -i 2.wav -filter_complex amix=inputs=2:duration=longest:dropout_transition=2 out.wav

    but there is something I want to know.

    1. what’s the theory of mix audio in the ffmpeg.

      Do you just calculate the average of the input file ?

    2. what’s the dropout_transiton.

      and I found the reference in the website : dropout_transition
      The transition time, in seconds, for volume renormalization when an input stream ends. The default value is 2 seconds.
      .
      but I don’t know what’s the mean.

      if dropout_transiton=0, what would happened ?

    Thanks !(sorry for my poor english)

  • PHP - Get MP4 location from video URL or Video Embeded [on hold]

    28 décembre 2016, par toufik hidayat

    -2
    down vote
    favorite

    I am trying to fetch FREE video anime from acefile

    I have this link for example : http://acefile.net/embed-r9e9vomk8oc8-650x360.html

    What I want to do is to fetch where the mp4 is located and embed it in one of my website pages.

    I have a Chrome plugin that is able to download MP4 videos just by looking at the source page.

    Is there a way to achieve the same with PHP or Python ? Remember I only need the video location not to download it.

    Thanks all

  • How to post input (Feeds) from camera to ffmpeg (ffserver) for live streaming

    1er janvier 2017, par A Sahra

    I want to stream video live that’s captured via getUserMedia and post it to ffmpeg ffserver as an Input or feed to make it live for other users on my website.

    How would i get the Video as video4linux2 here ?

    $ffmpeg -f video4linux2 -i /dev/video0

    I am getting video via getUserMedia from camera and in BackEnd it’s PHP codeigniter.