Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (70)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Changer son thème graphique

    22 février 2011, par

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

  • 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 ;

Sur d’autres sites (4337)

  • avcodec/ffv1enc : Fix error message when the requested version does not support the...

    15 septembre 2015, par Michael Niedermayer
    avcodec/ffv1enc : Fix error message when the requested version does not support the requested features
    

    Found-by : "Peter B." <pb@das-werkstatt.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c
  • How to rename the .wav file which is going to download using the below program ?

    29 avril 2020, par Y V Sravan Kumar Reddy
    from __future__ import unicode_literals&#xA;import youtube_dl&#xA;&#xA;ydl_opts = {&#xA;    &#x27;format&#x27;: &#x27;bestaudio/best&#x27;,&#xA;    &#x27;postprocessors&#x27;: [{&#xA;        &#x27;key&#x27;: &#x27;FFmpegExtractAudio&#x27;,&#xA;        &#x27;preferredcodec&#x27;: &#x27;wav&#x27;,&#xA;        &#x27;preferredquality&#x27;: &#x27;192&#x27;&#xA;    }],&#xA;    &#x27;postprocessor_args&#x27;: [&#xA;        &#x27;-ar&#x27;, &#x27;16000&#x27;&#xA;    ],&#xA;    &#x27;prefer_ffmpeg&#x27;: True,&#xA;    &#x27;keepvideo&#x27;: True&#xA;}&#xA;&#xA;with youtube_dl.YoutubeDL(ydl_opts) as ydl:&#xA;    ydl.download([&#x27;https://www.youtube.com/watch?v=JpjEwIceVIo&#x27;])&#xA;

    &#xA;&#xA;


    &#xA;&#xA;

    Output :

    &#xA;&#xA;

    [youtube] JpjEwIceVIo: Downloading webpage&#xA;[download] Speech on Importance of Education in English for Higher Secondary students by Smile Please World-JpjEwIceVIo.webm has already been downloaded&#xA;[download] 100% of 1.69MiB&#xA;[ffmpeg] Destination: Speech on Importance of Education in English for Higher Secondary students by Smile Please World-JpjEwIceVIo.wav&#xA;

    &#xA;&#xA;


    &#xA;&#xA;

    I want to change the filename to audio1.wav instead of Speech on Importance of Education in English for Higher Secondary students by Smile Please World-JpjEwIceVIo.wav. Please help me with this problem.

    &#xA;

  • lavf : add WebVTT muxer.

    12 juin 2013, par Matthew Heaney
    lavf : add WebVTT muxer.
    

    This revision creates a WebVTT muxer, that outputs files having the
    format described in the following specification :

    http://dev.w3.org/html5/webvtt/

    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/version.h
    • [DH] libavformat/webvttenc.c