Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (77)

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

  • ffmpeg -i an incoming file upload ? [closed]

    29 août 2020, par David542

    I'm not sure if this is more a JavaScript question or ffmpeg, but suppose I have a scenario where a user is uploading a 100GB file. And, before they upload it (or actually, as soon as we detect the first few frames or whatever), we want to make sure that it is a "valid" file — let's say for this question we want to verify that it is :

    


      

    • 29.97 fps
    • 


    • Video bitrate > X
    • 


    • Codec of com.apple.finalcutstudio.prores
    • 


    


    What would be the best way to do this ? I was thinking something like :

    


      

    1. A user clicks the upload button and selects their file.
    2. 


    3. We upload the first 1MB of that file to our server — check that using ffmpeg (how to ignore errors or something with ffmpeg ?)
    4. 


    5. If the file passes our initial checks we upload the entire video file. If not, we raise a warning to the end user and stop the upload.
    6. 


    


    How could this process be done ? I am seeking a JavaScript snippet (JS Fiddle ?) and a backend snippet (to receive the partial input and issue the ffmpeg commands).

    


  • configure : Extend the neon intrinsics check

    22 juillet 2014, par Martin Storsjö
    configure : Extend the neon intrinsics check
    

    Check for an instruction that causes the (very old) Apple GCC 4.2
    to error out ("unrecognizable insn").

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure
  • videotoolbox : require hardware acceleration

    21 août 2015, par Stefano Pigozzi
    videotoolbox : require hardware acceleration
    

    VideoToolbox also implements a software decoder for h264, and will fallback to
    using it if the file cannot be decoded on the GPU. In these cases though,
    we want the hwaccel to fail so that we can use the libavcodec software decoder
    instead of the Apple one.

    Signed-off-by : wm4 <nfxjfg@googlemail.com>

    • [DH] libavcodec/videotoolbox.c