Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (54)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (8283)

  • How to run ffmpeg from command line in android

    9 mars 2013, par user1662334

    I want to use ffmpeg using command line.I have saved ffmpeg.so in files directory in the project.But i am getting exception while doing so.This is the code :

    public class MainActivity extends Activity {

       Process p;

       @Override
       public void onCreate(Bundle savedInstanceState) {
           super.onCreate(savedInstanceState);
           setContentView(R.layout.activity_main);

           Process p = Runtime.getRuntime().exec("/data/data/com.example.ffmpegnew/files/ffmpeg",null, new File("/data/data/com.example.ffmpegnew/files"));

           }
           catch(Exception e)
           {
               System.out.println("exception"+e);
           }

       }

    }

    This is the exception :

    09-16 16:21:24.992: I/System.out(2103): exceptionjava.io.IOException: Error running exec(). Commands: [/data/data/com.example.ffmpegnew/files/ffmpeg] Working Directory: /data/data/com.example.ffmpegnew/files Environment: null

    Please tell me what kind of mistake i am doing.Thanks.

  • Revision e4c52b5eef : remove extra end of line This commit fixes up shared lib builds on linux. Chan

    24 juillet 2012, par Jim Bankoski

    Changed Paths : Modify /vp8/exports_enc remove extra end of line This commit fixes up shared lib builds on linux. Change-Id : Ib109dc5a226dc5d7874d2e5b333466cbfd4f4661

  • Merge "postproc : Added SPLITMV visualization, fix line constrain."

    1er novembre 2010, par Fritz Koenig

    Merge "postproc : Added SPLITMV visualization, fix line constrain."