
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 (49)
-
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 (...)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (10004)
-
Revision 6e5e75fa21 : Revert "Removing redundant variables from variance_test.cc." This reverts commi
8 mai 2014, par James ZernChanged Paths :
Modify /test/variance_test.cc
Revert "Removing redundant variables from variance_test.cc."This reverts commit 4725ab7e51a69bf890856e524c6d78aadd97d64e.
The constants are necessary to avoid breakage in vs9 builds :
warning C4180 : qualifier applied to function type has no meaning ; ignored
error C2436 : ’f2_’ : member function or nested class in constructor initializer
list
while compiling class template member function
’std::tr1::tuple::tuple(const int &,const int
&,unsigned int (__cdecl &))’
..\test\variance_test.cc : see reference to class template instantiation
’std::tr1::tuple’ being compiledChange-Id : Ia218b74fc473d40f02fee84cb7009adfbe82e5a7
-
How to make WebM video file seekable using ffmpeg while keeping video format same ? [closed]
4 janvier 2023, par AlokI downlaod video using chrome extension in WebM format but these videos are not seekable (meaning the seekbar does not work as expected).


What I've tried :


I have used a tool called MKclean, which can fix it by using this command :


mkclean --doctype 4 --keep-cues --optimize original.webm optimized.webm



How can I achieve this same result by using ffmpeg so I can make my WebM videos seekable ?


-
Video encoding libraries for Windows
8 février 2012, par Johnffmpeg is a widely used cross-platform library. But it doesn't support Visual C++, meaning you have to jump through hoops.
And considering they say the following, it's clear they don't give $0.02 about MSVC users and that makes me uncomfortable for a serious project.. how can one of the most widely used cross-platform libraries not support the most common toolset on the most common OS ?
There have been efforts to make FFmpeg compatible with MSVC++ in the
past. However, they have all been rejected as too intrusive,
especially since MinGW does the job adequately. None of the core
developers work with MSVC++ and thus this item is low priority. Should
you find the silver bullet that solves this problem, feel free to
shoot it at us.We strongly recommend you to move over from MSVC++ to MinGW tools.
It seems unlikely all the Windows developers are doing all this messing about, so are there more Windows-friendly libraries around ?