
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (37)
-
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 (...) -
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 (...)
Sur d’autres sites (5517)
-
ffmpeg stream with static image and list audio
17 août 2022, par dunghoitentaoI used this command to livestream :


ffmpeg -f concat -safe 0 -i list.txt -loop 1 -i bg.png -c:v libx264 -preset ultrafast -c:a copy -f flv rtmp://a.rtmp.youtube.com/live2/****



with list.txt :


file 1.mp3
file 2.mp3
file 3.mp3



It's work, but not good, stream very bad and stop after some hours. Anyone have a better code ? Please help, thanks.


-
automatically run script recording video at interval using command line and ffmpg
29 décembre 2014, par arrieI’m really a beginner noob newbie command line noob. But. I’m trying to create a script that automatically starts my isight camera when turning on my mac laptop. It should create clips of about 5 seconds at an interval of 5 hours or so. (These numbers I can change of course later on if I have the basis for my script).
So what I in fact need is (i think) a launch script, that launches a video recording script.
Right now I’m as far as my video recording script, which is not finished : camera.sh
#!/bin/bash
FNAME=videocapture_`date +"%F_%H_%M"`.mpg
echo $FNAME
ffmpeg -f -t "0.20avfoundation -i "" $FNAME
This in fact records a video when I play the script in the command line, until I tell it to quit. These videos are then named according to the date etc. But of course I want it to automatically record videos, in an already determined duration. And I just can’t seem to figure out how to make it happen. I come back to different kind of scripts using isight capture, which in fact doesn’t seem to exist anymore, and even so, I would like to stay with my own basis script just because I understand it haha.
Hopefully someone here can help me figure this out ! Much appreciated :) Thanks !
-
Zoneminder Watermarking on MP4 video from custom ZM branch
6 janvier 2015, par moeiscoolThe ZM i have installed is the video branch. I followed these instructions to install it.
https://github.com/ZoneMinder/ZoneMinder/tree/video
https://github.com/ZoneMinder/ZoneMinder/issues/452I am looking to watermark my recordings. I have successfully achieved what i want on regular ZM. I just need it on the MP4 branch version of ZM. I have used ASR to search for "ffmpeg" and "mp4" but i only found anything relevant to video creation in zmvideo.pl... but i think zmvideo.pl is only for generating videos from JPEG files. I simply want to have the watermark appear on the mp4 file when it is created.
So in short after a long explanation : Where should I be looking for the commands that create the MP4 files in ZM ? or do i have to add them to jpeg frames somewhere or something ? sorry for the noobiness... I have spent at least 3 hours looking for this and I’m actually sweating from frustration. ANY help at all would be appreciated :) Thanks in advance.