
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (36)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4947)
-
CANNOT get FFserver stream going
18 septembre 2016, par Euroclydon37I want to preface this question with the fact that I am very very new to ffmpeg and even newer to ffserver.
I cannot, for the life of me, get this thing going.
I get :"Too large number of skipped frames 882933314374 > 60000"
Also, ffplay gives me
first frame is no keyframe
Here is my ffserver.conf file
HTTPPort 8090
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 1000
MaxClients 10
MaxBandwidth 2000000
NoDefaults
###############################################################################################
<feed>
File /tmp/test.ffm
FileMaxSize 10000M
ACL ALLOW localhost
</feed>
<stream>
Format status
# Only allow local people to get the status
ACL allow localhost
</stream>
<stream>
Feed test.ffm
Format avi
ACL ALLOW localhost
ACL ALLOW 192.168.1.0
NoAudio
VideoSize 3840x2160
VideoFrameRate 30
Preroll 10
</stream>
###############################################################################################And here is my ffmpeg command
ffmpeg -i smaller.avi http://localhost:8090/test.ffm
I’ve been fighting with this thing all day, googling like a madman the entire time. What am I doing wrong ? Any help will be welcomed enthusiastically.
-
Windows media player showing wrong bit rate
30 octobre 2011, par AkashI used ffmpeg to change the bit rate of a .mp3 file from 128kbps to 64kbps
here are the final lines of output of ffmpeg :
size= 2261kB time=00:04:49.38 bitrate= 64.0kbits/s
video:0kB audio:2261kB global headers:0kB muxing overhead 0.011274%Tough the file size is reduced by half, windows media player while playing the file shows the bit-rate is 159 K bits/second
Any ideas on why is this so ?
-
Revision 551f37d63d : Fix partition coding of corner block This commit fixed the allowable partition
11 juin 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_onyxc_int.h
Fix partition coding of corner blockThis commit fixed the allowable partition types for bottom-right
corner blocks.When a block has over half of its pixels as valid content in both
vertical and horizontal directions, allow all the four partition
types in the bit-stream. Otherwise, apply partition type constraints.Change-Id : I2252e2de7125a8bfb1c824bf34299a13c81102e3