Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (77)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to documentation

    13 avril 2011

    Documentation 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 (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (9630)

  • Merge commit ’312daa15891dc7abb77a404fe927d5ee35c52a71’

    21 novembre 2014, par Michael Niedermayer
    Merge commit ’312daa15891dc7abb77a404fe927d5ee35c52a71’
    

    * commit ’312daa15891dc7abb77a404fe927d5ee35c52a71’ :
    vp9 : Use the correct upper bound for seg_id

    Conflicts :
    libavcodec/vp9.h
    libavcodec/vp9block.c

    Not merged, the value was correct before as far as i can see

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c
  • Is there a way to hide text or an image behind a video with ffmpeg ?

    27 juillet 2021, par Jesse Hix

    The following command puts an image in the upper left hand corner that flashes every 2 or so seconds.&#xA;ffmpeg -i input.mp4 -loop 1 -i test.jpeg -filter_complex "[0][1]overlay=enable='if(gt(n,0),not(mod(n,20)),0)':shortest=1[v]" -map "[v]" -map 0:a ? -c:a copy output.mp4

    &#xA;

    The following command puts text in the center of a video and depending on the @.05 make it invisible or visible.&#xA;ffmpeg -i input.mp4 -vf "drawtext=fontfile=/path/to/font.ttf:text='Stack Overflow':fontcolor=white@.05:fontsize=24:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4

    &#xA;

    My question is can I overlay the image with the video and if so how do I "see" that the picture is there ? Or how can I "see" the invisible text on the video ?

    &#xA;

  • Revision 5de4368b43 : [spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for

    1er août 2014, par Minghai Shang

    Changed Paths :
     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_svc_layercontext.c


     Modify /vp9/encoder/vp9_svc_layercontext.h



    [spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for
    upper layers in first frame

    Change-Id : I1fec9c084b499b2f445b79726066d01b136b59fa