Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (92)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (6163)

  • FFMPEG - scrolling text in area

    25 juin 2021, par Marcin Woźniak

    I try to make scrolling news ticker on a video as overlay.
I have created a PNG background with a specified place where where i want to scrolling text appear.

    



    I tried with this :

    



    ffmpeg -i INPUT.mp4 -vf "drawtext=textfile=ticker.txt:fontfile=BebasNeue-Regular.ttf:y=h-line_h-10:x=w-mod(w*t/25\,2400*(w+tw)/w):fontcolor=white:fontsize=40:shadowx=2:shadowy=2" -codec:a copy output.mp4

    



    but this command scrolls text from right margin to left margin.

    



    What i want to achieve is that scrolling text scrolls only in selected boundary box i set (in example starts from 100px from right and ends 100px from left).

    



    I didnt find any answer here or in Google - every example scrools from left to right directly.

    


  • aacsbr : Turnoff in the event of over read.

    20 mars 2017, par Alex Converse
    aacsbr : Turnoff in the event of over read.
    

    Aliased compressed AAC bytes are almost certainly not meaningful SBR
    data. In the wild this causes harsh artifacts switching HE-AAC streams
    that don’t have SBR headers aligned with segment boundaries.

    Turning off SBR falls back to a default set of upsampling parameters
    that can function as a sort of error concealment. This is consistent
    with how the decoder handles other sorts of errors.

    Bug-Id : 1047
    CC : libav-stable@libav.org

    Signed-off-by : Sean McGovern <gseanmcg@gmail.com>

    • [DBH] libavcodec/aacsbr.c
  • avformat/matroskaenc : Improve handling of AV1 extradata

    17 juin 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Improve handling of AV1 extradata
    

    Up until now, only the first four bytes (the ones preceding
    the OBU) were written because not enough space has been reserved
    for the complete CodecPrivate. This commit changes this
    by increasing the space reserved for the CodecPrivate (it is big
    enough for every sane sequence header plus something extra) ;
    the code falls back to writing four bytes in case the increased
    space turns out to be insufficient.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c