
Recherche avancée
Autres articles (99)
-
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 (...) -
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...) -
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 (...)
Sur d’autres sites (10732)
-
Get duration through FFMPEG 2014 gcc 4.86
19 février 2014, par M.YazdianI like to use ffmpeg in my web project to convert video files and get some information of metadata's.
So I download FFMPEG and use this codes in asp.net :
For view my code please follow this link http://forums.asp.net/t/1969247.aspx?Problem+width+FFMPEG+2014+gcc+4+86
This Codes worked currently when I use FFMPEG 2013 gcc 4.2 But when I use FFMPEG 2014 gcc 4.8.2 it's not working...!!!
In FFMPEG 2014 , I can Convert video formats but I cann't get duration and In FFMPEG 2013 gcc 4.2 I can get duration but I cann't convert video formats (I mean specialy MKV).
In the FFMPEG 2014 Standard Error I cann't find Duration to parse(HOUR , MINUTE , SECOND).
In the FFMPEG 2013 Standard Error I can find Duration to parse(HOUR , MINUTE , SECOND) but I cann't connvert video formats.
Thanks in advance
-
how to do rtsp live streaming in C program using ffmpeg [on hold]
18 novembre 2015, par Priyesh Karathai want to write a c program using ffmpeg which does same function of following command .
ffmpeg -i "rtsp://localhost:8554/stream" -vcodec libx264 -vb 150000 -g 60 -vprofile baseline -level 2.1 -acodec aac -ab 64000 -ar 48000 -ac 2 -vbsf h264_mp4toannexb -strict experimental -f rtsp rtsp://user:password@host:1935/live/stream
How can i start ? Please suggest some tutorials .
I have gone through FFMPEG to send RTSP encoded stream C++ .But i am not aware of the functions and data structures used here . -
Live Video Broadcasting in ios [on hold]
7 novembre 2015, par BittooI am making an app based on broadcasting so i just read about FFMPEG for flv files but I don’t know how to start and where to start can any body tell me how to implement Broadcasting in ios