Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (74)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6375)

  • How to know if a media contain closed caption EIA-608/708 with ffmpeg/ffprobe ?

    4 juin 2022, par xav-stargate

    Is it possible to know if a media contains a closed caption EIA-608/708 with an ffmpeg/ffprobe command ?

    


    I thought that this command displayed all the information on the media streams but I have no info about closed captions (media.mp4 contain EIA-608)

    


    ffprobe media.mp4 -print_format json -hide_banner -show_streams


    


  • Open source media server for web service.

    20 février 2016, par Scarface

    I am currently building a website where users can listen to music, and watch videos. However, I am worried about the media content(music/videos) being downloaded from the website(I initially stuck to the HTML5 video/audio tags), I did a little research and found that my best option to prevent this was by using a media server, I have search for free open source media servers to use, but none seem promising. I thought my best bet was ffmpeg, but I am scared to use it as there it seems to be no longer maintained. Does anyone know of any good media servers out there I could use ?

  • How to integrate a media server with php for a video sharing website ? [on hold]

    29 janvier 2015, par Sidharth Bajaj

    I am looking to build what would be a niche video sharing website. The website itself would be built in php, but i am concerend about how to deliver video and how it would be done using php.

    I understand i will need a media server to that , but i have some questions

    Q. Can the media server be hosted on same machine as web server/php ?

    Q. What are the media servers open source and paid for in market ?

    Q. Would the video conversion be done on webserver using tools like FFMPEG and then passed onto media server ?

    Q. How will php be able to upload to and stream from media server ?

    Q. Are there any hosting services who can be used instead of media servers using an API of sorts ?

    Thanks,
    Sidharth