Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (108)

  • 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" ;

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

Sur d’autres sites (10625)

  • play vlc stream in browser with video tag

    2 juin 2013, par brux

    I am streaming files using vlc. I want to put on the home page of the site a page that uses the video tag to play the stream in the browser.

    here is my vlc command

    vlc *.mp4 --sout '#transcode{vcodec=h264,vb=92,channels=1,ab=16,samplerate=512,width=320}:standard{access=http,mux=ts,dst=:666/tv.mp4}' --sout-keep

    here is the html code i tried, if i go into the code for the page and click on the link to the stream it shows the binary for the video in the window so o know the path is right

    <video>
          <source src="http://sydomain.com:666/tv.mp4" type="&#39;video/mp4;" codecs="avc1.4D401E, mp3"></source>
    </video>

    but no stream is playing the the browser

  • publish chromium rendered view to ffmpeg/libav

    21 février 2014, par user3337537

    I would like to publish chromium rendered view to ffmpeg/libav stream instead of showing it on the operating window system.
    Also plugins like flash should be included in the stream. I don't know much about chromium rendering yet.

    I know there are command like "ffmpeg -f x11grab -s 1280x720" ... But i would like to do this right from chrome to publish mutliple tabs at the same time.

    How would you estimate the development effort for that ?

  • FFmpeg for the file conversion using URL

    21 février 2014, par user3227615

    i need to be converted from MP4 to AVI. MP4 video are uploaded in window azure blob storage and storage is accessible publicly.
    my question when we write the ffmpeg command line. can i give the url of the video which is on blob storage

    ffmpeg -i https://abcd.blob.core.windows.net/container/1.mp4 D :\Shared\1.avi