
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (21)
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (5681)
-
FFMPEG convert video file from FLV to MP4 not running on browser
3 août 2015, par Vikas BurmanI am using FFMPEG for converting video file from FLV, AVI to mp4.
FFMPEG is converting file properly on server. I have played that video, it’s playing fine but it’s not running on browser while after converting file from local machine, it’s playing fine on browser also.Local Machine : Ubuntu 12.04
Server Machine : Centos
-
FFMPEG performance on remote server
9 avril 2022, par Haider AliI am experiencing a completely different performance for FFMPEG on server as compare to development machine. Parameters used are


ffmpeg -i input.mp4 -ss 00:00 -to 02:20 -codec:v libx264 -preset ultrafast -force_key_frames 'expr:gte(t,n_forced*4)' -hls_time 4 -hls_playlist_type vod -hls_segment_type mpegts output.mp4



Development Machine Specs


MacBook Pro (15-inch, 2019)

Processor 2.6 GHz 6-Core Intel Core i7

Memory 16 GB 2400 MHz DDR4

Graphics Intel UHD Graphics 630 1536 MB

Remote Server Specs

8 VCPU

32 GB

Does ffmpeg need to have special specs to run on server ?


Same above command can take 15 to 20 minute on server while on development machine it only takes 2 minutes.


-
Android, AOSP tree, external project (ffmpeg) is built for AMD64
22 avril 2015, par kagali-sanI’m trying to build ffmpeg4android on current AOSP tree (from /external), which is lunch-configured to aosp_arm-eng and set to
PLATFORM_VERSION=4.2
.Resulting files are generated for
AMD64
(host native) architecture, even though the major rest of tree is built (as expected)ARM
:readelf -a android/aosp_arm-eng/ffplay|egrep "Class :|Machine :"
Class : ELF64 Machine :
Advanced Micro Devices X86-64versus
readelf -a
aosp/out/target/product/generic/symbols/system/lib/libril.so | egrep "Class :|Machine :"Class : ELF32
Machine : ARM
I will probably switch to other ways of getting
ffmpeg-arm
(presumably the one described here) ; the reason of asking this question is to understand, at which build stage does cross-compilation environment breaks.