Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (17)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4602)

  • corrects typo in add function description

    12 juin 2013, par martco
    corrects typo in add function description
  • [iOS][FFmpeg] Which function should I use to extract audio from video ?

    3 octobre 2014, par user3867861

    I want to extract audio from video(mp4) with FFmpeg on iOS.

    I got FFmpeg library for iOS by using this github link and I’m successful to include library in my Xcode project. I saw .h file of FFmpeg, I cant find the function to extract audio from video. I tried hard to find some hints, but I cant at least.
    Which function should I use ?
    Please give me HINT !!

  • avdevice/decklink_dec : do not copy video data

    22 avril 2018, par Marton Balint
    avdevice/decklink_dec : do not copy video data
    

    Create a buffer from the data instead and use the buffer destructor to free the
    DeckLink frame. This avoids a memcpy of the frame data.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavdevice/decklink_dec.cpp