
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (98)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (7610)
-
Your guide to cookies, web analytics, and GDPR compliance
-
Recover h264 stream from gstreamer written to disk after h264parse step
3 juillet 2023, par niorosoI have some files that were written to disk after the following pipeline :


libcamera-vid -t 0 -n -o - | gst-launch1.0 fdsrc fd=0 ! h264parse config-interval=-1 ! tee name=output .output ! queue ! rtph264pay ! udpsink host=127.0.0.1 port=5600 .output ! queue ! filesink location=/video/$(date).h264 



The problem is the pipeline is wrong, h264parse should have been before rtph264pay and now the file outputs are all invalid h264 bytestreams and I cant read them. The correct pipeline works fine and the h264 files are in the correct format for ffmpeg etc, but I need to recover the wrong format files.


I tried the following pipelines but none where able to find valid data :


gst-launch-1.0 filesrc location=./test.h264 ! decodebin ! avdec_h264 ! fakesink
gst-launch-1.0 filesrc location=./test.h264 ! h264parse ! avdec_h264 ! fakesink



also ffmpeg cannot read this output file. Is there any way to recover these files ?


Hexdump of some of the starting bytes of the file, in case its useful :


00000000 00 00 00 25 27 64 00 28 ac 2b 40 28 83 df dc 20
00000010 00 00 03 00 20 00 00 03 01 5c 94 00 04 c4 b0 00
00000020 0b eb cd ef 70 0f 12 26 a0 00 00 00 05 28 ee 06
00000030 f2 c0 00 01 ef 3b 25 88 80 4f 89 47 d2 7b aa 73



-
avio : Keep track of the amount of data written
6 décembre 2016, par Luca Barbato