Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (37)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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

Sur d’autres sites (5916)

  • converting Rtsp stream to .wav and parallel y to bytes while stream is running

    17 février 2016, par suresh

    Thanks in advance ,I am converting rtsp live stream to .wav file using ffmpeg.Its converting good but i want to convert .wav file to byte stream parallely at the time of converting rtsp to .wav file

  • Decode to multiple wavs using ffmpeg ?

    15 mars 2012, par get8p

    Heythere, good man.
    My goal is to decode an ac3 from avi to multiple wavs - each for each channel, using ffmpeg, please, help me with that.

    Now, using

    ffmpeg.exe -i teh.avi -c:a copy teh.ac3 teh.wav

    Would decode it to a sinle wav, and typing teh.wavs won't help...
    I know it can be done with other tools, but I want to know how it's achievable with ffmpeg. Thank in advance.

  • variable video bitrate calculator [closed]

    8 mars 2013, par Meraman

    I am thinking to calculate bitrate of video every second.

    I am thinking if I know size of encoded frames, I can calculate bitrate. If suppose video is 24 fps, then calculating size of these 24 frames will give me size in bits per second, if I am not wrong.

    How can I accomplish this using libraries like FFmpeg and Java.

    Thanks in advance