Recherche avancée

Médias (2)

Mot : - Tags -/livre

Autres articles (46)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (5440)

  • speexdec : fix framesize for ultra-wideband

    13 mars, par Tristan Matthews
    speexdec : fix framesize for ultra-wideband
    

    This matches how the libspeex decoder is calculating frame size (except in clamp form).

    Fixes #11495

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/speexdec.c
  • 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 ?

  • Recorded & uploaded video from iphone device won't play in iphone

    11 juin 2019, par Sohil Chamadia

    I am facing an issue regarding :

    Recording video from iphone and uploading that video on my application(Develop in Wordpress Framework) then the video uploaded won’t play in iphone devices.

    This issue occurs only when I "Record video from iphone and then uploading that video into the application".If I upload existing video from iphone device then video will be played and it’s working fine. So please help to resolve this issue.I have used "FFmpeg library" to reduce the size of video.

    Below is the code which i have used to play video :

    <video preload="auto" width="320" height="240" controls=""><source src="abc.mp4" type="video/mp4">Your browser does not support the video tag.</source></video>

    When i click on video to play it then video is not play and cross sign is shown over the play button.Below i have attached screenshot of it :
    enter image description here