
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (39)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (6488)
-
android Creating FFMPEG video from single image and an audio not working in Higher Android versions
12 septembre 2016, par KingI have tried creating video using an image and an audio, using ffmpeg SDK codes as well as NDK. Its working for lower versioned android devices.
I tried using this command :
ffmpeg -loop 1 -y -i image.jpg -i music.mp3 -c:v mpeg4 -strict
experimental -pix_fmt yuv420p -shortest out.mp4This worked well in my ubuntu machine, as well as lower versioned devices.
I tried this above command with ffmpeg4android, the most suitable lib for my requirement. I tested it in lollipop (5.0.2) as well as jellybean (4.3) version.
It works well in lower version (tested on JellyBean), but, when I try executing the same command in lollipop version, using various different ways including a few libs for
ffmpeg
, it failed with different errors with different libs.In higher versions, FFMPEG4Android, that’s not working, without any error.
When trying with WritingMinds lib for FFMPEG -
with the same command in lollipop version -I am getting following output -
D/ffmpeg: onProgress(), Input #0, image2, from '/storage/sdcard1/Pictures/others/500K.jpg':
D/ffmpeg: onProgress(), Duration: 00:00:00.04, start: 0.000000, bitrate: 104021 kb/s
D/ffmpeg: onProgress(), Stream #0:0: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 3392x2540 [SAR 73:73 DAR 848:635], 25 fps, 25 tbr, 25 tbn, 25 tbc
I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@2b5c52a1 time:29948243
D/ffmpeg: onProgress(), [mp3 @ 0x2b74a4e0] Skipping 0 bytes of junk at 10699.
D/ffmpeg: onProgress(), [mp3 @ 0x2b74a4e0] Estimating duration from bitrate, this may be inaccurate
D/ffmpeg: onProgress(), Input #1, mp3, from '/storage/sdcard1/Music/Carefull.mp3':
D/ffmpeg: onProgress(), Metadata:
D/ffmpeg: onProgress(), duration : 260
D/ffmpeg: onProgress(), starttime : 0
D/ffmpeg: onProgress(), totalduration : 260
D/ffmpeg: onProgress(), width : 640
D/ffmpeg: onProgress(), height : 480
D/ffmpeg: onProgress(), videodatarate : 129
D/ffmpeg: onProgress(), audiodatarate : 127
D/ffmpeg: onProgress(), totaldatarate : 265
D/ffmpeg: onProgress(), framerate : 30
D/ffmpeg: onProgress(), bytelength : 8623964
D/ffmpeg: onProgress(), canseekontime : true
D/ffmpeg: onProgress(), sourcedata : B4A7DD8A8HM1317957558061017
D/ffmpeg: onProgress(), purl :
D/ffmpeg: onProgress(), pmsg :
D/ffmpeg: onProgress(), encoder : Lavf52.87.1
D/ffmpeg: onProgress(), title : Careful
D/ffmpeg: onProgress(), artist : Michelle Featherstone
D/ffmpeg: onProgress(), Duration: 00:04:20.00, start: 0.000000, bitrate: 256 kb/s
D/ffmpeg: onProgress(), Stream #1:0: Audio: mp3, 44100 Hz, stereo, s16p, 256 kb/sDisplays no reason of failure
After this, it gets terminated, without displaying any reason of failure and resultantly, I get a 64 byte video, which doesn’t play, probably corrupted or incomplete.
I also referred this, but even this didn’t work with my command.
Its working well in JellyBean version but not working with Lollipop version
.
So, it seems the trouble only with the higher versions.So, I am looking for this fix right now.
-
Evolution #3017 : Gestion des versions de plugins
30 septembre 2016, par Franck DalotCe commit (il y a d’autre cas de borne max dans la zone) http://zone.spip.org/trac/spip-zone/changeset/99750/_plugins_/clients/trunk vient de me refaire pensé à ce ticket :-)
En faite, je ne suis pas certain qu’un simple message soit suffisant, car prenant le cas présent, sauf à savoir que le plugin client "necessite" contact et organisation l’utilisateur "basique" ne va pas savoir quoi faire...
Alors que si spip fait un stockage de l’information, il pourrait "empêcher" la mise à jour de c&o en indiquant que cela désactivera le plugin client en version x.y.z car necessitant contacte et organisation en version maximum x.y.z
Ainsi si la personne fait quand même la mise à jour, elle saura les conséquences avec un minimum de précision !Par contre, il y a un autre cas ou je ne sais pas s’il est possible de faire quelque chose.
Imaginons qu’une personne à le plugin "client" qui necessite donc contacte et organisation version 2 ; mais que cette même personne souhaite faire l’installation d’un autre plug mais qui demanderait cette fois contacte et organisation en version 3, comme cela se passerait au niveau des tables, de contacte et organisation si la personne installe les deux versions du plug ????
Car si la possibilité d’installation de plusieurs versions d’un plug est une bonne idée je ne sais pas si c’est vraiment possible ? -
openssl : Allow newer TLS versions than TLSv1
28 octobre 2016, par Mark Thompson