
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (48)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (4246)
-
ffmpeg reserve input for rtmp incoming stream
11 août 2020, par Ivan BurlutskiyI have a process which reads some rtmp stream, does several changes of the video and send rtmp to other server.


ffmpeg -re -i rtmp://source_stream \
 -filter_complex "[0:v]drawtext=text='Test # 1'[final_v]" \
 -flags +global_header -pix_fmt yuv420p \
 -map [final_v] -map 0:a -c:v libx264 -c:a aac -r 30 \
 -f flv rtmp:/target_stream



I want to add a reserve input for a case, when the
source_stream
is not available.
For example, if thesource_stream
is stuck, then use a local video file. When thesource_stream
is active again, then use it again.

Is it possible with
ffmpeg
?

-
avformat/matroskaenc : Don't reserve space for HDR10+ when unnecessary
8 août 2023, par Andreas Rheinhardtavformat/matroskaenc : Don't reserve space for HDR10+ when unnecessary
Do it only for video (the only thing for type for which HDR10+
makes sense).This effectively reverts changes to several FATE ref-files
made in bda44f0f39e8ee646e54f15989d7845f4bf58d26.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavformat/matroskaenc.c
- [DH] tests/ref/fate/aac-autobsf-adtstoasc
- [DH] tests/ref/fate/matroska-alac-remux
- [DH] tests/ref/fate/matroska-avoid-negative-ts
- [DH] tests/ref/fate/matroska-dovi-write-config8
- [DH] tests/ref/fate/matroska-dvbsub-remux
- [DH] tests/ref/fate/matroska-encoding-delay
- [DH] tests/ref/fate/matroska-flac-extradata-update
- [DH] tests/ref/fate/matroska-h264-remux
- [DH] tests/ref/fate/matroska-mastering-display-metadata
- [DH] tests/ref/fate/matroska-move-cues-to-front
- [DH] tests/ref/fate/matroska-mpegts-remux
- [DH] tests/ref/fate/matroska-ms-mode
- [DH] tests/ref/fate/matroska-ogg-opus-remux
- [DH] tests/ref/fate/matroska-opus-remux
- [DH] tests/ref/fate/matroska-pgs-remux
- [DH] tests/ref/fate/matroska-pgs-remux-durations
- [DH] tests/ref/fate/matroska-qt-mode
- [DH] tests/ref/fate/matroska-zero-length-block
- [DH] tests/ref/fate/shortest-sub
- [DH] tests/ref/lavf/mka
- [DH] tests/ref/lavf/mkv
- [DH] tests/ref/lavf/mkv_attachment
- [DH] tests/ref/seek/lavf-mkv
-
avformat/rtmpproto : reserve enough space for statusmsg
12 décembre 2024, par Timo Rothenpieler