
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (106)
-
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 -
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 (...) -
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 (8037)
-
How to completely delete a program using terminal
8 juillet 2016, par NoviceI’m relatively new to the terminal environment so please bear with me. I’ve downloaded an older version of ffmpeg by mistake which does not utilise some filters I want. Managed to find the updated version and download it but terminal keeps referencing the older version (despite removing folder). How do I get terminal to reference the newer version or completely rid myself of the older version ?
-
what is FFmpeg ?
18 mai 2012, par mirdadI am using the LINK to take frame from video ..but it says to create a commercial project that decodes H264 video, we have to make sure that we get a license from MPEG LA.
Why should we get license ?some tutorials say that we have to give complete source code to
LGPL , if we integrate statically FFMPEG.what is mean by statically ? what is the other option ?can we submit our App to Appstore(for storing video streams in server) without getting license from LGPL ?i am getting confused ? any help please ? -
can ffmpeg change the codec param when codec running
24 octobre 2014, par williamzhangI use ffmpeg 2.3.3 version to decode the TS stream.
When I used avcodec_open2 to open the video codec, I will set the skip_loop_filter/skip_idct/skip_frame para. But this will decrease the video quality when I get the decode speed.
It work well in HD stream, but in SD stream, the CPU is strong enough to decode all the frame, so I want to skip nothing.But the skip para is setting when open the codec, can these parameters changed when codec worked ?