
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (16)
-
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 (...)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (3242)
-
ftp upload then loop
23 juillet 2012, par thevoipmanI have a minor bash script loop I'm trying to learn and accomplish but it's giving me a hard time to comprehend with all the readings I've done.
I am uploading to a ftp server, then I want to check to see if the upload went through successfully by using wget spider method. If it returns OK then we're good, if not then I want to redo the ftp upload once more.
The code I have below are based on my research and learning from here. If I could be doing this better, please help me revise it so I can learn from it.
Thanks again in advance :
for ((i = 0 ; i < 1 ; i++ ));
do
wget_output=$(wget -q --spider "http://$FTP_HOST/test.jpg")
if [ $? -ne 0 ];
then
ftp -in $FTP_HOST <<endftp user="user" binary="binary" put="put" bye="bye" endftp="endftp" else="else" echo="echo" code="code" fi="fi" done="done"></endftp>code>My errors when executing is :
line 28: syntax error: unexpected end of file
-
JavaCV UnsatisfiedLinkError Using an Ffmpeg
20 août 2014, par StoneAgeCoderI am new to JavaCV and am having an extremely hard time grabbing frames from an mp4. Is JavaCV still alive because it seems to have hit the software scrapyard because I cannot find any good documentation for the API or any tutorials on how to properly add the classpath of opencv.dll’s with the current versions. Can anyone provide me the proper way to get rid of the UnsatisfiedLinkError. The OpenCV site says 2.4 + versions just need a system path C :/opencv/build/vc10/bin.
FrameGrabber g = new FfmpegFrameGrabber("video.mp4"); // This is what is throwing the exception.
NOTE : IplImage is working just fine. My OpenCV version is 2.4.9 ; JavaCV version 0.9
-
Revision 06b64c5bc5 : vpxdec.sh : Refactor vpxdec(). - Split vpxdec wrapper function into vpxdec() and
31 juillet 2014, par Tom FineganChanged Paths :
Modify /test/vpxdec.sh
vpxdec.sh : Refactor vpxdec().Split vpxdec wrapper function into vpxdec() and vpxdec_pipe().
Remove hard coded —noblit and —summary arguments from
the wrappers in favor of shifting off the first argument (the
input file) and passing all remaining parameters to vpxdec.Add —noblit and —summary args to existing tests, and update the
pipe input test to use vpxdec_pipe().Change-Id : Ia390a9990eace793058b3603ada733fb878eb78c