
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (96)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (5279)
-
Revision 01c43e86d9 : Trivial change to add crude timing information for encoding section Change-Id :
18 juin 2013, par sujeeChanged Paths :
Modify /vp8_scalable_patterns.c
Trivial change to add crude timing information for encoding sectionChange-Id : I84e07c2f1240b95d5de083df06eb3d581bfb9b68
-
Revision d692f26dd5 : change vp10 to use a different sync code than vp9 Change-Id : If5b5beb38c938bd7a
14 août 2015, par Yaowu XuChanged Paths :
Modify /vp10/common/common.h
Modify /vp10/decoder/decodeframe.c
Modify /vp10/encoder/bitstream.c
change vp10 to use a different sync code than vp9Change-Id : If5b5beb38c938bd7a6016dedc9bd0c8e06153d73
-
How to change bitrate mode : VBR to CBR with MPEG4 of H264 file ?
14 août 2018, par The BirdI’ve tried to convert bitrate mode from VBR to CBR with FFMPEG library,but bitrate mode cannot change.
My command line :ffmpeg -i <in file="file"> -f mpegts -acodec libmp3lame -ar 48000 -ab 64k -s 320×240 -vcodec libx264 -b 96k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -subq 5 -trellis 1 -refs 1 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 200k -maxrate 96k -bufsize 96k -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 320:240 -g 30 -async 2 <output file="file"></output></in>
I found some apps but don’t have any app that i can change bitrate mode.
Can anyone point me why my cmd cannot change mode or the app can does that ?.
I think CBR is a mode that bitrate is the same all time,it’s true ?
Thanks