
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (59)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (9020)
-
Is it possible to create a hls master playlist with .ts chunks ?
30 mai 2020, par PallavI am trying to create a hls master playlist with .ts chunks(of different playlists) instead of creating it with different variants playlist in nginx using ffmpeg, Can one do that ? if not is there any way I can immediately create the master playlist as soon as nginx receives the first .ts chunk ?



Thanks, your help is much appreciated.


-
ffmpeg can not use Android LTE ?
26 février 2018, par 심상원I am using ffmpeg version 3.3.6 to develop an app that displays images of IP cameras on Android.
The code to process receiving the video is completed. The development environment to date is in the same wifi environment as the camera.
However, if you attempt to connect to the camera with the same code in the LTE environment, the
av_read_frame
will terminate with an immediate exit requested error message.What is the reason for LTE error ?
-
FFMPEG : Can't get audio stream from RTSP Camera IP : V380 Pro
4 janvier 2023, par MartinThis is the case :






It's called V380 Pro probably on shenzen build.



Here you can find some SDK if that help in anything : https://github.com/brusdev/V380-SDK



I'm using this command to record it via ffmpeg :



ffmpeg -use_wallclock_as_timestamps 1 -rtsp_transport tcp -i rtsp://192.168.1.25:554/live/ch00_1 -c copy -acodec copy -map 0 -strict experimental -strftime 1 -flags +global_header -f segment -segment_time 60 -segment_format_options movflags=+faststart -reset_timestamps 1 output_%Y-%m-%d_%H-%M-%S.mp4




Everything works fine except that the audio doesnt recording but of course this camera has an audio output (as the input with microphone)



Tried ffprobe to recognize audio stream but there is none. Looks like ffmpeg doesnt see it or it's somehow combined with video output ?



And here is ffprobe from this same camera but recorded via their windows app :



https://i.stack.imgur.com/xaPUN.png



As you can see now there is some audio output stream.