
Recherche avancée
Autres articles (87)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (10733)
-
FFmpeg fail to convert from .wav to .sbc and than back to .wav
4 janvier 2021, par Oz ShalevI try to use ffmpeg to convert .wav file to .sbc file and than back to .wav file on windows.
I use the following commands.


- 

- ffmpeg -i .wav -acodec sbc .sbc
The command succeed and .sbc created.




Now i try to convert it back to .wav file and no error generate and the .wav not created.


- 

- ffmpeg -i .sbc-acodec wav .wav




Any help here ?


Thanks Oz


-
Why does ffmpeg4android fail on Galaxy S6 ?
26 novembre 2015, par AndreiI have created an app that uses the ffmpeg4android library found here :
http://androidwarzone.blogspot.co.il/2011/12/ffmpeg4android.htmlI succesfully managed to encode & crop video using the following command :
"ffmpeg -y -i [input_video_path] -preset ultrafast -strict -2 -vf crop=480:480 :[startX]:0 -r 25 -ab 48000 -ac 2 -ar 22050 -b 2097k [outputPath]"This command works on several devices : motorola G (api 22), galaxy s4 being some of them.
Yet, on galaxy S6 it crashes when executing the command.
In the ffmpeg log, it says that it does not recognize the preset option. Can anyone help me understand why and what is the proper fix ? -
avcodec/msmpeg4enc : Don't use code for static init that can fail
10 décembre 2020, par Andreas Rheinhardt