
Recherche avancée
Autres articles (15)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans 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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (6449)
-
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