Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (82)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (13253)

  • Watson speech-to-text : Narrowband producing better results than Broadband ?

    22 juin 2017, par Irman A

    I’m using IBM Watson to transcribe a video library that we have. I’m currently doing initial research into it’s efficacy and accuracy.

    The videos in question have OK to very good sound quality and based on Watson documentation I should be using the Broadband model to transcribe them.

    I’ve however tested using both Narrow and Broadband and I’m finding that Narrowband always either slightly better or a lot better in some cases (up to 10%).

    Has anyone else done any similar testing ? It’s contrary to the documentation so I’m a little reluctant to just go ahead and use Narrowband for everything, but I may have to based on the results.

    I’m using ffmpeg to convert the videos to audio files to send to Watson, and the audio files show 48KHz sampling rates, which again means I should be using and getting better results using Broadband.

    Hoping someone out there has done similar research and can help.

    Thanks in advance.

  • Dynamic watermark on Moodle videos

    20 janvier 2023, par Jose A. Matarán

    I am a novice moodle administrator and, in addition, they ask me for things that I think are out of the ordinary. My users need their videos to have a dynamic watermark to prevent piracy.

    


    I have evaluated some options, such as VDO Cipher, but they seem too expensive for a training that is offered almost free of charge.

    


    Can you advise me something else ? In addition to being an administrator, I am an application architect and maybe I could do a custom development, maybe using fmpeg or similar.

    


    What do you recommend ?

    


  • How to stop ffmpeg increasing image size when adding watermark

    1er février 2023, par NXT_2006

    I'm trying to add a border over many images by overlaying the border as a watermark.

    


    My input image is 5.13x7.63 inches but the output is 16.03x23.84 inches. How do I prevent this and get output as the same size as input ?

    


    The command I'm using is :

    


    ffmpeg -i input.png -vf "movie=border.png [watermark]; [in][watermark] overlay=0:0 [out]" output.png


    


    where input.png and border.png are the same dimensions and in the same folder.

    


    I was expecting the output to be the same size as input.