Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (83)

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

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

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

    18 février 2011, par

    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.

Sur d’autres sites (11488)

  • Android - Save image and video to mp4 [duplicate]

    8 avril 2017, par Brooks

    This question is an exact duplicate of :

    I have a surfaceview which my video is played on, I also draw shapes on top of that view/canvas. I want to save/export the canvas and mediaplayer as one mp4 file.

    According to this FFMPEG works I will be able to create a mp4 file from images. But in my case I draw to canvas, I can save the canvas as jpg, but I still sit with the problem of how to export/save mp4 and jpg together as one mp4 file.

    This link say that I can get the coordinates the image and ’merge’ image and mp4 together with ffmpeg.

    I have been struggling with this for some time, can anyone please point me in the right direction ?

    Thank you in advance.

  • Révision 21299 : lorsque blocfrag dispose d’attributs data-loading-callback et data-loaded-callba...

    11 avril 2014, par cedric -

    (ajout de points d’entree, aucun changement fonctionnel par defaut)

  • permission denied. ffmpeg tries to process a file located in /data/data/

    30 octobre 2015, par user2326258

    I have such an APP that the users sends a video from the multimedia message(add a video in the message and then the video is copied to /data/data/somewhere). If the user press the video in the file, the message activity passes the video’s uri to another activity which processes the video with ffmpeg.

    I got the video’s file descriptor(fd) by :

    ContentResolver resolver = context.getContentResolver();
    fd = resolver.openAssetFileDescriptor(uri, "r");

    and pass fd.getFileDescriptor()to ffmpeg.
    However I got permission denied such that ffmpeg cannot open the file.

    Is there anyway to fix that ?

    Thanks a lot.