Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (58)

  • 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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5745)

  • FFmpeg on Android

    26 décembre 2016, par Jag

    I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg.

    1. Do you have steps / procedures / code / example on integrating FFmpeg on Android / StageFright ?

    2. Can you please guide me on how can I use this library for multimedia playback ?

    3. I have a requirement where I have already audio and video transport streams, which I need to feed to FFmpeg and get it decoded / rendered. How can I do this on Android, since IOMX APIs are OMX based and cannot plug-in FFmpeg here ?

    4. Also I could not find documentation on the FFmpeg APIs which need to be used for playback.

  • Covert video file .mod to .mp4 not working with jplayer [closed]

    5 mars 2013, par AbhijitPandya

    I have one .MOD file and i want to play it using jPlayer.
    So i have converted it to mp4 using ffmpeg command as bellow

    ffmpeg -i D :\Images\MOV001.MOD -target dvd D :\Images\MOV0011.mp4

    When i play this video in windows media player it works fine.But when i try to play it using jplayer only sound comes but video doesn't display.

    Please guide me how can i play .MOD file with jplayer.....

  • "Unknown Encoder 'libx264'" error while using FFMPEG

    9 juillet 2018, par newuser

    I have followed the guide given here @ traq.ffmpeg. And everything goes smoothly. But when I try to run a command with FFMPEG to convert something to h.264, I get the error :

    Unknown Encoder ’libx264’

    I’m using Ubuntu 16.04 LTS.