Recherche avancée

Médias (91)

Autres articles (102)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (14944)

  • how to multiply and rename one image to n-times in ffmpeg

    27 avril 2022, par LookAndSee

    for making a video i want to multiply one image of a folder e.g. for 30fps and 30sec to 900 times with an uprising index.

    


    How can i copy on image n-times and rename it with ffpeg ?

    


    How i did it by now :

    


    mark all Strg C + Strg V
mark all Copy + Paste
2-4-8-16-32-64-128-256-576-1152

    


    numbering i did with total commander "multi-rename-tool"

    


    i like to do it with a loop-function in ffmpeg but i have no idea.
Has someone a suggestion and can help me please ?
thx in advance !

    


  • Reduce size of APK when including .so files

    13 septembre 2014, par Arslan

    I am using a 3rd party API for camera library that is using ffmpeg frame recorder and .so files along with javacv.

    I am also using a 3rd party library for extracting meta data out from a video which also has some .so files

    When i merged all these files into only one folder "armeabi" my application did not work.
    So I have to copy all these files to all other folders "armeabi-v7a, mips, x86". Which works perfectly fine but obviously the size of the apk is now too large.

    Total size of these file are 20MB per folder. That make 80MB for all folder. My .apk size is 41MB. Please suggest ma what I can do to remove duplicate files/folders or reduce .apk size.

    Why I need all these folders armeabi, armeabi-v7a, mips, x86
    enter image description here

    .so files in folder
    enter image description here

  • Revision bb260d9076 : Rework partition search skip scheme This commit enables the encoder to skip spl

    3 octobre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h



    Rework partition search skip scheme

    This commit enables the encoder to skip split partition search if
    the bigger block size has all non-zero quantized coefficients in low
    frequency area and the total rate cost is below a certain threshold.
    It logarithmatically scales the rate threshold according to the
    current block size. For speed 3, the compression performance loss :
    derf -0.093%
    stdhd -0.066%

    Local experiments show 4% - 20% encoding speed-up for speed 3.
    blue_sky_1080p, 1500 kbps
    51051 b/f, 35.891 dB, 67236 ms ->
    50554 b/f, 35.857 dB, 59270 ms (12% speed-up)

    old_town_cross_720p, 1500 kbps
    14431 b/f, 36.249 dB, 57687 ms ->
    14108 b/f, 36.172 dB, 46586 ms (19% speed-up)

    pedestrian_area_1080p, 1500 kbps
    50812 b/f, 40.124 dB, 100439 ms ->
    50755 b/f, 40.118 dB, 96549 ms (4% speed-up)

    mobile_calendar_720p, 1000 kbps
    10352 b/f, 35.055 dB, 51837 ms ->
    10172 b/f, 35.003 dB, 44076 ms (15% speed-up)

    Change-Id : I412e34db49060775b3b89ba1738522317c3239c8