Advanced search

Medias (0)

Tag: - Tags -/xml-rpc

No media matches your criterion on the site.

Other articles (107)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 September 2013, by

    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;

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 February 2011, by

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

On other websites (10479)

  • modiadecoder using NDK or ffmpeg

    20 November 2016, by raj

    I am writing code to develop android ndk decoder using mediacodec API(I don’t want to use Java).
    I don’t see how to get decoded YUV data and save to file instead of render, could any one point out on this?

    And another one is, want to see where this "AMediaFormat" structure is declared in NDK header file to see the structure contents?

    I am receiving encoded stream, trying to set all the members of the format to decode properly.

    So far my experience with Android mediacodec decoding is terrible... :(

    Thanks in advance..
    Raj

  • ffmpeg, built for android unable to read input with spaces [closed]

    29 April 2013, by Jijo Varghese

    I have been working on an android multimedia application, where i'm using ff-mpeg 0.11.1 (code name: Love). Ff-mpeg 0.11.1 has been built according to the guardian project. This project is working very much fine as a compressor/converter unless i'm inputting a video path name without space in it. Any idea what could be the reason behind this malfunctioning ? Thanks in advance.

  • Inserting ad in a video

    29 November 2018, by zomie

    I am developing an application in which i want to add an ad in between video. eg:Main video is 10min long.I want to add an ad in between that say at 2nd minute.Ad video is 3min long.Video should be paused and ad video should be played along with its audio , also the main video has to be resumed from where it was paused. Can this be solved with ffmpeg?If yes please say how? THANKS in advance