
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 (51)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (5191)
-
YouTube Live iOS
20 janvier 2016, par David McSpaddenI have a YouTube live streaming currently set up here :
https://www.youtube.com/watch?v=pOeMoXdU6jIEverything works great - except iOS devices intermittently fail to play the stream. Looking through the device logs and raw m3u8 files I notice that one .TS segment length is > 10, which is where the file fails to play throwing an error that the EXTINF is greater than double the expected length.
If I turn off the "DVR" function in the YouTube Live Control Panel everything works perfectly since the single .TS file (sometimes 4 hours ago) is no longer present in the m3u8 file.
I’m streaming to YouTube via ffmpeg and have other camera angles that seem to fail less frequently (but they do fail).
Has anyone else experienced this ? It seems like a bug on the YouTube side - but they haven’t been any help.
-
Cannot display ffprobe information from youtube properly
31 janvier, par KrishnaapI am trying to grab information from youtube streams using ffprobe and python. I could display offline video information properly on python, cannot do the same from youtube live streams.



os.system("ffprobe -hide_banner -stats -v quiet -pretty -show_entries format=size,duration:stream=filename,index,codec_type,codec_name,profile,bit_rate,width,height -of compact -i https://www.youtube.com/watch?v=QzsfLSP6hkI")



showing an error




Argument 'https://www.youtube.com/watch?v=QzsfLSP6hkI' ; provided as input filename, but 'quiet' was already specified.




-
ffmpeg - Add image background to square video
2 janvier 2015, par ffnoobI have a Video Clips which has 480x480 resolutions, I already have the code on combining them with
ffmpeg -f concat -i C:\vids\ffmpeg\f.txt -c copy C:\vids\ffmpeg\test.mp4
Now I want to extend the code to add background image and make the resolution 1280x720 and if possible add a text watermark. Please help me.
This is what I’m trying to achieve.
http://i.imgur.com/Lk0dXw1.png
or this