Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (24)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

Sur d’autres sites (3744)

  • FFmpeg android execute

    17 septembre 2019, par Eftekhari

    On windows I could cut a video with below code with ffmpeg.exe

    Can’t use ffmpeg in android.
    I used gradle to grab ffmpeg in my app.

    dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.github.hiteshsondhi88.libffmpeg:FFmpegAndroid:0.2.5'
    }

    I have these lines in my method

    VideoIn = getInternalDirectoryPath() + "/Download/Ab.mp4";
    VideoOut = getInternalDirectoryPath() + "/Download/Ab1.mp4";

    try {
    ffmpeg.execute("ffmpeg -i " + VideoIn + " -ss 00:00:03 -c:v libx264 -crf 17 -t 00:00:5 " + VideoOut + " -y",null);
    }
    catch (FFmpegCommandAlreadyRunningException e) {
    e.printStackTrace();
    }

    Shows this error : Error running exec(). Command : [/data/data/com.videoeditor.myname.myapp/files/ffmpeg, ffmpeg, -i, /storage/emulated/0/Download/Ab.mp4, -ss, 00:00:03, -c:v, libx264, -crf, 17, -t, 00:00:5, /storage/emulated/0/Download/Ab1.mp4, -y] Working Directory : null Environment : null

    What’s wrong with this method ? Thanks for your help

  • FFmpeg android execute

    19 mai 2015, par Majid Poureftekhari

    On windows I could cut a video with below code with ffmpeg.exe

    Can’t use ffmpeg in android.
    I used gradle to grab ffmpeg in my app.

    dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.github.hiteshsondhi88.libffmpeg:FFmpegAndroid:0.2.5'
    }

    I have these lines in my method

    VideoIn = getInternalDirectoryPath() + "/Download/Ab.mp4";
    VideoOut = getInternalDirectoryPath() + "/Download/Ab1.mp4";

    try {
    ffmpeg.execute("ffmpeg -i " + VideoIn + " -ss 00:00:03 -c:v libx264 -crf 17 -t 00:00:5 " + VideoOut + " -y",null);
    }
    catch (FFmpegCommandAlreadyRunningException e) {
    e.printStackTrace();
    }

    Shows this error : Error running exec(). Command : [/data/data/com.videoeditor.myname.myapp/files/ffmpeg, ffmpeg, -i, /storage/emulated/0/Download/Ab.mp4, -ss, 00:00:03, -c:v, libx264, -crf, 17, -t, 00:00:5, /storage/emulated/0/Download/Ab1.mp4, -y] Working Directory : null Environment : null

    What’s wrong with this method ? Thanks for your help

  • Where can I find high-quality videos for testing video processing ?

    15 novembre 2012, par Workman

    Aside from Big Buck Bunny, Sintel, and Elephant's Dream, what are other high-quality and free sources for high quality video ?

    I'm using these videos internally to test video transcoding options and am not public redistributing. Any suggestions for content that falls under this category ?