Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (96)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (7096)

  • 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