
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (99)
-
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (...)
Sur d’autres sites (11611)
-
C++ How to stream mpeg over http?
9 mai 2014, par Titouan42I have a streaming server (nodejs) which listen a mpeg stream over http,
by using this code.Currently, I would like to feed my server without the ffmpeg tool, as below, but with a C++ code.
ffmpeg -s 640x480 -f video4linux2 -i /dev/video0 -f mpeg1video \
b 800k -r 30 http://example.com:8082/yourpassword/640/480/
So, my question is how to simply stream mpeg over http?
Help please !
-
no success to test ffmpeg via php
15 mai 2014, par user3307827Recently I install ffmpeg on my server (VPS/centos) via this link :
http://linuxsysconfig.com/2013/04/compile-latest-ffmpeg-and-vlc-on-centos-6/So Now..I wana test it in php :
<?php
$SourcePath = dirname($_SERVER['SCRIPT_FILENAME']).'/dinamit.mp4';
$uploadpath = dirname($_SERVER['SCRIPT_FILENAME']).'/dinamit.flv';
if(exec('/usr/local/bin/ffmpeg -i $SourcePath $uploadpath'))
echo "success";
else
echo "no success";
?>But I got no success msg
Anybody Can tell me my problem ?
-
ffmpeg split video not working with starting with 0 second [closed]
9 mars 2013, par SmitShahI got one issue regarding splitting video which is starting from 0th second say 0 to 15 second. I had seen many post and i followed syntax of them.
e.g
ffmpeg -ss 00:00:00 -t 00:00:15 -i 'Wildlife.wmv' '1.wmv'
or
ffmpeg -i 'Wildlife.wmv' -ss 00:00:00 -t 00:00:15 '1.wmv'
or
ffmpeg -ss 00:00:00 -i 'Wildlife.wmv' -t 00:00:15 '1.wmv'
none of above syntax is able to split video from begging of time to 15 seconds of video.
can anyone help me with this ,actually i'm new with ffmpeg. ffmpeg version information
ffmpeg-php version string: 0.6.0-svn ffmpeg-php build date string: Mar 7 2013 16:54:24 libavcodec build number: 3426306 libavcodec version number: 3426306