
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (55)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (6727)
-
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.
-
fate : use do_md5sum instead of the md5 protocol for most md5 fate tests
16 juin 2017, par Marton Balintfate : use do_md5sum instead of the md5 protocol for most md5 fate tests
The md5 protocol has no seek support, but some tests use seeks. This changes
the fate tests to actually create the output files and calculate the md5 on the
written files, which also makes the tests independent of the size of the output
buffers and output buffering in general.A new md5pipe fate test method is also introduced to keep the old functionality
for tests where using a non-seekable output was intentional, and matroska md5
tests are changed to use that.Signed-off-by : Marton Balint <cus@passwd.hu>
- [DH] tests/fate-run.sh
- [DH] tests/fate/filter-audio.mak
- [DH] tests/fate/matroska.mak
- [DH] tests/fate/subtitles.mak
- [DH] tests/fate/wavpack.mak
- [DH] tests/ref/fate/mapchan-6ch-extract-2-downmix-mono
- [DH] tests/ref/fate/mapchan-silent-mono
- [DH] tests/ref/fate/mpeg4-bsf-unpack-bframes
- [DH] tests/ref/fate/time_base
- [DH] tests/ref/fate/v410enc
-
avcodec/g726 : Fix runtime error : left shift of negative value -2
7 mai 2017, par Michael Niedermayeravcodec/g726 : Fix runtime error : left shift of negative value -2
Fixes : 1393/clusterfuzz-testcase-minimized-5948366791901184
Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>