Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (111)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5660)

  • Use dynamic filter/overlay ffmpeg for RTMP LiveStream

    18 décembre 2017, par NBS

    I have to do a livestream using ffmpeg, but I have trouble changing overlays or mute at runtime. And if it is possible to stop and re-stream to the same rtmp channel. So the stream can continue.

    Once the ffmpeg command is set, it cannot be edited. In that case, overlays won’t be changed or removed. Unless the ffmpeg cmd reads from a temp location/file, when to apply overlay or mute options. Is it possible to write something like that, and do we have a sample where I can start ?

    The powershell script comes to mind, which can read the values from temp location and ffmpeg simply reflects the value ?

    Any pointers would help.

  • Converting an mp4 file to mpeg-2 ts using Gstreamer

    10 juillet 2014, par jawad bin zafar

    I need to convert and scale mp4 file to mpeg-2 ts for streaming when i use gstreamer command to convert the video it work fine but the output video file only play on vlc and not on any other player like quicktime and window media classic.

    Here the pipeline command i using.

    C:\gstreamer-sdk\0.10\x86_64\bin>gst-launch-0.10.exe filesrc location="D:/sample
    2.mp4" ! qtdemux name=demux demux. ! multiqueue name=mq ! h264parse ! mpegtsmux
    name=mux ! filesink location="D:/index4.ts" demux. ! mq. mq. ! aacparse ! mux.

    and some time it audio part is not working fine. Also please mention some use full link to learn gstreamer using Android.

    I mostly looking for video conversion and scaling. Thanks.

  • avformat : add av_stream_get_parser() to access avformat AVParser

    14 juillet 2014, par Michael Niedermayer
    avformat : add av_stream_get_parser() to access avformat AVParser
    

    The AVStream.parser field is considered private and its location cannot be
    preserved while preserving also ABI compatibility to libav, as libav added fields
    before it.
    Some tools like ffmpeg.c access this field though

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] RELEASE_NOTES
    • [DH] doc/APIchanges
    • [DH] libavformat/avformat.h
    • [DH] libavformat/utils.c
    • [DH] libavformat/version.h