Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (49)

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

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

Sur d’autres sites (6556)

  • Appending audio files with different channel counts using sox

    23 juillet 2013, par bir433

    I've been trying to prepend an audio mp3 file to a recorded mp3. The recorded mp3 is mono channel (having 1 channel as I made it record). I want the user of my app to select any audio file say mp3 and prepend that to my recorded file. The selected file can be multichannel but the recorded file is 1 channel. Is this possible using any tool.
    I tried using sox with the following command

    sox input1.mp3 input2.mp3 output.mp3

    but this gives error that the input files must have same number of channels. Thanks for the help.

  • Processing video using ffmpeg and saving the output to MongoDB

    10 juillet 2013, par kheya

    I have user uploaded video saved in a folder (can be in any of 5/6 formats)
    I have 2 needs.

    • Extract 3 frame images (that I will show to user for possible thumbnail
    • Convert the video to one or more other formats (flv + WebM)

    I am planning to use FFMPEG command line tool.

    How do I write the output from FFMPEG to MongoDB gridFS ?

    Is it even possible or I have to write the files to folder first & then save to gridFS ?

    Thanks

  • video encoder with GPU acc on OS X [on hold]

    6 juillet 2013, par Fisher Wei

    I googled, it seems opencl/cuda is not available in ffmpeg and handbrake.

    So, is there one tool can convert a video to h.264 or vp8 by GPU acc on OS X(linux can be accepted also) ?

    Thanks.