
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (81)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (8483)
-
I want to convert you tube videos into mp4 format using FFMPEG
30 mai 2013, par AshwiniI am trying to convert youtube videos whose format is unknown into mp4 format using ffmpeg command. Please help me with the command.
The error i am getting currently is invalid data found while processing input with the following commandffmpeg -i http://www.youtube.com/watch?v=JOMvHetRyEM -c:v libx264 -ar 22050 -crf 28 D :/Wildlife.mp4
Please help me its urgent
-
how to begin streaming while ffmpeg is still transcoding the file in PHP
15 janvier 2013, par JoyalI want to transcode an AVI video to mp4 with ffmpeg, but while is still transcoding, I would like to watch the video transcoded on a flash video player in realtime , Im using jwplayer , I made some test with mp4 and works great , but Im not able to make it work while is transcoding
I made a php script to run the command in background
ffmpeg.exe -threads 1 -y -i "a.avi" -s 1280x720 -f mp4 -vcodec libx264 -b 2000000 -ab 128000 -ar 44100 "a.mp4"
on the jwplayer i have as source "a.mp4"
-
PHP Compress video from Gopro, best way ?
11 janvier 2013, par MeppsI develop a website for hosting videos from GoPro (mp4 files often in HD)
I would like how to compress video after upload.
Acutally, on website you can upload video and watch it but she are so fat and its not possible to watch it ...I see ffmpeg-php but i don't see how to compress with her API.
the best way, it's compress to unique format like flv ? or to ogv/webM/mp4 to used html 5 ?
Any ideas ?
Thanks a lot,
Regards