
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (34)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (4767)
-
What are the options I should use with ffmpeg to convert mov and mp4 into webm to have the best playback support on Android WebView ?
18 novembre 2019, par georgetAndroid version : 8.1
WebView is WebChromeClientIf I understand from this page (https://developer.android.com/guide/topics/media/media-formats) the most supported format should be vp8 & webm. Is this correct ?
I’m using a webview to show several videos as part of a slideshow. But noticed that some of the videos don’t play. So far all webm files play without issues. The videos are played without user action using JS after setting
mWebview.getSettings().setMediaPlaybackRequiresUserGesture(false);
What are the options I should pass to
ffmpeg
to convert mov and mp4 files into webm with best chance of playback on WebView ?Currently I’m using this :
ffmpeg -i .mp4 -vcodec libvpx -qmin 0 -qmax 50 -crf 10 -an -b:v 1M .webm
We don’t need video in any of the resulting files, hence the
-an
flag. -
FFMPEG video compression take too much time to compress the video
1er janvier 2015, par Usman AfzalVideo Upload Stats
15 Sec Video on Samsung galaxy S5
Using back camera : 6.86 MB [15.8 sec]
Compress File Size : 1.33 MB
Compression Time : 40-50 sec
Following command I have used to compress this video file.
[/data/data/{app-package-name}/app_bin/ffmpeg, -y, -i, /storage/emulated/0/Android/data/{app-package-name}/files/my-video-library/videos/1420020518900.mp4, -strict, -2, -b:v, 700k, -s, 640x360, -r, 30, -vcodec, libx264, -acodec, aac, -ac, 1, -b:a, 64k, -ar, 44100, -vf, vflip, /storage/emulated/0/Android/data/{app-package-name}/files/my-video-store/videos/acbfc5d3-b6c1-4cb8-89db-13aa49003760.mp4]
-
Anomalie #2794 : Affichage bandeau
10 septembre 2012, par marcimat -J’ai baissé celui du porte plume déjà là http://zone.spip.org/trac/spip-zone/changeset/65728 Et le z-index du menu est à 10 aussi j’ai l’impression.