
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (42)
-
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 -
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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (8233)
-
javacv FFmpegFrameGrabber.start() blocked,not run next line
23 août 2017, par L.Uwhen i run grabber.start it blocked,not run next line.
FFmpegFrameGrabber grabber = new FFmpegFrameGrabber("rtsp://admin:123456@192.168.3.2:10554/tcp/av0_0");
grabber.start();
final AtomicBoolean interruptFlag = new AtomicBoolean(false);get console message :
- [rtsp @ 00000000004ec600] CSeq 6 expected, 0
received. - [rtsp @ 00000000004ec600] CSeq 6 expected, 0
received. - [rtsp @ 00000000004ec600] CSeq 6 expected, 0
received. - [rtsp @ 00000000004ec600] CSeq 6 expected, 0
received.
how to resole it ?thanks
- [rtsp @ 00000000004ec600] CSeq 6 expected, 0
-
What is the best way to implement ffmpeg for mp3 compression with php on the fly ? [on hold]
11 décembre 2015, par Akash BoseI am trying to compress mp3 files to 92 kbps on the fly when a user uploads a mp3 file. It looks like conversion takes my 35% of CPU for a single file. So if three conversion process happens together it takes my entire CPU recourse. i am using the following command :
$cmd = 'ffmpeg -i ' . $mp3path . ' -ab 92k ' . $smp3path . '.mp3';
exec($cmd); -
avformat/mux : split side data before internal auto BSF
4 novembre 2016, par Michael Niedermayeravformat/mux : split side data before internal auto BSF
The bitstream filters do not work with merged in side data
This leaves the input packet split if it is being split.
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : James Almer <jamrial@gmail.com>