Recherche avancée

Médias (91)

Autres articles (63)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (13728)

  • How to set header metadata to encoded video ?

    11 juin 2013, par Jona

    I'm encoding some images into an h264 video inside an mp4 container. I'm essentially using the ffmpeg example muxing.c. The thing is I'm trying to set some metadata in the mp4 container such as artist, title, etc...

    I thought using the following would work but it didn't :

    AVDictionary *opts = NULL;
    av_dict_set(&opts, "title", "Super Lucky Dude", 0);
    av_dict_set(&opts, "author", "Jacky Chan", 0);
    av_dict_set(&opts, "album", "Chinese Movie", 0);
    av_dict_set(&opts, "year", "05/10/2013", 0);
    av_dict_set(&opts, "comment", "This video was created using example app.", 0);
    av_dict_set(&opts, "genre", "Action", 0);

    // Write the stream header, if any.
    ret = avformat_write_header(oc, &opts);

    After the whole video is created I don't see any metadata written to the video file. Any pointers how to actually do this properly ?

  • extracting frames using FFMPEG ?

    29 février 2016, par Natasha Hoherchak

    I’m trying to write code to extract 16 frames from a video file using ffmpeg (or openCV - open to suggestions) and python but I’m having a lot of trouble figuring out how to get started.
    Can I use ffmpeg command lines directly in python ? If so, are there commands to get the length of the clip and frame rate ? How can I pull frames at equal intervals ?

    Any help would be appreciated ! Thank you !

  • Anomalie #2114 (Nouveau) : sauvegarde sql du site

    3 juin 2011, par Ben .

    ecrire/ ?exec=sauvegarder Warning : sqlite_query() [function.sqlite-query] : no such table : spip_meta in ecrire/req/sqlite_generique.php on line 1943 Warning : Cannot modify header information - headers already sent by (output started at ecrire/req/sqlite_generique.php:1943) in (...)