Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (63)

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

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10144)

  • convert h264 codec to h263 using avconv

    11 juillet 2013, par Bagesh Sharma

    I am new to this conversion process and also have very little understanding of this.

    My requirement is to convert an .mp4 video having H.264 codec to .mp4 video having H.263 codec. I tried this
    avconv -y -i input_video.mp4 -c:v h263 -c:a libmp3lame output_video.mp4

    But i am getting error like
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    Please suggest. Any help is appreciated . Thanks in Advance !!!

  • How to reduce size of an WAV audio format file using Java ? [closed]

    2 avril 2021, par Abraham Arnold

    Programmatically I am generating WAV audio files. But the size is bigger. So is there any good library to reduce size of those audio files ? And FFMPEG can be used to reduce ? If yes how can I do that ? Or are there any other good libraries that do it ? Anybody can help me ? Thanks in advance.

    


  • stream h264 over rtp using ffmpeg [closed]

    9 mai 2013, par Jordi Rey

    I'm trying to stream with RTP a video coded with h264. I would like to know the command to stream, for example, a video called video.avi to @127.0.0.1:5004. I guess there's no need to transcode it, because it's already with h264 codec.

    Also, which would be the command to play it ? I guess i have to use the ffplay, right ?

    Thanks in advance,

    JRey