
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (60)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (9652)
-
Drop late RTMP AVPackets - FFmpeg
25 novembre 2014, par Mihai GheteI’m using FFmpeg to read RTMP streams in an iOS application. It is basically a Player for RTMP streams. The problem is that when the network is to busy,
av_read_frame
takes too much time. In conclusion, the latency increases over time. Are there some FFmpeg setups that I can use so that it will drop late frames or makeav_read_frame
return if it was unable to read the packet in a defined period of time ?Any suggestion would be helpful. Thank you in advance.
-
VLC : "avcodec error : more than 5 seconds of late video"
18 novembre 2012, par Igor R.I'm muxing mpeg4 video to avi container. The video stream is 4fps, so I set
AVCodecContext
time_base
to 1/4 (formatContext->streams[0]->codec->time_base
...) , and then rescal each frame timestamp, because the original time-stamps are in milliseconds. The resulting value I assign to a packetpts
anddts
.When I play this avi with VLC, the video is not smooth, and I get the following message repeatedly :
avcodec error : more than 5 seconds of late video -> dropping frame
(computer too slow ?)Is there something wrong with the above pts/dts calculation ?
The following table demonstrates how the timestamps are rescaled (original->rescaled)
stream: 0 1329471005111->1
stream: 0 1329471005348->2
stream: 0 1329471005588->3
stream: 0 1329471005828->4
stream: 0 1329471006068->5
stream: 0 1329471006308->6
stream: 0 1329471006551->7
stream: 0 1329471006788->8
stream: 0 1329471007028->9
stream: 0 1329471007268->10
stream: 0 1329471007508->11
stream: 0 1329471007748->12
stream: 0 1329471007988->13
stream: 0 1329471008228->14
stream: 0 1329471008468->15 -
Video stream played very late on wowza server from ffmpeg when Stream starts at the beginning
30 mai 2013, par tulsiForm ffmpeg i fired some command to run video on wowza server
ffmpeg -i /home/Downloads/GAmUk.mp4 -f mpegts udp:/ip:10000/live/test.stream
and streaming is running as well only problem is latency not so good its played after long time on server please help me to play fast