Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (106)

  • 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

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6270)

  • Is there a way to encode multiple audio and sub streams managed by language

    17 juillet 2020, par ScarVite

    so, i have a folder full of .mkv's, i have a one liner which can convert them all to mp4's
these new files now have multiple audio and subtitle streams, one eng, one ger one jap and for subtitles the same, is there an way with which i can easily specify use f.e. German audio and burn eng subtitles.
My One Liner :

    


    for /R %f IN (*.mkv) DO ffmpeg -i "%f" -c copy "%~nf.mp4"


    


    How would i have to modify this one Liner for it to work.
I found out that with -vf subtitles=foo.ass i can hardcode subtitles, but how do i select one audio and or subtitle stream from included with the file ?
and how would i select f.e. a audio atream but none subtitle stream

    


    I found out, that with

    


    -map 0:V -map 0:a:m:language:ger -map 0:s


    


    I can get a file with which only has the german audio files, but now i need the same for the subtitles, to only include the english ones

    


  • Ffmpeg : switching audio tracks in cartoon for language learning

    18 novembre 2020, par almachuar
      

    1. Need to convert multiple-(audio)-language-video to single-audio-stream-video where 2 languages alternate repeatedly.
(10sec Lang2) + (15sec Lang3) + (10sec Lang2) + (15sec Lang3) + ... and so on till the end.
I assume it should be done whith piping in and on-the-fly changing audio streams by scripting.
    2. 


    


    I've done audio switching task (with scripting) by lively changing audio languages in video player but need better and crossplatform solution for little kid - preprepared video.

    


      

    1. Need to adjust loudness on one of the input audio streams, to match overall voice loudness. Level of adjustment determined by myself not automaticly.
    2. 


    


  • FFmpeg text is not rendering for indian local language font

    7 mars 2023, par Konduri Sai Aditya

    FFmpeg unable to render the local language font using drawtext. Below is the command
ffmpeg -i test.mp4 -vf "drawtext=fontfile=ntr.ttf:text='తెలంగాణ':fontcolor=white:fontsize=72:x=(w-text_w)/2:y=(h-text_h)/2" -codec:a copy output.mp4

    


    and out put is

    


    enter image description here

    


    On the above the used Telugu font ntr , text is తెలంగాణ.If we compare the text the output text characters are not rendered properly.

    


    Let me know what the issue was. I tried with a couple of languages too but it failed.It would be grateful if anyone could help me.
Thanks