
Recherche avancée
Autres articles (30)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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" (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (5747)
-
convert h264 codec to h263 using avconv
11 juillet 2013, par Bagesh SharmaI 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.mp4But i am getting error like
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or heightPlease 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 ArnoldProgrammatically 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 ReyI'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