Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (56)

  • 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

  • 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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (10436)

  • doc/decoders,decoders : add various missing final dots

    21 juin 2013, par Stefano Sabatini
    doc/decoders,decoders : add various missing final dots
    

    Enhance consistency.

    • [DH] doc/decoders.texi
    • [DH] doc/encoders.texi
  • How to mux video and audio without using FFMPEG ?

    20 janvier 2019, par Yekta Sarıoğlu

    I need to mux video(mp4) and audio(wav) into a single MP4 file on the Android platform. I don’t want to use FFMPEG due to its legal issues. I tried to do with MediaMuxer. And I used this solution as an example Muxer Example but I could not succeed and got an error failed to instantiate extractor where you set data source as a string path. I looked up for more answers but wherever I search on the Internet, all I found was FFMPEG based on solutions. I could not find any reliable answers. I hope you guys can help with it. Thanks in advance.

  • specifying output format in ffmpeg

    19 janvier 2013, par JPM

    Writing an audio/video application in C++ and using ffmpeg library to handle file i/o.

    I want the output video to be written as uncompressed. How does one specify the output parameters : codec, file wrapper, frame rate, etc. to ffmpeg ?

    What i have found is av_guess_format which clues off of the output filename extension specified.

    can someone point me to the .h file with the legal extensions ?
    how would I specify the frame rate ? is there a function call or does one just fiddle the entries in the AVOutputFormat structure ?

    Has anyone found a reasonable tutorial or document for ffmpeg ?