Recherche avancée

Médias (91)

Autres articles (99)

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

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

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

  • Desktop Audio in FFmpeg [on hold]

    26 avril 2014, par user3576075

    I try to record my screen with ffmpeg, I’m on Archlinux so I applied the (Arch)Wiki :

    ffmpeg -f x11grab -video_size 1920x1080 -i $DISPLAY -f alsa -i default -c:v ffvhuff -c:a flac test.mkv

    They are using the default sound device in ALSA, but not working for me. No sound !
    I tried to set the device to another, but I don’t know how to list them.

    Any ideas what could be wrong or ideas on how to identify the issue ?
    Thanks.

  • How can we transcode live rtmp stream to live hls stream using ffmpeg ?

    20 septembre 2016, par Kiran

    I am trying to convert a live rtmp stream to hls stream on real time.

    I got some idea after reading

    http://sonnati.wordpress.com/2011/08/30/ffmpeg-%E2%80%93-the-swiss-army-knife-of-internet-streaming-%E2%80%93-part-iv/

    i am able to convert the live rtmp stream to hls but not at run time. when i run the command and test for any hsl files (.m3u8 and .ts) i am not able to see but when i interrupt the command and check there i get the hls files as required.

    I searched on google for solution but not able to get proper answer.

    Can any body help me ?

    Thanks in Advance...

  • How to increase the compression rate of a video using FFmpeg [on hold]

    23 avril 2014, par Amit Chandra

    I am trying to compress a video for that i am using the following ffmpeg command :

    ffmpeg i input.mp4 -c:v libx264 -preset ultrafast -crf 30 -strict -2 output.mp4

    But it’s taking more time,for example if i am selecting 1 min video it’s taking almost 5 min to compress it. Can anyone tell me that how to fast the compress rate. PS : I am trying to achieve this in android.