
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (51)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
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 (4523)
-
"Unknown encoder : libx264" error in Debian Squeeze
21 août 2012, par StasI built and installed FFMPEG as said here.
But when I do this command to run the video :
ffmpeg -i "source.mkv" -an -b 700k -r 25 -vcodec libx264 "output.mp4"
I get this error :
unknow encoder : libx264
I use Debian Squeeze. How can I fix this ? Please help
Thanks !!
-
"Unknown encoder : libx264" error in Debian Squeeze
21 août 2012, par StasI built and installed FFMPEG as said here.
But when I do this command to run the video :
ffmpeg -i "source.mkv" -an -b 700k -r 25 -vcodec libx264 "output.mp4"
I get this error :
unknow encoder : libx264
I use Debian Squeeze. How can I fix this ? Please help
Thanks !!
-
Decoding a TCP stream using ffmpeg
22 août 2011, par JConwayI am using the Ffmpeg library in an Android application I am writing. I have written the code to open up a local file and decode that using avformat_open_input(). However I need to use Ffmpeg to read in a video stream over TCP. I have found a few things within Ffmpeg such as libavcodec/tcp.h but I can't establish how to actually open up a TCP stream into the decoder.
Any suggestions would be really appreciated.