
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (88)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (11577)
-
how to set Duration, framerate, bitrate etc for an empty video file without encoding frames, audio in it
27 février 2019, par Deepak PrajapatiMy aim is that I have a video which do not contain any properties Details so i want to add properties to this video and make it playable
Look images, In properties detail section there is no property and there value
please fix it because i tried to find solution
Also i don’t have enough knowledge
THANKS IN ADVANCE STACKOVERFLOW -
FFMpeg Android : libvideokit.so library failed to load
7 décembre 2015, par mhl1291I am Working on taking a picture from video
I am using FFMpeg Library downloaded from hereIt Works Perfectly but in some device i got the message "libvideokit.so load Fail" and then crash the application
any solution for this ?Thanking you in advance
-
How to set max bitrate and max frame rate in ffmpeg ?
28 août 2014, par Swapnil DalviI am using ffmpeg to convert my mp4 format video with Specific set values :
"audio_bitrate" : 128,
"audio_sample_rate" : 44100,
"height" : 720,
"width" : 1280,
"max_frame_rate" : 30,
"max_video_bitrate" : 1500
How to set limit to frame rate and bitrate ?
I want to know how to write command with these limitations ?thanks in advance