Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (59)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8411)

  • ffmpeg video encode .mp4 for webserver

    23 août 2016, par Nandex Sierra

    I have a lot of mini-videos (from 1 to 10 seconds) and the size of each is about 5-10MB. I have a Apache server and I want to reproduce the videos from the url (http://localhost/videoX.mp4)

    I have a big problem, the video takes to start about 12seconds and I think that this is a lot of time. Somebody knows how encode the video or a platform to upload my videos ??

    Im using this :

    ffmpeg -i video_X.mp4 -vcodec libx264 -crf 20 -movflags faststart videoX.mp4

    Thanks in advance !

  • How to render VAAPI surface with ffmpeg using OpenGl

    27 mai 2019, par HellBlood

    Hello programmer friends,
    My project is to use the VAAPI hardware acceleration linked with FFmpeg. I managed to decode with VAAPI however I would like to be able to display the video coming out of VAAPI decoding using OpenGL to render. Are there functions that allow this ? I know that for that you have to play with VAAPI’s surface "VASurfaceID" but I do not see how ...
    Thank you in advance :)

  • Access webcam of sleeping Mac in ssh with FFmpeg

    10 juillet 2021, par user3783569

    I am able from my Macbook to ssh my remote Macmini which is ON (logged in and not sleeping) and use my webcam with a command like ffmpeg -f avfoundation -framerate 30 -i "0:0" out.avi however, when the remote Macmini is logged out (or/and sleeping) ffmpeg gives me an error that it cannot use the webcam Failed to create AV capture input device: Cannot use PC-LM1E. Any workaround ? I want to check on my pets while out of my house and would like to keep the Macmini at sleep.

    


    Thanks I advance.