Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (83)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

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

Sur d’autres sites (10289)

  • Is there a way to save the thumbnail extracted by ffmpeg in the cache ? [closed]

    28 septembre 2022, par L K

    Is there a way to save the thumbnail extracted by ffmpeg in the cache ?

    


    We are building a simple web video editing site.
I'm going to use a thumbnail while making a timeline

    


  • Save several .ts files in one container, while preserving direct http access

    16 mars 2017, par SebastianB

    For HLS-video-streaming I have several .ts files and a .m3u8 playlist-file on my ftp-server. The .m3u8 file links relative to these .ts files. Because I’m now implementing a more advanced data management on distributed servers and a hashed folder structure, it would be most convinient if these .ts files would stay at the same place in one kind of "container"(e.g. .mp4 ?).

    Is there a way to save several .ts files in another file structure which is then still accessible for the video player directly via http? E.g. http://example.com/container.mp4:video1.ts and the next .ts file like http://example.com/container.mp4:video2.ts ?

    Obviously this access should be possible without loading/unpacking the whole "container". Furthermore it would be even more convinient, if the .m3u8 file would be saved in this "container" as well.

  • How to save a RSTP link as a mp4 file using ffmpeg ?

    24 juillet 2022, par xoxo

    I have been trying to save an RSTP link in a specific folder on my desktop but so far no progress. Since I am fairly new to FFmpeg, is there any way that I can solve this ?

    


    ffmpeg -i rtsp ://Kuroo:12ka442ka2@#@182.70.113.98:5566/cam/realmonitor ?channel=1&subtype=0&unicast=true&proto=Onvif -vcodec copy -acodec copy -y C :\Users\Katsu\OneDrive\Desktop\1\video.mp4

    


    that is the code that I have been trying