
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (45)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (4315)
-
how to convert a video to H264 video codec format & webm and ogv with watermark via ffmpeg
5 mars 2015, par aliI used this code :
function convert()
{
exec("$ffmpegPath -i $inputPath -i $watermark -filter_complex overlay=10:10 $outPath");
}
convert('test.mp4');
convert('test.webm');
convert('test.ogv');This code works...but not in browser !
I can run output videos via KMPLAYER in desktop (ovg only video - no audio)I want to run it on web via videojs.
mp4 playback with videojs in browsers - audio plays but video is blank.
I googled and I think I must convert it to h264 format...
Can somebody change my orginal code to 3 valid codes for h264,webm and ogv ?
-
How could Windows get video stream from video camera & push it to long-range Linux server ? [on hold]
2 décembre 2014, par xit6482How could Windows get video stream from a video camera ?
Using HDMI data converting line or ?
Then how could Windows push the stream to long-range Linux server ?
FFmpeg for Windows ?
I’m not sure about this, thanks for help !
-
ffmpeg : How can I add video-1 at the beginning of video-2
10 juin 2012, par Crazy_BashI want to add video-1 at the beginning of video-2 with command line in linux, is it possible ?