
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (67)
-
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 (6801)
-
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 . -
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead [duplicate]
1er septembre 2014, par Reshma R PanickerThis question already has an answer here :
I am using ffmpeg for uploading videos.
While uploading some mp4 files, it shows an error :-
ffmpeg version 0.8.10-6:0.8.10-0ubuntu0.12.10.1, Copyright (c) 2000-2013 the Libav developers
built on Feb 6 2014 20:56:10 with gcc 4.7.2
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.Please help me to find some solution.
-
Should I use FFmpeg or opencv to convert a video into a black and white by a C program ? [closed]
9 février 2021, par MeganathanI want to convert a colored video clip into a black and white clip by a c program, Which one is best suitable for that purpose, FFMPEG or OPENCV ? I am new to video processing.