Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (59)

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

  • Android and iPhone compatible mp4 format using ffmpeg

    23 mai 2015, par Muhammad Umar

    I have two video files, their metatdata and details are as below

    ANDROID

         Metadata:
           major_brand     : isom
           minor_version   : 512
           compatible_brands: isomiso2avc1mp41
           encoder         : Lavf55.19.104
         Duration: 00:00:04.74, start: 0.046440, bitrate: 696 kb/s
           Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 480x480, 665 kb/s, 15 fps, 15 tbr, 15360 tbn, 30 tbc (default)
           Metadata:
             handler_name    : VideoHandler
           Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 64 kb/s (default)
           Metadata:
             handler_name    : SoundHandler

       IPHONE

         Metadata:
           major_brand     : mp42
           minor_version   : 1
           compatible_brands: mp41mp42isom
           creation_time   : 2015-05-23 05:59:42
         Duration: 00:00:02.10, start: 0.000000, bitrate: 1109 kb/s
           Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709), 320x320, 1053 kb/s, 24.19 fps, 30 tbr, 30 tbn, 60 tbc (default)
           Metadata:
             creation_time   : 2015-05-23 05:59:42
             handler_name    : Core Media Video
           Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 61 kb/s (default)
           Metadata:
             creation_time   : 2015-05-23 05:59:42
             handler_name    : Core Media Audio

    The iPhone version is NOT running in android VideoView. Which settings should i change to make it compatible with Android VideoView

  • How to begin with FFMpeg - iPhone SDK

    21 décembre 2012, par max_

    I would really appreciate it if someone could point me towards beginning with FFMpeg. What I mean by this is could you point me towards a tutorial firstly on how to download and compile it, and secondly how to install it into my xcode project and use the library.

  • How can i save a iphone uploaded video always horizontal by ffmpeg

    24 juillet 2013, par Ranjith Reddy

    I am using FFMPEG for uploading recording video from iphone and generating frames.

    case1 : recording video in horizontal (generating video and frames in horizontal).

    case2 : recording video in vertical (generating video and frames in vertical).

    But in above 2 case i want video and frames in horizontal only.

    FFMPEG COMMAND

    %x(cd "#{tmp_path}" && ffmpeg -i "video path" -r 1 -f image2 image-%4d.jpeg )