Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (66)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (6926)

  • mpeg12dec : Extract CC user data into frame side data

    26 novembre 2013, par John Stebbins
    mpeg12dec : Extract CC user data into frame side data
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/mpeg12dec.c
    • [DBH] libavutil/frame.h
    • [DBH] libavutil/version.h
  • Extract audio file using mencoder

    7 février 2015, par ywat

    I have a mp4 file and I want to extract the audio. (preferably in flac format.)

    I can do it with ffmpeg command :

    $ ffmpeg -i infilename.mp4 -acodec flac outfilename.flac

    Unfortunately, my Ubuntu 14.04 does not have ffmpeg command, and have mencoder command instead.

    My question is how can I extract audio from movie files with mencoder command ?

  • How to extract an audio file from an mp4 using libavcodec ?

    3 février 2015, par Sarah Mica

    I’m trying to convert an mp4 to a wav file to ultimately use pocketsphinx to convert the audio to a string that I can work with.

    But right now I’m stuck on how to use libavcodec to extract the audio from the video file ? Does anyone know how to do this ? I looked at the documentation in the example folder of libavcodec. It has a few example files for filtering_audio and filtering_video but they are really confusing and hard to follow. Little to no documentation. I think I want the filtering_video but it seems like its working with the image frames, but what I want is the audio. Please someone help ! (I’m working in C)

    Thanks