Recherche avancée

Médias (91)

Autres articles (105)

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

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (14685)

  • Redirecting ffmpeg result into another file

    9 mai 2019, par Enkri_

    I’m trying to get the size of an input video using ffmpeg, below is the code that I use, what I’m trying to do is to first store the result into a txt file and then do some parsing to get the size of the video :

    $ ffmpeg -i TheNorth.mp4

    The terminal says "At least one output file must be specified"
    Then I tried this :

    $ ffmpeg -i TheNorth.mp4 result.txt

    The terminal says "Unable to find a suitable output format for ’size.txt’"

    So how could I get the result and save it to the specified file ?

  • Redirecting ffmpeg result into another file

    22 juin 2015, par Enkri_

    I’m trying to get the size of an input video using ffmpeg, below is the code that I use, what I’m trying to do is to first store the result into a txt file and then do some parsing to get the size of the video :

    $ ffmpeg -i TheNorth.mp4

    The terminal says "At least one output file must be specified"
    Then I tried this :

    $ ffmpeg -i TheNorth.mp4 result.txt

    The terminal says "Unable to find a suitable output format for ’size.txt’"

    So how could I get the result and save it to the specified file ?

  • Video call between eyebeam and baresip SIP clients

    7 décembre 2012, par user1490337

    I am trying to achieve video call on 2 SIP clients

    1. Baresip
    2. Eyebeam

    Till now I have succeeded in getting audio stream both ways but the video stream is one way i.e iam getting the stream at the baresip terminal but I cannot see video at the EYEBEAM terminal. I can't understand where I am going wrong.

    The eyebeam is sending STAP-a and Fu-a packets to eyebeam as I checked it through wireshark. But baresip is not sending any STAP-a and Fu-a packets to eyebeam hence no video.. Both the clients support H.264.

    Pointers in the right direction are welcome.