Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (100)

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

  • Mix Audio tracks with offset in SOX

    4 août 2012, par Laramie

    From ASP.Net, I am using FFMPEG to convert flv files on a Flash Media Server to wavs that I need to mix into a single MP3 file. I originally attempted this entirely with FFMPEG but eventually gave up on the mixing step because I don't believe it it possible to combine audio only tracks into a single result file. I would love to be wrong.

    I am now using FFMPEG to access the FLV files and extract the audio track to wav so that SOX can mix them. The problem is that I must offset one of the audio tracks by a few seconds so that they are synchronized. Each file is one half of a conversation between a student and a teacher. For example teacher.wav might need to begin 3.3 seconds after student.wav. I can only figure out how to mix the files with SOX where both tracks begin at the same time.

    My best attempt at this point is :

    ffmpeg -y -i rtmp://server/appName/instance/student.flv -ac 1 student.wav
    ffmpeg -y -i rtmp://server/appName/instance/teacher.flv -ac 1 teacher.wav

    sox -m student.wav teacher.wav combined.mp3 splice 3.3

    These tools (FFMEG/SoX) were chosen based on my best research, but are not required. Any working solution would allow an ASP.Net service to input the two FMS flvs and create a combined MP3 using open-source or free tools.

    EDIT :
    I was able to offset the files using the delay switch in SOX.

    sox -M student.wav teacher.wav combined.mp3 delay 2.8

    I'm leaving the question open in case someone has a better approach than the combined FFMPEG/SOX solution.

  • mkv : Flush the old cluster before writing a new one

    18 août 2013, par Luca Barbato
    mkv : Flush the old cluster before writing a new one
    

    This simplifies keeping track of cluster boundaries for e.g.
    livestreaming of WebM.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavformat/matroskaenc.c
  • Merge commit ’db03cb37fd9650b4a7c752d24a2e84ff27508ee8’

    21 août 2013, par Michael Niedermayer
    Merge commit ’db03cb37fd9650b4a7c752d24a2e84ff27508ee8’
    

    * commit ’db03cb37fd9650b4a7c752d24a2e84ff27508ee8’ :
    movenc : Allow chapter track in default MODE_MP4

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/movenc.c