Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (110)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (31671)

  • Revision 79fd8c29d6 : Move prediction hit counting to update_state(). The probabilities derived from

    12 avril 2013, par Ronald S. Bultje

    Changed Paths : Modify /vp9/encoder/vp9_encodeframe.c Move prediction hit counting to update_state(). The probabilities derived from these statistics are used in bitstream writing ; therefore, we should only do this when we actually decide to use macroblock coding (over superblock coding). Derf (...)

  • FFmpeg move overlay from one pixel coordinate to another

    22 mai 2015, par occvtech

    I’m trying to write a command within FFmpeg that will first overlay one video stream on top of another one. Then I want the overlayed video to move from one pixel coordinate at a known time, and end at another pixel coordinate at a later time.

    I’m comfortable with the basics of the -filter_complex, but I cannot figure out how to apply any arithmetic expressions - like the one’s referenced here : https://www.ffmpeg.org/ffmpeg-utils.html#Expression-Evaluation

    Here’s an example of something I’d like to accomplish.

    ffmpeg -i [INPUT1] -i [INPUT2] -filter_complex "[0:v][1:v]overlay=shortest=1:x=720:y=0:enable='between(t,10,20)'[overlay];...

    In this example the overlay is stationary at pixel coordinate 720x0 from the 10th second to the 20th second.

    However, Id like to have it move to a new location in a linear fashion and end at a different pixel coordinate.

    For example, during that 10 second overlay, I’d like to have it start at 720x0, but then end at 1000x100.

    Is this possible ?

  • FFmpeg move overlay from one pixel coordinate to another

    30 janvier, par occvtech

    I'm trying to write a command within FFmpeg that will first overlay one video stream on top of another one. Then I want the overlayed video to move from one pixel coordinate at a known time, and end at another pixel coordinate at a later time.

    



    I'm comfortable with the basics of the -filter_complex, but I cannot figure out how to apply any arithmetic expressions - like the one's referenced here : https://www.ffmpeg.org/ffmpeg-utils.html#Expression-Evaluation

    



    Here's an example of something I'd like to accomplish.

    



    ffmpeg -i [INPUT1] -i [INPUT2] -filter_complex "[0:v][1:v]overlay=shortest=1:x=720:y=0:enable='between(t,10,20)'[overlay];...


    



    In this example the overlay is stationary at pixel coordinate 720x0 from the 10th second to the 20th second.

    



    However, Id like to have it move to a new location in a linear fashion and end at a different pixel coordinate.

    



    For example, during that 10 second overlay, I'd like to have it start at 720x0, but then end at 1000x100.

    



    Is this possible ?