
Recherche avancée
Autres articles (35)
-
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 (...) -
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (9276)
-
it's hang when using av_interleaved_write_frame
19 avril 2018, par Eric NguyenI use the ffmpeg to stream the encoded video.
when it is streaming, it plug out the internet cable, it means connection to the serve is lost.
the video is hangs, i can not handle after that. i see the reason that it is hang at av_interleaved_write_frame(), the function doesn’t return result or any error, it hangs forever at there.Anyone see that issue, and Can you help me to fix that bug.
Thanks. -
Merge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d'
25 janvier 2018, par Mark ThompsonMerge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d'
* commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d' :
rtmp : Plug leak if sending bytes read report fails.This commit is a noop, see ee88f31d34c848fd95daf12bdf054b7228efdf14
Merged-by : Mark Thompson <sw@jkqxz.net>
-
ffmpeg_opt : rename loop option to stream_loop
14 octobre 2015, par Michael Niedermayerffmpeg_opt : rename loop option to stream_loop
The "loop" option is used in several demuxers (like img2dec) and muxers, using the same name in ffmpeg_opt
breaks them. Feel free to revert this and replace by any other solution or rename both as preferred
This is just as a quick fix to avoid the regression with existing command lines and to have both named
the same (which does not work)Example :
./ffmpeg -loop 1 -i fate-suite/png1/lena-rgb24.png -t 1 test.avi
will produce 25 frames with the img2dec loop but only 1 frame at 25fps with the ffmpeg loop optionSigned-off-by : Michael Niedermayer <michael@niedermayer.cc>