Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (44)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • wowza multiple files in one playlist

    14 février 2014, par kalafun

    Is it possible to create a stream in wowza from multiple files ? So these file would be played in a row after each other ? As far as I know, I can only stream from one file being in the content directory..

    1.) I would like to split that one file for my own reasons, to add some security to it etc... , and then to create the playlist from these multiple files and publish it for streaming.. so it won't take that much time comparing to the second way.

    2.) Or do I need to put these multiple files back together and then publish the playlist ?

    I would also like to consider the time of the playlist being created even using a big file. I am using ffmpeg to split the file into smaller pieces using a script.

    Therefore it would be automatic, when a user would request a stream, I run the script that splits the files and creates the playlist for user..

    I hope I didn't take it from the wrong way. Help please

  • hlsenc : remove the AVIOContext for the playlist from the muxer context

    20 février 2015, par Hendrik Leppkes
    hlsenc : remove the AVIOContext for the playlist from the muxer context
    

    Its only used in one function, having it in the context serves no purpose.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/hlsenc.c
  • How to choose the playlist of highest quality in FFMpeg

    20 février 2015, par Isilmë O.

    I’m trying to convert stream media in .m3u8 files to MP4. In my case, there are several choices of video quality in each of them. For instance, 960x540, 720p and 1080p. The problem is that I can tell FFMpeg to choose 1080p, however, there are multiple links, which are all 1080p but are different in quality. In fact, my client app choose from them dynamically based on the bandwidth.

    My question is : Is there any option that gives me control to choose the last link in .m3u8 files ? (The last link always links to the best quality.)