Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (68)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8578)

  • can't load loadLibrary,Fatal signal 6 (SIGABRT), code -6

    8 septembre 2015, par Android Empire

    When I use System.loadLibrary("ffmpeg-neon"),there is a warning

    libffmpeg-neon.so has text relocations. This is wasting memory and prevents security hardening. Please fix

    and an erro

    libc Fatal signal 6 (SIGABRT), code -6 in tid 10203

    The source from https://github.com/appunite/AndroidFFmpeg.I build it on Unubtu-14.04.3-64bit,NDK-r10e

  • ffmpeg image extraction code not working

    16 mai 2016, par sonam Sharma

    I am using ffmpeg to extract an image out of a video while uploading
    I am using this code for the purpose

    exec('ffmpeg  -i '.$uploadfile.' -ss 00:00:05 -vframes 1  '.$new_image_path);

    But the issue is that sometimes it extractes the image and sometimes it simply dosent

    I have a dedicated server which has already ffmpeg installed there and I just pushed the vendor folder from my local computer to the server by ftp.

    require 'vendor/autoload.php';

    What may be the issue here ?

  • Is 32-bit-only app running on iPhone 6 slower then on iPhone 5 ?

    22 avril 2015, par ChihHao

    I have an app that is build with very old ffmpeg library(Ver. 0.10.4). I found that when iPhone 5 decoding the H.264 stream with VGA resolution, the used percentage of CPU is about 10% lower then iPhone 6’s.

    The ffmpeg lib file only support arm V7 and arm V7s architecture. So I think that the function provided by ffmpeg will run faster or more efficency on the machine with the supported architecture. Is that right ?