Recherche avancée

Médias (91)

Autres articles (14)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (2289)

  • my own tv news channel - using vlc streaming

    6 janvier 2015, par SledgehammerPL

    I want to create my own tv channel (using vlc streaming).
    And for now - it works great :

    cvlc --sout-keep --loop --sout '#standard{access=http,mux=ts,dst=:2000}' file.avi

    But i have two problems :

    1st : how to make a playlist, which i can modify without breaking the streaming (I thought about playlist with file1.avi- file10.avi, which all are symlinks, so when i’m sure, that file2 is playing, I can change symlink for file1 -but maybe there is something beter ?
    2ns : I want to add logo, and news ticker - adding logo is quite easy, but ticker looks hard : for now i know, that I have to use transcode sfilter, something like

    cvlc  --sout-keep --loop --sout '#transcode{soverlay, sfilter=marq{marquee="$N$_$T$_$D", position=5, size=14, opacity=255}, vb=600, vcodec=h264, venc=x264{bpyramid=none, weightp=0}}:standard{access=http,mux=ts,dst=:2000}' film.mp4

    but the problem is that ticker doesn’t move - it changes, but not move

    And I think if I can add logo twice - with ticker between logos - i think about layers :
    1. movie
    2. ticker background
    3. ticker text
    4. ticker frame (because i don’t want to scroll text from border to border)

    Any ideas ?

  • avfilter/avf_showspectrum : unbreak dB legend

    17 août 2016, par Paul B Mahol
    avfilter/avf_showspectrum : unbreak dB legend
    
    • [DH] libavfilter/avf_showspectrum.c
  • Revision 91819 : Personnaliser le tag html legend d’un fieldset On utilise #INCLURE et le ...

    13 septembre 2015, par p@… — Log

    Personnaliser le tag html legend d’un fieldset
    On utilise #INCLURE et le filtre |wrap afin de respecter correctement
    les éventuelles chaines de balises (ex : "&lt ;div&gt ;&lt ;h3&gt ;").