Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (18)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (5421)

  • 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

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

    


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