
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (43)
-
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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (5345)
-
ffmpeg droping session when there is no input , need to wait for an input
25 mars 2019, par HovoI am trying to live stream to facebook from an application, which is writing frames into image sequence of XXX_Frame.jpg inside a folder.
I am using a ffmpeg with these commands
ffmpeg -y -r 15 -f image2 -start_number 0 -i "%0d_Frame.jpg" -i "test.mp3" -muxdelay 1 -preset slow -flush_packets 1 -ar 44100 -b:a 128k -profile:v baseline -acodec aac -vf scale=1280x720 -vcodec libx264 -crf 15 -r 50 -pix_fmt yuvj420p -minrate 50k -maxrate 150k -bufsize 8192k -g 1 -b:v 1200 -f flv "rtmp ://live-api-s.facebook.com:80/rtmp/xxxxxx"
It is starting to stream faster than 15 frames per second and whenever it finishes up streaming of the available frames it is killing the process and returning error.
It would be perfect if it was possible to slow down the mux’s read from the input to frame rate speed.[flv @ 000001f34347cf00] Failed to update header with correct duration.
[flv @ 000001f34347cf00] Failed to update header with correct filesize.
Error writing trailer of rtmp ://live-api-s.facebook.com:80/rtmp/xxxxxx : Error number -10053 occurredAny help would be appreciated.
Expected result is to stream continuously without losing the connection , even sending the last available image continuously.
-
How do I compile a c++ repository with multiple libraries [on hold]
12 septembre 2017, par Firat Oezcanbefore someone comes and tells me that I should just google stuff first. I did. I didn’t really found anything that suits my needs and also asked my colleagues and other graduates and no one really could help me out.
It is about this repository specifically : https://github.com/facebook/transform360
Yes, there are literal instructions on how to do it but they are, honestly, too vague for me. I know that sounds really weird but I guess I’m just spoiled by Unity3D and other IDEs that did most of it for me.
I don’t understand what is meant with :
Build .cpp and .h files in Transform360, together with openCV, as a library, where these files are dependent on openCV
and this line
Add the Transform360 library file to the extra-libs of ffmpeg.I would love if anyone could help me out or better, explain to me how something of this kind is done correctly so I don’t have to ask again. Or really, just point me to information that already exists.
Thanks in advance -
Evolution #4300 : Rendre facultatif les plugins-dist
3 mars 2019Suite à https://www.mail-archive.com/spip-dev@rezo.net/msg66757.html
Une proposition de critère
{selection_conditionnelle}
qui crée des{id_xxx}
pour chaque clé primaire des tables déclarées objets éditables.
Très simple. Mais aucune option au critère pour le moment.