Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (8166)

  • Downloading a specific segment of a YouTube video

    18 mai 2018, par BlueStone

    I normally download files or parts of them using ffmepg command.

    ffmpeg -ss 00:05:00 -i "video url here "   -t 100 -c copy   -avoid_negative_ts 1 out.mkv  

    Now, downloading a YouTube video is not problem using youtube-dl, but I want to download specific part of a video (1080p+), I thought I could use youtube-dl to grab the link of the video and pass it to ffmpeg to do the cutting with the previous code, but could not figure how to do this.

    Searched and tried many commands and stuff here and there, but nothing worked.

  • youtube, which queue method use for encoding video ? [closed]

    9 juin 2012, par Kerberos

    i would like to develop a uploaded video encoding systems with php like youtube.com on windows platform.

    Do you any idea how youtube do this ?

    I heard beanstalk'd.
    But i guess that doesn't work on windows.
    Can beanstalk'd do this job, if yes how ?
    Could you sugest me beginner guide for learning ?

  • Streaming YouTube rtsp :// on iOS

    18 mars 2014, par Jason Silberman

    I am creating an application where I want to stream rtsp:// files from YouTube. I have looked at a couple of frameworks (kxmovie), but I cannot find one that is able to stream rtsp:// and use the MPMoviePlayerController. I could create a webView, but I do not want to present the user with any of the default YouTube embed interface.

    Does anybody know if this is possible ?

    Thanks !