
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (111)
-
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 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (4269)
-
Can I keep a persistent RTP connection in Python3 which forwards incoming mpegts segment files ?
20 novembre 2024, par Eric LiangI've been experimenting with ways to implement an live-streaming HTTP server in Python 3.13 (GIL-disabled) which gradually receives
.ts
segment files every 1 second in order through PUT requests, saves them temporarily and locally, and delivers the segment files in the same order to a destination which accepts.ts
segment files, necessarily through a single persistent connection to the destination.

I have started trying it out with RTP as the protocol, but I've been struggling to keep the connection alive with
ffmpeg
as I seem to only be able to send 1 segment at a time (which requires a connection restart every time), or send all at once through concat demuxer. I've also experimented with the input toffmpeg
as a pipe, but that also seems to close immediately upon flushing the pipe with new input once. Other specs include not needing to re-encode so using the option-c copy
is fine, the connection should persist even if idle, and I cannot use HLS push to the destination.

Is there a way to do this ? (Lastly, because it's GIL-disabled, I also want to leverage that feature to minimize latency.)


-
How to build x265 for Android in Ubuntu
27 juin 2016, par Omar FarukI want to build x265 for Android in Ubuntu so that I can use this build for ffmepg. I can’t find any document how to build or cross-compile for Android
-
Error when connecting mobotix cameras through FFmpeg
25 avril 2017, par nikit birajI am trying to connect M25 Mobotix cameras through FFmpeg. In this process I get one camera connection successful while the other gives error of
AVERROR_INVALIDDATA( -1094995529)
For cross verification I checked configuration of cameras and they are almost same. No major difference.
What might be the reason when one camera is connecting and other not connecting.