
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (55)
-
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 -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (...)
Sur d’autres sites (6865)
-
osgmovie example crashes when playing flv with alpha channel
30 novembre 2013, par user1912093I m trying to play flv file with alpha channel
osgmovie -e ffmpeg "The_wolf.flv"
it shows message "transparent movie, enabling movie"
then it freezes the osgmovie application without showing anything
Can anybody tell me what is going wrong ?
osgmovie behave like this for every flv file with alpha channel
Thank you !
Cheers,
mossin -
PHP FFmpeg metadata usage
28 novembre 2013, par user2976292shell_exec("d:/wamp/ffmpg/ffmpeg -metadata title="Movie Title" -metadata year="2010" -i $vaw -b:v 64k -bufsize 64k $mp3");
i need add meta data to new output file with utf8 chars in installed windows localhost.
How can i add metadata txt have you any examples for metadata.txt ?
-
FFMPEG audio not working when adding watermark
19 novembre 2013, par Anisha ViratI can successfully add watermark to mp4 video , But Audio is not working in new mp4.please help me out.And also please tell me is there way to compress a file during this conversion..60mb file is converted to 110 mb file while adding watermark.
print exec('/usr/local/bin/ffmpeg -y -i video.mp4 -vf "movie=hi.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out]" video1.mp4');