
Recherche avancée
Autres articles (60)
-
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 -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (13688)
-
Revision 7353ceab9d : Quantize (64-bit only, for now) SSSE3 SIMD. Total encoding time for first 50 fr
1er juillet 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/common/vp9_entropy.c
Modify /vp9/common/vp9_entropy.h
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/encoder/vp9_block.h
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_quantize.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_tokenize.c
Add /vp9/encoder/x86/vp9_quantize_ssse3.asm
Modify /vp9/vp9cx.mk
Quantize (64-bit only, for now) SSSE3 SIMD.Total encoding time for first 50 frames of bus (speed 0) @ 1500kbps
goes 2min34.8 to 2min14.4, i.e. a 10.4% overall speedup. The code is
x86-64 only, it needs some minor modifications to be 32bit compatible,
because it uses 15 xmm registers, whereas 32bit only has 8.Change-Id : I2df53770c2e850813ffa713e1a91b45b0082b904
-
FFMPEG retrieve time duration not working for MOV files
1er avril 2015, par Calvin MossSo I am in php running an ffprobe command on files and grabbing the output (to get duration, time, etc)
exec("usr/bin/ffprobe -v quiet-print_format json -show_format -show_streams $location", $output, $exitCode);
Where $location is the files location + filename. Now this command works 100% perfectly for .mp4 / .avi / everything else I have tried. Except .mov, when using .mov my "output" variable is empty. Is there any way to fix this / change this ?
-
FFMpeg : Images to Video take more time
24 mars 2015, par Butani Vijayi am using FFmpeg library project as provided in This Link.
Actually i want to create video from bunch of images.
i am using following command :
ffmpeg -framerate 1/5 -i img%d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4
command takes more time to create video. what can i do to improve speed ?