Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (104)

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

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

Sur d’autres sites (14209)

  • ffmpeg for Android : neon build has text relocations

    15 avril 2016, par Denis Loh

    Hi I successfully built the appunite ffmpeg library including arm-v7a neon support, however when I try to run the libraries on my Marshmallow device I get this error :

    01-08 23:42:02.350: E/AndroidRuntime(10144): java.lang.UnsatisfiedLinkError:
    dlopen failed: /data/app/com.example.demo-1/lib/arm/libffmpeg-neon.so: has text relocations

    When I use the non-neon builds it works without any problems.

    So I googled a bit and found out, that this is probably a bug in the corresponding C/C++ code but on the other hand it should be fixed when rebuilt with with NDK v. 10e. This is what I did. But I still get these text relocations :

    ~/Projekte/AndroidFFmpeg$ /usr/Android/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-readelf -a library/src/main/jniLibs/armeabi-v7a/libffmpeg-neon.so  | grep TEXTREL
    0x00000016 (TEXTREL)                    0x0
    0x0000001e (FLAGS)                      SYMBOLIC TEXTREL

    This questions seemed to be relevant, but didn’t help :

    "ffmpeg has text relocations" error in Android

    libavcodec.so : has text relocations

    How do I fix that ?

  • could anybody help me with php synatax of execution of ffmpeg to draw text ? [on hold]

    4 décembre 2015, par Manveer Brar

    i have use folllwing code i gives me a error in php

    exec("ffmpeg -i input.mp4 -vf drawtext="fontfile=/usr/share/fonts/TTF/Vera.ttf: text='hello': fontcolor=white: fontsize=30: x=15: y=15" -codec:a copy output.mp4");
  • FFMPEG+PHP how to create animated text

    27 décembre 2013, par user3065043

    I want to crete video of the animated text which i enter.
    I want to create app like :
    Input test:xyz
    and out put will be the animated video of the that text.
    plz help me
    i try ffmpeg but there is not feature like this.
    any one know how to do this..

    ffmpeg -r 12 -i "sometext" -y -an nuxified.mp4