Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (38)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5785)

  • 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

  • How to stream a wmv file as an mp4 file (convert on the fly) over HTTP using ffmpeg or something similar ?

    8 juin 2016, par Adam Tal

    I understand it’s not possible to use the tag to play a WMV file.

    I thought about the following solution :

    • Streaming a video means sending small chunks of frames and sound
    • Reading a wmv file in chunks is surely possible
    • An html video tag can receive chunks in an mp4/webm/ogg format and display it

    Can I read a WMV file as a Steam and convert in on the fly to output it as if it was an MP4 file ?

    Few points :

    • The technology is not really important. I just have a problem I need to solve.. I would prefer a solution in C# or node.js because those are environments I’m comfortable with but anything else will do.
    • I will be happy to stream the file from a different server as wmv and output it as mp4 but I’m also able to download the file completely to my server and stream it from the local hard drive.
    • The mp4 output is not a must. It can also be webm or ogg (just need the video tag to support it)
  • avformat/movenc : Check first DTS similar to dts difference

    9 septembre 2016, par Michael Niedermayer
    avformat/movenc : Check first DTS similar to dts difference
    

    Fixes assertion failure
    Fixes : b84b53855a0b74560e64c6f45f505a13/signal_sigabrt_7ffff6ae7c37_3837_ef4e243ea5b4fa8d0becf4afe9166604.avi

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c