Recherche avancée

Médias (91)

Autres articles (100)

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

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

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

  • How to get the _current_ duration of a video with FFMPEG ? (Not meta)

    13 juin 2012, par blez

    I tried ffmpeg -i myfile, while myfile is partially downloaded. FFMPEG gives me the whole file duration, not of the downloaded part. Can I see this with FFMPEG or another tool ?

    Answer :

    With MediaInfo.

  • Anomalie #3371 : faille sécurité ? balise meta+refresh dans un champ d’article

    29 avril 2015, par b b

    HS : pour info, wp "fait aussi confiance", le bug est aussi présent chez eux sur une 4.2.1.

  • Video/Audio file analysis - meta data, similar to MediaInfo

    23 mai 2016, par user3585420

    I usually use MediaInfo to look into my media files to see the duration of the video/audio tracks within the file. I believe MediaInfo looks at meta data of the file ( headers ) rather than the actual filestream, probably due to speed. I want a tool that actually goes through the file to work out the duration of the video/audio tracks within the media file, rather than just telling me what the headers tell me.

    The reason I need this is because I have an instance of a media file which is not reporting the correct audio track duration. Example : I have two files, an audio file and a video file, vid1.mxf and aud1.mxf, these are the same length. I ’stich’ these together using FFMPEG and because of storage failure/network issues the audio track in the resulting file is short, however it does not report as short within MediaInfo. When I listen to the file however it is clearly short, the network/storage device must have become inaccessible during the ’stitching’ toether. The audio and video input files are on different storage devices.

    I have in the past used the C# library https://github.com/naudio/NAudio which does this sort of this, however it only works with singular .wav files, and not files where there is a video inside the container too ( .mxf ).

    Thanks