
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (24)
-
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (3744)
-
PHP Sort Order Proccess Codeiginiter
20 avril 2015, par Alan El-nino Malmsteeni use php codeigniter to manage video using FFMPEG, but i dont know how to delete original video after convertion succesful.
if(!($_FILES["upload_video"]["type"] == "video/mp4"))
{
$prename = $r.'.'.$ext;
$video = $prename.'.mp4';
$directory_path = "/home/templates/videos/".$prename;
$directory_path_full = "/home/templates/videos/".$prename;
exec("ffmpeg -i ".$directory_path_full." ".$directory_path.".mp4");
// Delete original format video
$this->load->helper("file");
unlink($directory_path_full);
}else{
$video = $r.'.'.$ext;
}When i use "unlink" it work good to delete file, but the video is corrupt (maybe php directly delete it when converting progress)
So, can you help me to create sort order php process for this case ?Thanks
-
Trying to stream video via ffmpeg
31 août 2017, par MahiI am trying to stream a video to rtmp server via ffmpeg. This is what I am using.
ffmpeg -re -i /home/mahesh/Desktop/output.mp4 -c copy -f mov udp://192.168.33.11:1935/live/mp4test/
And I am getting the following error
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’/home/mahesh/Desktop/output.mp4’ : Metadata : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 encoder : Lavf57.71.100 Duration : 00:00:30.04, start : 0.000000, bitrate : 1394 kb/s Stream #0:0(eng) : Video : h264 (High) (avc1 / 0x31637661), yuv420p, 1024x960 [SAR 1:1 DAR 16:15], 1392 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default) Metadata : handler_name : VideoHandler [mov @ 0x3ef9620] muxer does not support non seekable output Could not write header for output file #0 (incorrect codec parameters ?) : Invalid argument Stream mapping : Stream #0:0 -> #0:0 (copy) Last message repeated 1 times
Please let me know where I am going wrong. And suggest a solution.
-
Anomalie #4533 (En cours) : Refus de mise a jour bdd sur SPIP 3.3.0-dev GIT [master : be3b4611]
27 juillet 2020, par Team SpipFactoryBonjour,
lors du passage a SPIP 3.3.0-dev GIT [master : be3b4611] d’une plateforme mutualisé.(43 sites)
j’ai du allez faire la mise a jour de la base de donné site par site en passant par le privé.
toutefois cela été impossible a réalisé car j’avais l’erreur suivante
MAJ 24351 .
Fatal error : Uncaught Error : Call to undefined function sanitizer_document() in /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/plugins-dist/medias/action/ajouter_documents.php:206Stack trace : #0 /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/plugins-dist/medias/action/ajouter_documents.php(54) : action_ajouter_un_document_dist(’new’, Array, ’article’, 12, ’logoon’) #1 /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/ecrire/action/editer_logo.php(134) : action_ajouter_documents_dist(’new’, Array, ’article’, 12, ’logoon’) #2 /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/ecrire/action/editer_logo.php(185) : logo_modifier(’article’, 12, ’on’, Array) #3 /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/ecrire/maj/svn10000.php(710) : logo_migrer_en_base(’article’, 1595761518) #4 /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/ecrire/base/upgrade.php(464) : upgrade_logo_objet(’article’) #5 /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/ecrire/base/upgrade.php(395) : serie_alter(24351, Array, ’version_install... in /home/clients/b313813ae3dfa81e21eb5a95d7ad323f/web/plugins-dist/medias/action/ajouter_documents.php on line 206en commentant les lignes du fichier medias/action/ajouter_documents.php
// voir si le document a besoin d’un nettoyage et le cas echeant relire ses infos apres
// if (sanitizer_document($champs[’fichier’], $champs[’extension’]))
// $infos = renseigner_taille_dimension_image($champs[’fichier’], $champs[’extension’]) ;
//la mise a jour des BDD a pu être effectués.